Package net.opengis.gml
Interface ParameterValueGroupType
-
- All Superinterfaces:
AbstractGeneralParameterValueType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ParameterValueGroupTypeImpl
public interface ParameterValueGroupType extends AbstractGeneralParameterValueType
An XML ParameterValueGroupType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParameterValueGroupType.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 AbstractGeneralParameterValueTypeaddNewIncludesValue()Appends and returns a new empty value (as xml) as the last "includesValue" elementOperationParameterGroupRefTypeaddNewValuesOfGroup()Appends and returns a new empty "valuesOfGroup" elementAbstractGeneralParameterValueType[]getIncludesValueArray()Gets array of all "includesValue" elementsAbstractGeneralParameterValueTypegetIncludesValueArray(int i)Gets ith "includesValue" elementOperationParameterGroupRefTypegetValuesOfGroup()Gets the "valuesOfGroup" elementAbstractGeneralParameterValueTypeinsertNewIncludesValue(int i)Inserts and returns a new empty value (as xml) as the ith "includesValue" elementvoidremoveIncludesValue(int i)Removes the ith "includesValue" elementvoidsetIncludesValueArray(int i, AbstractGeneralParameterValueType includesValue)Sets ith "includesValue" elementvoidsetIncludesValueArray(AbstractGeneralParameterValueType[] includesValueArray)Sets array of all "includesValue" elementvoidsetValuesOfGroup(OperationParameterGroupRefType valuesOfGroup)Sets the "valuesOfGroup" elementintsizeOfIncludesValueArray()Returns number of "includesValue" 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
-
getIncludesValueArray
AbstractGeneralParameterValueType[] getIncludesValueArray()
Gets array of all "includesValue" elements
-
getIncludesValueArray
AbstractGeneralParameterValueType getIncludesValueArray(int i)
Gets ith "includesValue" element
-
sizeOfIncludesValueArray
int sizeOfIncludesValueArray()
Returns number of "includesValue" element
-
setIncludesValueArray
void setIncludesValueArray(AbstractGeneralParameterValueType[] includesValueArray)
Sets array of all "includesValue" element
-
setIncludesValueArray
void setIncludesValueArray(int i, AbstractGeneralParameterValueType includesValue)Sets ith "includesValue" element
-
insertNewIncludesValue
AbstractGeneralParameterValueType insertNewIncludesValue(int i)
Inserts and returns a new empty value (as xml) as the ith "includesValue" element
-
addNewIncludesValue
AbstractGeneralParameterValueType addNewIncludesValue()
Appends and returns a new empty value (as xml) as the last "includesValue" element
-
removeIncludesValue
void removeIncludesValue(int i)
Removes the ith "includesValue" element
-
getValuesOfGroup
OperationParameterGroupRefType getValuesOfGroup()
Gets the "valuesOfGroup" element
-
setValuesOfGroup
void setValuesOfGroup(OperationParameterGroupRefType valuesOfGroup)
Sets the "valuesOfGroup" element
-
addNewValuesOfGroup
OperationParameterGroupRefType addNewValuesOfGroup()
Appends and returns a new empty "valuesOfGroup" element
-
-