Package net.opengis.gml.x32
Interface OperationParameterGroupType
-
- All Superinterfaces:
AbstractGeneralOperationParameterType,AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OperationParameterGroupTypeImpl
public interface OperationParameterGroupType extends AbstractGeneralOperationParameterType
An XML OperationParameterGroupType(@http://www.opengis.net/gml/3.2). 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 AbstractGeneralOperationParameterPropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementBigIntegergetMaximumOccurs()Gets the "maximumOccurs" elementAbstractGeneralOperationParameterPropertyType[]getParameterArray()Gets array of all "parameter" elementsAbstractGeneralOperationParameterPropertyTypegetParameterArray(int i)Gets ith "parameter" elementAbstractGeneralOperationParameterPropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementbooleanisSetMaximumOccurs()True if has "maximumOccurs" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidsetMaximumOccurs(BigInteger maximumOccurs)Sets the "maximumOccurs" elementvoidsetParameterArray(int i, AbstractGeneralOperationParameterPropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(AbstractGeneralOperationParameterPropertyType[] parameterArray)Sets array of all "parameter" elementintsizeOfParameterArray()Returns number of "parameter" elementvoidunsetMaximumOccurs()Unsets the "maximumOccurs" 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.x32.AbstractGeneralOperationParameterType
getMinimumOccurs, isSetMinimumOccurs, setMinimumOccurs, unsetMinimumOccurs, xgetMinimumOccurs, xsetMinimumOccurs
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
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
-
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
-
getParameterArray
AbstractGeneralOperationParameterPropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
AbstractGeneralOperationParameterPropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(AbstractGeneralOperationParameterPropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, AbstractGeneralOperationParameterPropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
AbstractGeneralOperationParameterPropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
AbstractGeneralOperationParameterPropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
-