Package net.opengis.eml.x002
Interface GenericViewType.SelectFunctionInvocation.OnParameterUpdate
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
GenericViewTypeImpl.SelectFunctionInvocationImpl.OnParameterUpdateImpl
- Enclosing interface:
- GenericViewType.SelectFunctionInvocation
public static interface GenericViewType.SelectFunctionInvocation.OnParameterUpdate extends org.apache.xmlbeans.XmlObjectAn XML OnParameterUpdate(@http://www.opengis.net/eml/0.0.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGenericViewType.SelectFunctionInvocation.OnParameterUpdate.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.XmlStringaddNewParameterIdentifier()Appends and returns a new empty value (as xml) as the last "ParameterIdentifier" elementvoidaddParameterIdentifier(String parameterIdentifier)Appends the value as the last "ParameterIdentifier" elementString[]getParameterIdentifierArray()Gets array of all "ParameterIdentifier" elementsStringgetParameterIdentifierArray(int i)Gets ith "ParameterIdentifier" elementorg.apache.xmlbeans.XmlStringinsertNewParameterIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "ParameterIdentifier" elementvoidinsertParameterIdentifier(int i, String parameterIdentifier)Inserts the value as the ith "ParameterIdentifier" elementvoidremoveParameterIdentifier(int i)Removes the ith "ParameterIdentifier" elementvoidsetParameterIdentifierArray(int i, String parameterIdentifier)Sets ith "ParameterIdentifier" elementvoidsetParameterIdentifierArray(String[] parameterIdentifierArray)Sets array of all "ParameterIdentifier" elementintsizeOfParameterIdentifierArray()Returns number of "ParameterIdentifier" elementorg.apache.xmlbeans.XmlString[]xgetParameterIdentifierArray()Gets (as xml) array of all "ParameterIdentifier" elementsorg.apache.xmlbeans.XmlStringxgetParameterIdentifierArray(int i)Gets (as xml) ith "ParameterIdentifier" elementvoidxsetParameterIdentifierArray(int i, org.apache.xmlbeans.XmlString parameterIdentifier)Sets (as xml) ith "ParameterIdentifier" elementvoidxsetParameterIdentifierArray(org.apache.xmlbeans.XmlString[] parameterIdentifierArray)Sets (as xml) array of all "ParameterIdentifier" 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
-
getParameterIdentifierArray
String[] getParameterIdentifierArray()
Gets array of all "ParameterIdentifier" elements
-
getParameterIdentifierArray
String getParameterIdentifierArray(int i)
Gets ith "ParameterIdentifier" element
-
xgetParameterIdentifierArray
org.apache.xmlbeans.XmlString[] xgetParameterIdentifierArray()
Gets (as xml) array of all "ParameterIdentifier" elements
-
xgetParameterIdentifierArray
org.apache.xmlbeans.XmlString xgetParameterIdentifierArray(int i)
Gets (as xml) ith "ParameterIdentifier" element
-
sizeOfParameterIdentifierArray
int sizeOfParameterIdentifierArray()
Returns number of "ParameterIdentifier" element
-
setParameterIdentifierArray
void setParameterIdentifierArray(String[] parameterIdentifierArray)
Sets array of all "ParameterIdentifier" element
-
setParameterIdentifierArray
void setParameterIdentifierArray(int i, String parameterIdentifier)Sets ith "ParameterIdentifier" element
-
xsetParameterIdentifierArray
void xsetParameterIdentifierArray(org.apache.xmlbeans.XmlString[] parameterIdentifierArray)
Sets (as xml) array of all "ParameterIdentifier" element
-
xsetParameterIdentifierArray
void xsetParameterIdentifierArray(int i, org.apache.xmlbeans.XmlString parameterIdentifier)Sets (as xml) ith "ParameterIdentifier" element
-
insertParameterIdentifier
void insertParameterIdentifier(int i, String parameterIdentifier)Inserts the value as the ith "ParameterIdentifier" element
-
addParameterIdentifier
void addParameterIdentifier(String parameterIdentifier)
Appends the value as the last "ParameterIdentifier" element
-
insertNewParameterIdentifier
org.apache.xmlbeans.XmlString insertNewParameterIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "ParameterIdentifier" element
-
addNewParameterIdentifier
org.apache.xmlbeans.XmlString addNewParameterIdentifier()
Appends and returns a new empty value (as xml) as the last "ParameterIdentifier" element
-
removeParameterIdentifier
void removeParameterIdentifier(int i)
Removes the ith "ParameterIdentifier" element
-
-