|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLRegion3DType
An XML MTBXMLRegion3DType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLRegion3DType.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 | |
---|---|
MTBXMLPoint3DType |
addNewCentroid()
Appends and returns a new empty "centroid" element |
MTBXMLPoint3DVectorType |
addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLPoint3DType |
getCentroid()
Gets the "centroid" element |
int |
getId()
Gets the "id" element |
MTBXMLPoint3DVectorType |
getPoints()
Gets the "points" element |
int |
getVolume()
Gets the "volume" element |
void |
setCentroid(MTBXMLPoint3DType centroid)
Sets the "centroid" element |
void |
setId(int id)
Sets the "id" element |
void |
setPoints(MTBXMLPoint3DVectorType points)
Sets the "points" element |
void |
setVolume(int volume)
Sets the "volume" element |
org.apache.xmlbeans.XmlInt |
xgetId()
Gets (as xml) the "id" element |
org.apache.xmlbeans.XmlInt |
xgetVolume()
Gets (as xml) the "volume" element |
void |
xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" element |
void |
xsetVolume(org.apache.xmlbeans.XmlInt volume)
Sets (as xml) the "volume" 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)
MTBXMLPoint3DType getCentroid()
void setCentroid(MTBXMLPoint3DType centroid)
MTBXMLPoint3DType addNewCentroid()
int getVolume()
org.apache.xmlbeans.XmlInt xgetVolume()
void setVolume(int volume)
void xsetVolume(org.apache.xmlbeans.XmlInt volume)
MTBXMLPoint3DVectorType getPoints()
void setPoints(MTBXMLPoint3DVectorType points)
MTBXMLPoint3DVectorType addNewPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |