Package net.opengis.ows.x11
Interface OperationsMetadataDocument.OperationsMetadata
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
OperationsMetadataDocumentImpl.OperationsMetadataImpl
- Enclosing interface:
- OperationsMetadataDocument
public static interface OperationsMetadataDocument.OperationsMetadata extends org.apache.xmlbeans.XmlObjectAn XML OperationsMetadata(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOperationsMetadataDocument.OperationsMetadata.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 DomainTypeaddNewConstraint()Appends and returns a new empty value (as xml) as the last "Constraint" elementorg.apache.xmlbeans.XmlObjectaddNewExtendedCapabilities()Appends and returns a new empty "ExtendedCapabilities" elementOperationDocument.OperationaddNewOperation()Appends and returns a new empty value (as xml) as the last "Operation" elementDomainTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "Parameter" elementDomainType[]getConstraintArray()Gets array of all "Constraint" elementsDomainTypegetConstraintArray(int i)Gets ith "Constraint" elementorg.apache.xmlbeans.XmlObjectgetExtendedCapabilities()Gets the "ExtendedCapabilities" elementOperationDocument.Operation[]getOperationArray()Gets array of all "Operation" elementsOperationDocument.OperationgetOperationArray(int i)Gets ith "Operation" elementDomainType[]getParameterArray()Gets array of all "Parameter" elementsDomainTypegetParameterArray(int i)Gets ith "Parameter" elementDomainTypeinsertNewConstraint(int i)Inserts and returns a new empty value (as xml) as the ith "Constraint" elementOperationDocument.OperationinsertNewOperation(int i)Inserts and returns a new empty value (as xml) as the ith "Operation" elementDomainTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "Parameter" elementbooleanisSetExtendedCapabilities()True if has "ExtendedCapabilities" elementvoidremoveConstraint(int i)Removes the ith "Constraint" elementvoidremoveOperation(int i)Removes the ith "Operation" elementvoidremoveParameter(int i)Removes the ith "Parameter" elementvoidsetConstraintArray(int i, DomainType constraint)Sets ith "Constraint" elementvoidsetConstraintArray(DomainType[] constraintArray)Sets array of all "Constraint" elementvoidsetExtendedCapabilities(org.apache.xmlbeans.XmlObject extendedCapabilities)Sets the "ExtendedCapabilities" elementvoidsetOperationArray(int i, OperationDocument.Operation operation)Sets ith "Operation" elementvoidsetOperationArray(OperationDocument.Operation[] operationArray)Sets array of all "Operation" elementvoidsetParameterArray(int i, DomainType parameter)Sets ith "Parameter" elementvoidsetParameterArray(DomainType[] parameterArray)Sets array of all "Parameter" elementintsizeOfConstraintArray()Returns number of "Constraint" elementintsizeOfOperationArray()Returns number of "Operation" elementintsizeOfParameterArray()Returns number of "Parameter" elementvoidunsetExtendedCapabilities()Unsets the "ExtendedCapabilities" 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
-
getOperationArray
OperationDocument.Operation[] getOperationArray()
Gets array of all "Operation" elements
-
getOperationArray
OperationDocument.Operation getOperationArray(int i)
Gets ith "Operation" element
-
sizeOfOperationArray
int sizeOfOperationArray()
Returns number of "Operation" element
-
setOperationArray
void setOperationArray(OperationDocument.Operation[] operationArray)
Sets array of all "Operation" element
-
setOperationArray
void setOperationArray(int i, OperationDocument.Operation operation)Sets ith "Operation" element
-
insertNewOperation
OperationDocument.Operation insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "Operation" element
-
addNewOperation
OperationDocument.Operation addNewOperation()
Appends and returns a new empty value (as xml) as the last "Operation" element
-
removeOperation
void removeOperation(int i)
Removes the ith "Operation" element
-
getParameterArray
DomainType[] getParameterArray()
Gets array of all "Parameter" elements
-
getParameterArray
DomainType getParameterArray(int i)
Gets ith "Parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "Parameter" element
-
setParameterArray
void setParameterArray(DomainType[] parameterArray)
Sets array of all "Parameter" element
-
setParameterArray
void setParameterArray(int i, DomainType parameter)Sets ith "Parameter" element
-
insertNewParameter
DomainType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "Parameter" element
-
addNewParameter
DomainType 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
-
getConstraintArray
DomainType[] getConstraintArray()
Gets array of all "Constraint" elements
-
getConstraintArray
DomainType getConstraintArray(int i)
Gets ith "Constraint" element
-
sizeOfConstraintArray
int sizeOfConstraintArray()
Returns number of "Constraint" element
-
setConstraintArray
void setConstraintArray(DomainType[] constraintArray)
Sets array of all "Constraint" element
-
setConstraintArray
void setConstraintArray(int i, DomainType constraint)Sets ith "Constraint" element
-
insertNewConstraint
DomainType insertNewConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "Constraint" element
-
addNewConstraint
DomainType addNewConstraint()
Appends and returns a new empty value (as xml) as the last "Constraint" element
-
removeConstraint
void removeConstraint(int i)
Removes the ith "Constraint" element
-
getExtendedCapabilities
org.apache.xmlbeans.XmlObject getExtendedCapabilities()
Gets the "ExtendedCapabilities" element
-
isSetExtendedCapabilities
boolean isSetExtendedCapabilities()
True if has "ExtendedCapabilities" element
-
setExtendedCapabilities
void setExtendedCapabilities(org.apache.xmlbeans.XmlObject extendedCapabilities)
Sets the "ExtendedCapabilities" element
-
addNewExtendedCapabilities
org.apache.xmlbeans.XmlObject addNewExtendedCapabilities()
Appends and returns a new empty "ExtendedCapabilities" element
-
unsetExtendedCapabilities
void unsetExtendedCapabilities()
Unsets the "ExtendedCapabilities" element
-
-