de.unihalle.informatik.MiToBo_xml
Interface MTBXMLContour2DSetType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
MTBXMLContour2DSetTypeImpl

public interface MTBXMLContour2DSetType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getXMin

double getXMin()
Gets the "xMin" element


xgetXMin

org.apache.xmlbeans.XmlDouble xgetXMin()
Gets (as xml) the "xMin" element


setXMin

void setXMin(double xMin)
Sets the "xMin" element


xsetXMin

void xsetXMin(org.apache.xmlbeans.XmlDouble xMin)
Sets (as xml) the "xMin" element


getYMin

double getYMin()
Gets the "yMin" element


xgetYMin

org.apache.xmlbeans.XmlDouble xgetYMin()
Gets (as xml) the "yMin" element


setYMin

void setYMin(double yMin)
Sets the "yMin" element


xsetYMin

void xsetYMin(org.apache.xmlbeans.XmlDouble yMin)
Sets (as xml) the "yMin" element


getXMax

double getXMax()
Gets the "xMax" element


xgetXMax

org.apache.xmlbeans.XmlDouble xgetXMax()
Gets (as xml) the "xMax" element


setXMax

void setXMax(double xMax)
Sets the "xMax" element


xsetXMax

void xsetXMax(org.apache.xmlbeans.XmlDouble xMax)
Sets (as xml) the "xMax" element


getYMax

double getYMax()
Gets the "yMax" element


xgetYMax

org.apache.xmlbeans.XmlDouble xgetYMax()
Gets (as xml) the "yMax" element


setYMax

void setYMax(double yMax)
Sets the "yMax" element


xsetYMax

void xsetYMax(org.apache.xmlbeans.XmlDouble yMax)
Sets (as xml) the "yMax" element


getContoursArray

MTBXMLContour2DType[] getContoursArray()
Gets array of all "contours" elements


getContoursArray

MTBXMLContour2DType getContoursArray(int i)
Gets ith "contours" element


sizeOfContoursArray

int sizeOfContoursArray()
Returns number of "contours" element


setContoursArray

void setContoursArray(MTBXMLContour2DType[] contoursArray)
Sets array of all "contours" element


setContoursArray

void setContoursArray(int i,
                      MTBXMLContour2DType contours)
Sets ith "contours" element


insertNewContours

MTBXMLContour2DType insertNewContours(int i)
Inserts and returns a new empty value (as xml) as the ith "contours" element


addNewContours

MTBXMLContour2DType addNewContours()
Appends and returns a new empty value (as xml) as the last "contours" element


removeContours

void removeContours(int i)
Removes the ith "contours" element



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.