de.unihalle.informatik.MiToBo_xml
Interface MTBXMLRegion2DType

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

public interface MTBXMLRegion2DType
extends org.apache.xmlbeans.XmlObject

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

type

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

getId

int getId()
Gets the "id" element


xgetId

org.apache.xmlbeans.XmlInt xgetId()
Gets (as xml) the "id" element


setId

void setId(int id)
Sets the "id" element


xsetId

void xsetId(org.apache.xmlbeans.XmlInt id)
Sets (as xml) the "id" element


getComX

float getComX()
Gets the "com_x" element


xgetComX

org.apache.xmlbeans.XmlFloat xgetComX()
Gets (as xml) the "com_x" element


setComX

void setComX(float comX)
Sets the "com_x" element


xsetComX

void xsetComX(org.apache.xmlbeans.XmlFloat comX)
Sets (as xml) the "com_x" element


getComY

float getComY()
Gets the "com_y" element


xgetComY

org.apache.xmlbeans.XmlFloat xgetComY()
Gets (as xml) the "com_y" element


setComY

void setComY(float comY)
Sets the "com_y" element


xsetComY

void xsetComY(org.apache.xmlbeans.XmlFloat comY)
Sets (as xml) the "com_y" element


getArea

int getArea()
Gets the "area" element


xgetArea

org.apache.xmlbeans.XmlInt xgetArea()
Gets (as xml) the "area" element


setArea

void setArea(int area)
Sets the "area" element


xsetArea

void xsetArea(org.apache.xmlbeans.XmlInt area)
Sets (as xml) the "area" element


getPoints

MTBXMLPointVectorType getPoints()
Gets the "points" element


setPoints

void setPoints(MTBXMLPointVectorType points)
Sets the "points" element


addNewPoints

MTBXMLPointVectorType addNewPoints()
Appends and returns a new empty "points" element



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