|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLContour2DSetType
An XML MTBXMLContour2DSetType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
MTBXMLContour2DSetType.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 |
addNewContours()
Appends and returns a new empty value (as xml) as the last "contours" element |
MTBXMLContour2DType[] |
getContoursArray()
Gets array of all "contours" elements |
MTBXMLContour2DType |
getContoursArray(int i)
Gets ith "contours" element |
double |
getXMax()
Gets the "xMax" element |
double |
getXMin()
Gets the "xMin" element |
double |
getYMax()
Gets the "yMax" element |
double |
getYMin()
Gets the "yMin" element |
MTBXMLContour2DType |
insertNewContours(int i)
Inserts and returns a new empty value (as xml) as the ith "contours" element |
void |
removeContours(int i)
Removes the ith "contours" element |
void |
setContoursArray(int i,
MTBXMLContour2DType contours)
Sets ith "contours" element |
void |
setContoursArray(MTBXMLContour2DType[] contoursArray)
Sets array of all "contours" element |
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 |
sizeOfContoursArray()
Returns number of "contours" element |
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 |
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)
MTBXMLContour2DType[] getContoursArray()
MTBXMLContour2DType getContoursArray(int i)
int sizeOfContoursArray()
void setContoursArray(MTBXMLContour2DType[] contoursArray)
void setContoursArray(int i, MTBXMLContour2DType contours)
MTBXMLContour2DType insertNewContours(int i)
MTBXMLContour2DType addNewContours()
void removeContours(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |