|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MTBXMLMultiStateMMIDType
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
int getCDOF()
org.apache.xmlbeans.XmlInt xgetCDOF()
void setCDOF(int cdof)
void xsetCDOF(org.apache.xmlbeans.XmlInt cdof)
MTBXMLStateMMIDType[] getStatesArray()
MTBXMLStateMMIDType getStatesArray(int i)
int sizeOfStatesArray()
void setStatesArray(MTBXMLStateMMIDType[] statesArray)
void setStatesArray(int i, MTBXMLStateMMIDType states)
MTBXMLStateMMIDType insertNewStates(int i)
MTBXMLStateMMIDType addNewStates()
void removeStates(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |