de.unihalle.informatik.MiToBo_xml
Interface MTBXMLContour2DType

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

public interface MTBXMLContour2DType
extends org.apache.xmlbeans.XmlObject

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

type

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

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


getInnerArray

MTBXMLContour2DType[] getInnerArray()
Gets array of all "inner" elements


getInnerArray

MTBXMLContour2DType getInnerArray(int i)
Gets ith "inner" element


sizeOfInnerArray

int sizeOfInnerArray()
Returns number of "inner" element


setInnerArray

void setInnerArray(MTBXMLContour2DType[] innerArray)
Sets array of all "inner" element


setInnerArray

void setInnerArray(int i,
                   MTBXMLContour2DType inner)
Sets ith "inner" element


insertNewInner

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


addNewInner

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


removeInner

void removeInner(int i)
Removes the ith "inner" element



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