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

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

Uses of MTBXMLRegion2DType in de.unihalle.informatik.MiToBo_xml
 

Methods in de.unihalle.informatik.MiToBo_xml that return MTBXMLRegion2DType
 MTBXMLRegion2DType MTBXMLRegion2DSetType.addNewRegions()
          Appends and returns a new empty value (as xml) as the last "regions" element
 MTBXMLRegion2DType[] MTBXMLRegion2DSetType.getRegionsArray()
          Gets array of all "regions" elements
 MTBXMLRegion2DType MTBXMLRegion2DSetType.getRegionsArray(int i)
          Gets ith "regions" element
 MTBXMLRegion2DType MTBXMLRegion2DSetType.insertNewRegions(int i)
          Inserts and returns a new empty value (as xml) as the ith "regions" element
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.newInstance()
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.File file)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.InputStream is)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(org.w3c.dom.Node node)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.Reader r)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.lang.String xmlAsString)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.net.URL u)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static MTBXMLRegion2DType MTBXMLRegion2DType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLRegion2DType
 void MTBXMLRegion2DSetType.setRegionsArray(int i, MTBXMLRegion2DType regions)
          Sets ith "regions" element
 void MTBXMLRegion2DSetType.setRegionsArray(MTBXMLRegion2DType[] regionsArray)
          Sets array of all "regions" element
 

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

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

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLRegion2DType
 MTBXMLRegion2DType MTBXMLRegion2DSetTypeImpl.addNewRegions()
          Appends and returns a new empty value (as xml) as the last "regions" element
 MTBXMLRegion2DType[] MTBXMLRegion2DSetTypeImpl.getRegionsArray()
          Gets array of all "regions" elements
 MTBXMLRegion2DType MTBXMLRegion2DSetTypeImpl.getRegionsArray(int i)
          Gets ith "regions" element
 MTBXMLRegion2DType MTBXMLRegion2DSetTypeImpl.insertNewRegions(int i)
          Inserts and returns a new empty value (as xml) as the ith "regions" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLRegion2DType
 void MTBXMLRegion2DSetTypeImpl.setRegionsArray(int i, MTBXMLRegion2DType regions)
          Sets ith "regions" element
 void MTBXMLRegion2DSetTypeImpl.setRegionsArray(MTBXMLRegion2DType[] regionsArray)
          Sets array of all "regions" element
 



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