Package net.opengis.eml.x002
Interface ParameterNamesDocument.ParameterNames
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ParameterNamesDocumentImpl.ParameterNamesImpl
- Enclosing interface:
- ParameterNamesDocument
public static interface ParameterNamesDocument.ParameterNames extends org.apache.xmlbeans.XmlObjectAn XML ParameterNames(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterNamesDocument.ParameterNames.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.XmlQNameaddNewParameterName()Appends and returns a new empty value (as xml) as the last "ParameterName" elementvoidaddParameterName(QName parameterName)Appends the value as the last "ParameterName" elementQName[]getParameterNameArray()Gets array of all "ParameterName" elementsQNamegetParameterNameArray(int i)Gets ith "ParameterName" elementorg.apache.xmlbeans.XmlQNameinsertNewParameterName(int i)Inserts and returns a new empty value (as xml) as the ith "ParameterName" elementvoidinsertParameterName(int i, QName parameterName)Inserts the value as the ith "ParameterName" elementvoidremoveParameterName(int i)Removes the ith "ParameterName" elementvoidsetParameterNameArray(int i, QName parameterName)Sets ith "ParameterName" elementvoidsetParameterNameArray(QName[] parameterNameArray)Sets array of all "ParameterName" elementintsizeOfParameterNameArray()Returns number of "ParameterName" elementorg.apache.xmlbeans.XmlQName[]xgetParameterNameArray()Gets (as xml) array of all "ParameterName" elementsorg.apache.xmlbeans.XmlQNamexgetParameterNameArray(int i)Gets (as xml) ith "ParameterName" elementvoidxsetParameterNameArray(int i, org.apache.xmlbeans.XmlQName parameterName)Sets (as xml) ith "ParameterName" elementvoidxsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)Sets (as xml) array of all "ParameterName" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
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, 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
-
-
-
-
Method Detail
-
getParameterNameArray
QName[] getParameterNameArray()
Gets array of all "ParameterName" elements
-
getParameterNameArray
QName getParameterNameArray(int i)
Gets ith "ParameterName" element
-
xgetParameterNameArray
org.apache.xmlbeans.XmlQName[] xgetParameterNameArray()
Gets (as xml) array of all "ParameterName" elements
-
xgetParameterNameArray
org.apache.xmlbeans.XmlQName xgetParameterNameArray(int i)
Gets (as xml) ith "ParameterName" element
-
sizeOfParameterNameArray
int sizeOfParameterNameArray()
Returns number of "ParameterName" element
-
setParameterNameArray
void setParameterNameArray(QName[] parameterNameArray)
Sets array of all "ParameterName" element
-
setParameterNameArray
void setParameterNameArray(int i, QName parameterName)Sets ith "ParameterName" element
-
xsetParameterNameArray
void xsetParameterNameArray(org.apache.xmlbeans.XmlQName[] parameterNameArray)
Sets (as xml) array of all "ParameterName" element
-
xsetParameterNameArray
void xsetParameterNameArray(int i, org.apache.xmlbeans.XmlQName parameterName)Sets (as xml) ith "ParameterName" element
-
insertParameterName
void insertParameterName(int i, QName parameterName)Inserts the value as the ith "ParameterName" element
-
addParameterName
void addParameterName(QName parameterName)
Appends the value as the last "ParameterName" element
-
insertNewParameterName
org.apache.xmlbeans.XmlQName insertNewParameterName(int i)
Inserts and returns a new empty value (as xml) as the ith "ParameterName" element
-
addNewParameterName
org.apache.xmlbeans.XmlQName addNewParameterName()
Appends and returns a new empty value (as xml) as the last "ParameterName" element
-
removeParameterName
void removeParameterName(int i)
Removes the ith "ParameterName" element
-
-