de.unihalle.informatik.MiToBo_xml
Interface MTBXMLPolygon2DSetType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
MTBXMLPolygon2DSetTypeImpl

public interface MTBXMLPolygon2DSetType
extends org.apache.xmlbeans.XmlObject

An XML MTBXMLPolygon2DSetType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.


Nested Class Summary
static class MTBXMLPolygon2DSetType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 MTBXMLPolygon2DType addNewPolygon()
          Appends and returns a new empty value (as xml) as the last "polygon" element
 MTBXMLPolygon2DType[] getPolygonArray()
          Gets array of all "polygon" elements
 MTBXMLPolygon2DType getPolygonArray(int i)
          Gets ith "polygon" element
 java.lang.String getVersion()
          Gets the "version" attribute
 double getXMax()
          Gets the "xMax" element
 double getXMin()
          Gets the "xMin" element
 double getYMax()
          Gets the "yMax" element
 double getYMin()
          Gets the "yMin" element
 MTBXMLPolygon2DType insertNewPolygon(int i)
          Inserts and returns a new empty value (as xml) as the ith "polygon" element
 boolean isSetVersion()
          True if has "version" attribute
 void removePolygon(int i)
          Removes the ith "polygon" element
 void setPolygonArray(int i, MTBXMLPolygon2DType polygon)
          Sets ith "polygon" element
 void setPolygonArray(MTBXMLPolygon2DType[] polygonArray)
          Sets array of all "polygon" element
 void setVersion(java.lang.String version)
          Sets the "version" attribute
 void setXMax(double xMax)
          Sets the "xMax" element
 void setXMin(double xMin)
          Sets the "xMin" element
 void setYMax(double yMax)
          Sets the "yMax" element
 void setYMin(double yMin)
          Sets the "yMin" element
 int sizeOfPolygonArray()
          Returns number of "polygon" element
 void unsetVersion()
          Unsets the "version" attribute
 org.apache.xmlbeans.XmlString xgetVersion()
          Gets (as xml) the "version" attribute
 org.apache.xmlbeans.XmlDouble xgetXMax()
          Gets (as xml) the "xMax" element
 org.apache.xmlbeans.XmlDouble xgetXMin()
          Gets (as xml) the "xMin" element
 org.apache.xmlbeans.XmlDouble xgetYMax()
          Gets (as xml) the "yMax" element
 org.apache.xmlbeans.XmlDouble xgetYMin()
          Gets (as xml) the "yMin" element
 void xsetVersion(org.apache.xmlbeans.XmlString version)
          Sets (as xml) the "version" attribute
 void xsetXMax(org.apache.xmlbeans.XmlDouble xMax)
          Sets (as xml) the "xMax" element
 void xsetXMin(org.apache.xmlbeans.XmlDouble xMin)
          Sets (as xml) the "xMin" element
 void xsetYMax(org.apache.xmlbeans.XmlDouble yMax)
          Sets (as xml) the "yMax" element
 void xsetYMin(org.apache.xmlbeans.XmlDouble yMin)
          Sets (as xml) the "yMin" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getXMin

double getXMin()
Gets the "xMin" element


xgetXMin

org.apache.xmlbeans.XmlDouble xgetXMin()
Gets (as xml) the "xMin" element


setXMin

void setXMin(double xMin)
Sets the "xMin" element


xsetXMin

void xsetXMin(org.apache.xmlbeans.XmlDouble xMin)
Sets (as xml) the "xMin" element


getYMin

double getYMin()
Gets the "yMin" element


xgetYMin

org.apache.xmlbeans.XmlDouble xgetYMin()
Gets (as xml) the "yMin" element


setYMin

void setYMin(double yMin)
Sets the "yMin" element


xsetYMin

void xsetYMin(org.apache.xmlbeans.XmlDouble yMin)
Sets (as xml) the "yMin" element


getXMax

double getXMax()
Gets the "xMax" element


xgetXMax

org.apache.xmlbeans.XmlDouble xgetXMax()
Gets (as xml) the "xMax" element


setXMax

void setXMax(double xMax)
Sets the "xMax" element


xsetXMax

void xsetXMax(org.apache.xmlbeans.XmlDouble xMax)
Sets (as xml) the "xMax" element


getYMax

double getYMax()
Gets the "yMax" element


xgetYMax

org.apache.xmlbeans.XmlDouble xgetYMax()
Gets (as xml) the "yMax" element


setYMax

void setYMax(double yMax)
Sets the "yMax" element


xsetYMax

void xsetYMax(org.apache.xmlbeans.XmlDouble yMax)
Sets (as xml) the "yMax" element


getPolygonArray

MTBXMLPolygon2DType[] getPolygonArray()
Gets array of all "polygon" elements


getPolygonArray

MTBXMLPolygon2DType getPolygonArray(int i)
Gets ith "polygon" element


sizeOfPolygonArray

int sizeOfPolygonArray()
Returns number of "polygon" element


setPolygonArray

void setPolygonArray(MTBXMLPolygon2DType[] polygonArray)
Sets array of all "polygon" element


setPolygonArray

void setPolygonArray(int i,
                     MTBXMLPolygon2DType polygon)
Sets ith "polygon" element


insertNewPolygon

MTBXMLPolygon2DType insertNewPolygon(int i)
Inserts and returns a new empty value (as xml) as the ith "polygon" element


addNewPolygon

MTBXMLPolygon2DType addNewPolygon()
Appends and returns a new empty value (as xml) as the last "polygon" element


removePolygon

void removePolygon(int i)
Removes the ith "polygon" element


getVersion

java.lang.String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(java.lang.String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute



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