de.unihalle.informatik.MiToBo_xml
Interface MTBXMLMultiStateMMIDType

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

public interface MTBXMLMultiStateMMIDType
extends org.apache.xmlbeans.XmlObject

An XML MTBXMLMultiStateMMIDType(@http://informatik.unihalle.de/MiToBo_xml). This is a complex type.


Nested Class Summary
static class MTBXMLMultiStateMMIDType.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
 MTBXMLStateMMIDType addNewStates()
          Appends and returns a new empty value (as xml) as the last "states" element
 int getCDOF()
          Gets the "cDOF" element
 MTBXMLStateMMIDType[] getStatesArray()
          Gets array of all "states" elements
 MTBXMLStateMMIDType getStatesArray(int i)
          Gets ith "states" element
 MTBXMLStateMMIDType insertNewStates(int i)
          Inserts and returns a new empty value (as xml) as the ith "states" element
 void removeStates(int i)
          Removes the ith "states" element
 void setCDOF(int cdof)
          Sets the "cDOF" element
 void setStatesArray(int i, MTBXMLStateMMIDType states)
          Sets ith "states" element
 void setStatesArray(MTBXMLStateMMIDType[] statesArray)
          Sets array of all "states" element
 int sizeOfStatesArray()
          Returns number of "states" element
 org.apache.xmlbeans.XmlInt xgetCDOF()
          Gets (as xml) the "cDOF" element
 void xsetCDOF(org.apache.xmlbeans.XmlInt cdof)
          Sets (as xml) the "cDOF" 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

getCDOF

int getCDOF()
Gets the "cDOF" element


xgetCDOF

org.apache.xmlbeans.XmlInt xgetCDOF()
Gets (as xml) the "cDOF" element


setCDOF

void setCDOF(int cdof)
Sets the "cDOF" element


xsetCDOF

void xsetCDOF(org.apache.xmlbeans.XmlInt cdof)
Sets (as xml) the "cDOF" element


getStatesArray

MTBXMLStateMMIDType[] getStatesArray()
Gets array of all "states" elements


getStatesArray

MTBXMLStateMMIDType getStatesArray(int i)
Gets ith "states" element


sizeOfStatesArray

int sizeOfStatesArray()
Returns number of "states" element


setStatesArray

void setStatesArray(MTBXMLStateMMIDType[] statesArray)
Sets array of all "states" element


setStatesArray

void setStatesArray(int i,
                    MTBXMLStateMMIDType states)
Sets ith "states" element


insertNewStates

MTBXMLStateMMIDType insertNewStates(int i)
Inserts and returns a new empty value (as xml) as the ith "states" element


addNewStates

MTBXMLStateMMIDType addNewStates()
Appends and returns a new empty value (as xml) as the last "states" element


removeStates

void removeStates(int i)
Removes the ith "states" element



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