public interface ALDXMLParametrizedType extends ALDXMLObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ALDXMLParametrizedType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ALDXMLKeyValuePairType |
addNewPairs()
Appends and returns a new empty value (as xml) as the last "pairs" element
|
ALDXMLKeyValuePairType[] |
getPairsArray()
Gets array of all "pairs" elements
|
ALDXMLKeyValuePairType |
getPairsArray(int i)
Gets ith "pairs" element
|
ALDXMLKeyValuePairType |
insertNewPairs(int i)
Inserts and returns a new empty value (as xml) as the ith "pairs" element
|
void |
removePairs(int i)
Removes the ith "pairs" element
|
void |
setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
Sets array of all "pairs" element
|
void |
setPairsArray(int i,
ALDXMLKeyValuePairType pairs)
Sets ith "pairs" element
|
int |
sizeOfPairsArray()
Returns number of "pairs" element
|
getClassName, setClassName, xgetClassName, xsetClassNamechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextALDXMLKeyValuePairType[] getPairsArray()
ALDXMLKeyValuePairType getPairsArray(int i)
int sizeOfPairsArray()
void setPairsArray(ALDXMLKeyValuePairType[] pairsArray)
void setPairsArray(int i,
ALDXMLKeyValuePairType pairs)
ALDXMLKeyValuePairType insertNewPairs(int i)
ALDXMLKeyValuePairType addNewPairs()
void removePairs(int i)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.