Package net.opengis.gml
Interface OperationParameterGroupType
-
- All Superinterfaces:
AbstractGeneralOperationParameterType,AbstractGMLType,DefinitionType,OperationParameterGroupBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OperationParameterGroupTypeImpl
public interface OperationParameterGroupType extends OperationParameterGroupBaseType
An XML OperationParameterGroupType(@http://www.opengis.net/gml). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperationParameterGroupType.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 IdentifierTypeaddNewGroupID()Appends and returns a new empty value (as xml) as the last "groupID" elementAbstractGeneralOperationParameterRefTypeaddNewIncludesParameter()Appends and returns a new empty value (as xml) as the last "includesParameter" elementStringOrRefTypeaddNewRemarks()Appends and returns a new empty "remarks" elementIdentifierType[]getGroupIDArray()Gets array of all "groupID" elementsIdentifierTypegetGroupIDArray(int i)Gets ith "groupID" elementAbstractGeneralOperationParameterRefType[]getIncludesParameterArray()Gets array of all "includesParameter" elementsAbstractGeneralOperationParameterRefTypegetIncludesParameterArray(int i)Gets ith "includesParameter" elementBigIntegergetMaximumOccurs()Gets the "maximumOccurs" elementStringOrRefTypegetRemarks()Gets the "remarks" elementIdentifierTypeinsertNewGroupID(int i)Inserts and returns a new empty value (as xml) as the ith "groupID" elementAbstractGeneralOperationParameterRefTypeinsertNewIncludesParameter(int i)Inserts and returns a new empty value (as xml) as the ith "includesParameter" elementbooleanisSetMaximumOccurs()True if has "maximumOccurs" elementbooleanisSetRemarks()True if has "remarks" elementvoidremoveGroupID(int i)Removes the ith "groupID" elementvoidremoveIncludesParameter(int i)Removes the ith "includesParameter" elementvoidsetGroupIDArray(int i, IdentifierType groupID)Sets ith "groupID" elementvoidsetGroupIDArray(IdentifierType[] groupIDArray)Sets array of all "groupID" elementvoidsetIncludesParameterArray(int i, AbstractGeneralOperationParameterRefType includesParameter)Sets ith "includesParameter" elementvoidsetIncludesParameterArray(AbstractGeneralOperationParameterRefType[] includesParameterArray)Sets array of all "includesParameter" elementvoidsetMaximumOccurs(BigInteger maximumOccurs)Sets the "maximumOccurs" elementvoidsetRemarks(StringOrRefType remarks)Sets the "remarks" elementintsizeOfGroupIDArray()Returns number of "groupID" elementintsizeOfIncludesParameterArray()Returns number of "includesParameter" elementvoidunsetMaximumOccurs()Unsets the "maximumOccurs" elementvoidunsetRemarks()Unsets the "remarks" elementorg.apache.xmlbeans.XmlPositiveIntegerxgetMaximumOccurs()Gets (as xml) the "maximumOccurs" elementvoidxsetMaximumOccurs(org.apache.xmlbeans.XmlPositiveInteger maximumOccurs)Sets (as xml) the "maximumOccurs" element-
Methods inherited from interface net.opengis.gml.AbstractGeneralOperationParameterType
getMinimumOccurs, isSetMinimumOccurs, setMinimumOccurs, unsetMinimumOccurs, xgetMinimumOccurs, xsetMinimumOccurs
-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.gml.DefinitionType
addNewName, getId, getNameArray, getNameArray, insertNewName, isSetId, removeName, setId, setNameArray, setNameArray, sizeOfNameArray, unsetId, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.OperationParameterGroupBaseType
addNewGroupName, getGroupName, setGroupName
-
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
-
getGroupIDArray
IdentifierType[] getGroupIDArray()
Gets array of all "groupID" elements
-
getGroupIDArray
IdentifierType getGroupIDArray(int i)
Gets ith "groupID" element
-
sizeOfGroupIDArray
int sizeOfGroupIDArray()
Returns number of "groupID" element
-
setGroupIDArray
void setGroupIDArray(IdentifierType[] groupIDArray)
Sets array of all "groupID" element
-
setGroupIDArray
void setGroupIDArray(int i, IdentifierType groupID)Sets ith "groupID" element
-
insertNewGroupID
IdentifierType insertNewGroupID(int i)
Inserts and returns a new empty value (as xml) as the ith "groupID" element
-
addNewGroupID
IdentifierType addNewGroupID()
Appends and returns a new empty value (as xml) as the last "groupID" element
-
removeGroupID
void removeGroupID(int i)
Removes the ith "groupID" element
-
getRemarks
StringOrRefType getRemarks()
Gets the "remarks" element
-
isSetRemarks
boolean isSetRemarks()
True if has "remarks" element
-
setRemarks
void setRemarks(StringOrRefType remarks)
Sets the "remarks" element
-
addNewRemarks
StringOrRefType addNewRemarks()
Appends and returns a new empty "remarks" element
-
unsetRemarks
void unsetRemarks()
Unsets the "remarks" element
-
getMaximumOccurs
BigInteger getMaximumOccurs()
Gets the "maximumOccurs" element
-
xgetMaximumOccurs
org.apache.xmlbeans.XmlPositiveInteger xgetMaximumOccurs()
Gets (as xml) the "maximumOccurs" element
-
isSetMaximumOccurs
boolean isSetMaximumOccurs()
True if has "maximumOccurs" element
-
setMaximumOccurs
void setMaximumOccurs(BigInteger maximumOccurs)
Sets the "maximumOccurs" element
-
xsetMaximumOccurs
void xsetMaximumOccurs(org.apache.xmlbeans.XmlPositiveInteger maximumOccurs)
Sets (as xml) the "maximumOccurs" element
-
unsetMaximumOccurs
void unsetMaximumOccurs()
Unsets the "maximumOccurs" element
-
getIncludesParameterArray
AbstractGeneralOperationParameterRefType[] getIncludesParameterArray()
Gets array of all "includesParameter" elements
-
getIncludesParameterArray
AbstractGeneralOperationParameterRefType getIncludesParameterArray(int i)
Gets ith "includesParameter" element
-
sizeOfIncludesParameterArray
int sizeOfIncludesParameterArray()
Returns number of "includesParameter" element
-
setIncludesParameterArray
void setIncludesParameterArray(AbstractGeneralOperationParameterRefType[] includesParameterArray)
Sets array of all "includesParameter" element
-
setIncludesParameterArray
void setIncludesParameterArray(int i, AbstractGeneralOperationParameterRefType includesParameter)Sets ith "includesParameter" element
-
insertNewIncludesParameter
AbstractGeneralOperationParameterRefType insertNewIncludesParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "includesParameter" element
-
addNewIncludesParameter
AbstractGeneralOperationParameterRefType addNewIncludesParameter()
Appends and returns a new empty value (as xml) as the last "includesParameter" element
-
removeIncludesParameter
void removeIncludesParameter(int i)
Removes the ith "includesParameter" element
-
-