|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLContour2DType
An XML MTBXMLContour2DType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLContour2DType.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 | |
---|---|
MTBXMLContour2DType |
addNewInner()
Appends and returns a new empty value (as xml) as the last "inner" element |
MTBXMLPointVectorType |
addNewPoints()
Appends and returns a new empty "points" element |
MTBXMLContour2DType[] |
getInnerArray()
Gets array of all "inner" elements |
MTBXMLContour2DType |
getInnerArray(int i)
Gets ith "inner" element |
MTBXMLPointVectorType |
getPoints()
Gets the "points" element |
MTBXMLContour2DType |
insertNewInner(int i)
Inserts and returns a new empty value (as xml) as the ith "inner" element |
void |
removeInner(int i)
Removes the ith "inner" element |
void |
setInnerArray(int i,
MTBXMLContour2DType inner)
Sets ith "inner" element |
void |
setInnerArray(MTBXMLContour2DType[] innerArray)
Sets array of all "inner" element |
void |
setPoints(MTBXMLPointVectorType points)
Sets the "points" element |
int |
sizeOfInnerArray()
Returns number of "inner" 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 |
---|
MTBXMLPointVectorType getPoints()
void setPoints(MTBXMLPointVectorType points)
MTBXMLPointVectorType addNewPoints()
MTBXMLContour2DType[] getInnerArray()
MTBXMLContour2DType getInnerArray(int i)
int sizeOfInnerArray()
void setInnerArray(MTBXMLContour2DType[] innerArray)
void setInnerArray(int i, MTBXMLContour2DType inner)
MTBXMLContour2DType insertNewInner(int i)
MTBXMLContour2DType addNewInner()
void removeInner(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |