de.unihalle.informatik.MiToBo_xml
Interface MTBXMLRegion3DType

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

public interface MTBXMLRegion3DType
extends org.apache.xmlbeans.XmlObject

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

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


getCentroid

MTBXMLPoint3DType getCentroid()
Gets the "centroid" element


setCentroid

void setCentroid(MTBXMLPoint3DType centroid)
Sets the "centroid" element


addNewCentroid

MTBXMLPoint3DType addNewCentroid()
Appends and returns a new empty "centroid" element


getVolume

int getVolume()
Gets the "volume" element


xgetVolume

org.apache.xmlbeans.XmlInt xgetVolume()
Gets (as xml) the "volume" element


setVolume

void setVolume(int volume)
Sets the "volume" element


xsetVolume

void xsetVolume(org.apache.xmlbeans.XmlInt volume)
Sets (as xml) the "volume" element


getPoints

MTBXMLPoint3DVectorType getPoints()
Gets the "points" element


setPoints

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


addNewPoints

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



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