|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLRegion2DType
An XML MTBXMLRegion2DType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLRegion2DType.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 | |
---|---|
MTBXMLPointVectorType |
addNewPoints()
Appends and returns a new empty "points" element |
int |
getArea()
Gets the "area" element |
float |
getComX()
Gets the "com_x" element |
float |
getComY()
Gets the "com_y" element |
int |
getId()
Gets the "id" element |
MTBXMLPointVectorType |
getPoints()
Gets the "points" element |
void |
setArea(int area)
Sets the "area" element |
void |
setComX(float comX)
Sets the "com_x" element |
void |
setComY(float comY)
Sets the "com_y" element |
void |
setId(int id)
Sets the "id" element |
void |
setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
org.apache.xmlbeans.XmlInt |
xgetArea()
Gets (as xml) the "area" element |
org.apache.xmlbeans.XmlFloat |
xgetComX()
Gets (as xml) the "com_x" element |
org.apache.xmlbeans.XmlFloat |
xgetComY()
Gets (as xml) the "com_y" element |
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" element |
void |
xsetArea(org.apache.xmlbeans.XmlInt area)
Sets (as xml) the "area" element |
void |
xsetComX(org.apache.xmlbeans.XmlFloat comX)
Sets (as xml) the "com_x" element |
void |
xsetComY(org.apache.xmlbeans.XmlFloat comY)
Sets (as xml) the "com_y" element |
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" 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 |
---|
int getId()
org.apache.xmlbeans.XmlInt xgetId()
void setId(int id)
void xsetId(org.apache.xmlbeans.XmlInt id)
float getComX()
org.apache.xmlbeans.XmlFloat xgetComX()
void setComX(float comX)
void xsetComX(org.apache.xmlbeans.XmlFloat comX)
float getComY()
org.apache.xmlbeans.XmlFloat xgetComY()
void setComY(float comY)
void xsetComY(org.apache.xmlbeans.XmlFloat comY)
int getArea()
org.apache.xmlbeans.XmlInt xgetArea()
void setArea(int area)
void xsetArea(org.apache.xmlbeans.XmlInt area)
MTBXMLPointVectorType getPoints()
void setPoints(MTBXMLPointVectorType points)
MTBXMLPointVectorType addNewPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |