public static interface ParameterNamesDocument.ParameterNames
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParameterNamesDocument.ParameterNames.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 |
|---|---|
org.apache.xmlbeans.XmlQName |
addNewParameterName()
Appends and returns a new empty value (as xml) as the last "ParameterName" element
|
void |
addParameterName(QName parameterName)
Appends the value as the last "ParameterName" element
|
QName[] |
getParameterNameArray()
Gets array of all "ParameterName" elements
|
QName |
getParameterNameArray(int i)
Gets ith "ParameterName" element
|
org.apache.xmlbeans.XmlQName |
insertNewParameterName(int i)
Inserts and returns a new empty value (as xml) as the ith "ParameterName" element
|
void |
insertParameterName(int i,
QName parameterName)
Inserts the value as the ith "ParameterName" element
|
void |
removeParameterName(int i)
Removes the ith "ParameterName" element
|
void |
setParameterNameArray(int i,
QName parameterName)
Sets ith "ParameterName" element
|
void |
setParameterNameArray(QName[] parameterNameArray)
Sets array of all "ParameterName" element
|
int |
sizeOfParameterNameArray()
Returns number of "ParameterName" element
|
org.apache.xmlbeans.XmlQName[] |
xgetParameterNameArray()
Gets (as xml) array of all "ParameterName" elements
|
org.apache.xmlbeans.XmlQName |
xgetParameterNameArray(int i)
Gets (as xml) ith "ParameterName" element
|
void |
xsetParameterNameArray(int i,
org.apache.xmlbeans.XmlQName parameterName)
Sets (as xml) ith "ParameterName" element
|
void |
xsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)
Sets (as xml) array of all "ParameterName" element
|
changeType, 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, xmlTextQName[] getParameterNameArray()
QName getParameterNameArray(int i)
org.apache.xmlbeans.XmlQName[] xgetParameterNameArray()
org.apache.xmlbeans.XmlQName xgetParameterNameArray(int i)
int sizeOfParameterNameArray()
void setParameterNameArray(QName[] parameterNameArray)
void setParameterNameArray(int i,
QName parameterName)
void xsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)
void xsetParameterNameArray(int i,
org.apache.xmlbeans.XmlQName parameterName)
void insertParameterName(int i,
QName parameterName)
void addParameterName(QName parameterName)
org.apache.xmlbeans.XmlQName insertNewParameterName(int i)
org.apache.xmlbeans.XmlQName addNewParameterName()
void removeParameterName(int i)
Copyright © 2018 52north.org. All rights reserved.