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

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

Uses of MTBXMLRegion2DSetType in de.unihalle.informatik.MiToBo_xml
 

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

Methods in de.unihalle.informatik.MiToBo_xml with parameters of type MTBXMLRegion2DSetType
 void MTBXMLRegion2DSetDocument.setMTBXMLRegion2DSet(MTBXMLRegion2DSetType mtbxmlRegion2DSet)
          Sets the "MTBXMLRegion2DSet" element
 void MTBXMLRegion2DSetBagType.setRegionsetsArray(int i, MTBXMLRegion2DSetType regionsets)
          Sets ith "regionsets" element
 void MTBXMLRegion2DSetBagType.setRegionsetsArray(MTBXMLRegion2DSetType[] regionsetsArray)
          Sets array of all "regionsets" element
 

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

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

Methods in de.unihalle.informatik.MiToBo_xml.impl that return MTBXMLRegion2DSetType
 MTBXMLRegion2DSetType MTBXMLRegion2DSetDocumentImpl.addNewMTBXMLRegion2DSet()
          Appends and returns a new empty "MTBXMLRegion2DSet" element
 MTBXMLRegion2DSetType MTBXMLRegion2DSetBagTypeImpl.addNewRegionsets()
          Appends and returns a new empty value (as xml) as the last "regionsets" element
 MTBXMLRegion2DSetType MTBXMLRegion2DSetDocumentImpl.getMTBXMLRegion2DSet()
          Gets the "MTBXMLRegion2DSet" element
 MTBXMLRegion2DSetType[] MTBXMLRegion2DSetBagTypeImpl.getRegionsetsArray()
          Gets array of all "regionsets" elements
 MTBXMLRegion2DSetType MTBXMLRegion2DSetBagTypeImpl.getRegionsetsArray(int i)
          Gets ith "regionsets" element
 MTBXMLRegion2DSetType MTBXMLRegion2DSetBagTypeImpl.insertNewRegionsets(int i)
          Inserts and returns a new empty value (as xml) as the ith "regionsets" element
 

Methods in de.unihalle.informatik.MiToBo_xml.impl with parameters of type MTBXMLRegion2DSetType
 void MTBXMLRegion2DSetDocumentImpl.setMTBXMLRegion2DSet(MTBXMLRegion2DSetType mtbxmlRegion2DSet)
          Sets the "MTBXMLRegion2DSet" element
 void MTBXMLRegion2DSetBagTypeImpl.setRegionsetsArray(int i, MTBXMLRegion2DSetType regionsets)
          Sets ith "regionsets" element
 void MTBXMLRegion2DSetBagTypeImpl.setRegionsetsArray(MTBXMLRegion2DSetType[] regionsetsArray)
          Sets array of all "regionsets" element
 



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