de.unihalle.informatik.Alida_xml
Interface ALDXMLArrayType

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

public interface ALDXMLArrayType
extends ALDXMLObjectType

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


Nested Class Summary
static class ALDXMLArrayType.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
 ALDXMLObjectType addNewArrayValues()
          Appends and returns a new empty value (as xml) as the last "arrayValues" element
 ALDXMLObjectType[] getArrayValuesArray()
          Gets array of all "arrayValues" elements
 ALDXMLObjectType getArrayValuesArray(int i)
          Gets ith "arrayValues" element
 java.lang.String getElementClassName()
          Gets the "elementClassName" element
 ALDXMLObjectType insertNewArrayValues(int i)
          Inserts and returns a new empty value (as xml) as the ith "arrayValues" element
 void removeArrayValues(int i)
          Removes the ith "arrayValues" element
 void setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
          Sets array of all "arrayValues" element
 void setArrayValuesArray(int i, ALDXMLObjectType arrayValues)
          Sets ith "arrayValues" element
 void setElementClassName(java.lang.String elementClassName)
          Sets the "elementClassName" element
 int sizeOfArrayValuesArray()
          Returns number of "arrayValues" element
 org.apache.xmlbeans.XmlString xgetElementClassName()
          Gets (as xml) the "elementClassName" element
 void xsetElementClassName(org.apache.xmlbeans.XmlString elementClassName)
          Sets (as xml) the "elementClassName" element
 
Methods inherited from interface de.unihalle.informatik.Alida_xml.ALDXMLObjectType
getClassName, setClassName, xgetClassName, xsetClassName
 
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

getElementClassName

java.lang.String getElementClassName()
Gets the "elementClassName" element


xgetElementClassName

org.apache.xmlbeans.XmlString xgetElementClassName()
Gets (as xml) the "elementClassName" element


setElementClassName

void setElementClassName(java.lang.String elementClassName)
Sets the "elementClassName" element


xsetElementClassName

void xsetElementClassName(org.apache.xmlbeans.XmlString elementClassName)
Sets (as xml) the "elementClassName" element


getArrayValuesArray

ALDXMLObjectType[] getArrayValuesArray()
Gets array of all "arrayValues" elements


getArrayValuesArray

ALDXMLObjectType getArrayValuesArray(int i)
Gets ith "arrayValues" element


sizeOfArrayValuesArray

int sizeOfArrayValuesArray()
Returns number of "arrayValues" element


setArrayValuesArray

void setArrayValuesArray(ALDXMLObjectType[] arrayValuesArray)
Sets array of all "arrayValues" element


setArrayValuesArray

void setArrayValuesArray(int i,
                         ALDXMLObjectType arrayValues)
Sets ith "arrayValues" element


insertNewArrayValues

ALDXMLObjectType insertNewArrayValues(int i)
Inserts and returns a new empty value (as xml) as the ith "arrayValues" element


addNewArrayValues

ALDXMLObjectType addNewArrayValues()
Appends and returns a new empty value (as xml) as the last "arrayValues" element


removeArrayValues

void removeArrayValues(int i)
Removes the ith "arrayValues" element



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