|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLPolygon2DSetType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
double getXMin()
org.apache.xmlbeans.XmlDouble xgetXMin()
void setXMin(double xMin)
void xsetXMin(org.apache.xmlbeans.XmlDouble xMin)
double getYMin()
org.apache.xmlbeans.XmlDouble xgetYMin()
void setYMin(double yMin)
void xsetYMin(org.apache.xmlbeans.XmlDouble yMin)
double getXMax()
org.apache.xmlbeans.XmlDouble xgetXMax()
void setXMax(double xMax)
void xsetXMax(org.apache.xmlbeans.XmlDouble xMax)
double getYMax()
org.apache.xmlbeans.XmlDouble xgetYMax()
void setYMax(double yMax)
void xsetYMax(org.apache.xmlbeans.XmlDouble yMax)
MTBXMLPolygon2DType[] getPolygonArray()
MTBXMLPolygon2DType getPolygonArray(int i)
int sizeOfPolygonArray()
void setPolygonArray(MTBXMLPolygon2DType[] polygonArray)
void setPolygonArray(int i, MTBXMLPolygon2DType polygon)
MTBXMLPolygon2DType insertNewPolygon(int i)
MTBXMLPolygon2DType addNewPolygon()
void removePolygon(int i)
java.lang.String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(java.lang.String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |