public interface ALDXMLOperatorVersion3Type extends ALDXMLOperatorType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ALDXMLOperatorVersion3Type.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 |
|---|---|
void |
addActiveParameterNames(String activeParameterNames)
Appends the value as the last "activeParameterNames" element
|
void |
addInactiveParameterNames(String inactiveParameterNames)
Appends the value as the last "inactiveParameterNames" element
|
org.apache.xmlbeans.XmlString |
addNewActiveParameterNames()
Appends and returns a new empty value (as xml) as the last "activeParameterNames" element
|
org.apache.xmlbeans.XmlString |
addNewInactiveParameterNames()
Appends and returns a new empty value (as xml) as the last "inactiveParameterNames" element
|
ALDXMLKeyValuePairType |
addNewParameterDescriptors()
Appends and returns a new empty value (as xml) as the last "parameterDescriptors" element
|
String[] |
getActiveParameterNamesArray()
Gets array of all "activeParameterNames" elements
|
String |
getActiveParameterNamesArray(int i)
Gets ith "activeParameterNames" element
|
String[] |
getInactiveParameterNamesArray()
Gets array of all "inactiveParameterNames" elements
|
String |
getInactiveParameterNamesArray(int i)
Gets ith "inactiveParameterNames" element
|
ALDXMLKeyValuePairType[] |
getParameterDescriptorsArray()
Gets array of all "parameterDescriptors" elements
|
ALDXMLKeyValuePairType |
getParameterDescriptorsArray(int i)
Gets ith "parameterDescriptors" element
|
void |
insertActiveParameterNames(int i,
String activeParameterNames)
Inserts the value as the ith "activeParameterNames" element
|
void |
insertInactiveParameterNames(int i,
String inactiveParameterNames)
Inserts the value as the ith "inactiveParameterNames" element
|
org.apache.xmlbeans.XmlString |
insertNewActiveParameterNames(int i)
Inserts and returns a new empty value (as xml) as the ith "activeParameterNames" element
|
org.apache.xmlbeans.XmlString |
insertNewInactiveParameterNames(int i)
Inserts and returns a new empty value (as xml) as the ith "inactiveParameterNames" element
|
ALDXMLKeyValuePairType |
insertNewParameterDescriptors(int i)
Inserts and returns a new empty value (as xml) as the ith "parameterDescriptors" element
|
void |
removeActiveParameterNames(int i)
Removes the ith "activeParameterNames" element
|
void |
removeInactiveParameterNames(int i)
Removes the ith "inactiveParameterNames" element
|
void |
removeParameterDescriptors(int i)
Removes the ith "parameterDescriptors" element
|
void |
setActiveParameterNamesArray(int i,
String activeParameterNames)
Sets ith "activeParameterNames" element
|
void |
setActiveParameterNamesArray(String[] activeParameterNamesArray)
Sets array of all "activeParameterNames" element
|
void |
setInactiveParameterNamesArray(int i,
String inactiveParameterNames)
Sets ith "inactiveParameterNames" element
|
void |
setInactiveParameterNamesArray(String[] inactiveParameterNamesArray)
Sets array of all "inactiveParameterNames" element
|
void |
setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
Sets array of all "parameterDescriptors" element
|
void |
setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
Sets ith "parameterDescriptors" element
|
int |
sizeOfActiveParameterNamesArray()
Returns number of "activeParameterNames" element
|
int |
sizeOfInactiveParameterNamesArray()
Returns number of "inactiveParameterNames" element
|
int |
sizeOfParameterDescriptorsArray()
Returns number of "parameterDescriptors" element
|
org.apache.xmlbeans.XmlString[] |
xgetActiveParameterNamesArray()
Gets (as xml) array of all "activeParameterNames" elements
|
org.apache.xmlbeans.XmlString |
xgetActiveParameterNamesArray(int i)
Gets (as xml) ith "activeParameterNames" element
|
org.apache.xmlbeans.XmlString[] |
xgetInactiveParameterNamesArray()
Gets (as xml) array of all "inactiveParameterNames" elements
|
org.apache.xmlbeans.XmlString |
xgetInactiveParameterNamesArray(int i)
Gets (as xml) ith "inactiveParameterNames" element
|
void |
xsetActiveParameterNamesArray(int i,
org.apache.xmlbeans.XmlString activeParameterNames)
Sets (as xml) ith "activeParameterNames" element
|
void |
xsetActiveParameterNamesArray(org.apache.xmlbeans.XmlString[] activeParameterNamesArray)
Sets (as xml) array of all "activeParameterNames" element
|
void |
xsetInactiveParameterNamesArray(int i,
org.apache.xmlbeans.XmlString inactiveParameterNames)
Sets (as xml) ith "inactiveParameterNames" element
|
void |
xsetInactiveParameterNamesArray(org.apache.xmlbeans.XmlString[] inactiveParameterNamesArray)
Sets (as xml) array of all "inactiveParameterNames" element
|
getOpName, setOpName, xgetOpName, xsetOpNameaddNewPairs, getPairsArray, getPairsArray, insertNewPairs, removePairs, setPairsArray, setPairsArray, sizeOfPairsArraygetClassName, 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, xmlTextString[] getActiveParameterNamesArray()
String getActiveParameterNamesArray(int i)
org.apache.xmlbeans.XmlString[] xgetActiveParameterNamesArray()
org.apache.xmlbeans.XmlString xgetActiveParameterNamesArray(int i)
int sizeOfActiveParameterNamesArray()
void setActiveParameterNamesArray(String[] activeParameterNamesArray)
void setActiveParameterNamesArray(int i,
String activeParameterNames)
void xsetActiveParameterNamesArray(org.apache.xmlbeans.XmlString[] activeParameterNamesArray)
void xsetActiveParameterNamesArray(int i,
org.apache.xmlbeans.XmlString activeParameterNames)
void insertActiveParameterNames(int i,
String activeParameterNames)
void addActiveParameterNames(String activeParameterNames)
org.apache.xmlbeans.XmlString insertNewActiveParameterNames(int i)
org.apache.xmlbeans.XmlString addNewActiveParameterNames()
void removeActiveParameterNames(int i)
String[] getInactiveParameterNamesArray()
String getInactiveParameterNamesArray(int i)
org.apache.xmlbeans.XmlString[] xgetInactiveParameterNamesArray()
org.apache.xmlbeans.XmlString xgetInactiveParameterNamesArray(int i)
int sizeOfInactiveParameterNamesArray()
void setInactiveParameterNamesArray(String[] inactiveParameterNamesArray)
void setInactiveParameterNamesArray(int i,
String inactiveParameterNames)
void xsetInactiveParameterNamesArray(org.apache.xmlbeans.XmlString[] inactiveParameterNamesArray)
void xsetInactiveParameterNamesArray(int i,
org.apache.xmlbeans.XmlString inactiveParameterNames)
void insertInactiveParameterNames(int i,
String inactiveParameterNames)
void addInactiveParameterNames(String inactiveParameterNames)
org.apache.xmlbeans.XmlString insertNewInactiveParameterNames(int i)
org.apache.xmlbeans.XmlString addNewInactiveParameterNames()
void removeInactiveParameterNames(int i)
ALDXMLKeyValuePairType[] getParameterDescriptorsArray()
ALDXMLKeyValuePairType getParameterDescriptorsArray(int i)
int sizeOfParameterDescriptorsArray()
void setParameterDescriptorsArray(ALDXMLKeyValuePairType[] parameterDescriptorsArray)
void setParameterDescriptorsArray(int i,
ALDXMLKeyValuePairType parameterDescriptors)
ALDXMLKeyValuePairType insertNewParameterDescriptors(int i)
ALDXMLKeyValuePairType addNewParameterDescriptors()
void removeParameterDescriptors(int i)
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.