Uses of Interface
de.unihalle.informatik.MiToBo_xml.MTBXMLPoint3DVectorType

Packages that use MTBXMLPoint3DVectorType
de.unihalle.informatik.MiToBo_xml   
de.unihalle.informatik.MiToBo_xml.impl   
 

Uses of MTBXMLPoint3DVectorType in de.unihalle.informatik.MiToBo_xml
 

Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLPoint3DVectorType
 MTBXMLPoint3DVectorType MTBXMLRegion3DType.addNewPoints()
          Appends and returns a new empty "points" element
 MTBXMLPoint3DVectorType MTBXMLRegion3DType.getPoints()
          Gets the "points" element
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.newInstance()
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.File file)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.InputStream is)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(org.w3c.dom.Node node)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.Reader r)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.lang.String xmlAsString)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.net.URL u)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static MTBXMLPoint3DVectorType MTBXMLPoint3DVectorType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLPoint3DVectorType
 void MTBXMLRegion3DType.setPoints(MTBXMLPoint3DVectorType points)
          Sets the "points" element
 

Uses of MTBXMLPoint3DVectorType in de.unihalle.informatik.MiToBo_xml.impl
 

Classes in de.unihalle.informatik.MiToBo_xml.impl that implement MTBXMLPoint3DVectorType
 class MTBXMLPoint3DVectorTypeImpl
          An XML MTBXMLPoint3DVectorType(@http://informatik.unihalle.de/MiToBo_xml).
 

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLPoint3DVectorType
 MTBXMLPoint3DVectorType MTBXMLRegion3DTypeImpl.addNewPoints()
          Appends and returns a new empty "points" element
 MTBXMLPoint3DVectorType MTBXMLRegion3DTypeImpl.getPoints()
          Gets the "points" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLPoint3DVectorType
 void MTBXMLRegion3DTypeImpl.setPoints(MTBXMLPoint3DVectorType points)
          Sets the "points" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.