|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface OperationDocument.Operation
An XML Operation(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
OperationDocument.Operation.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
DomainType |
addNewConstraint()
Appends and returns a new empty value (as xml) as the last "Constraint" element |
DCPDocument.DCP |
addNewDCP()
Appends and returns a new empty value (as xml) as the last "DCP" element |
MetadataType |
addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element |
DomainType |
addNewParameter()
Appends and returns a new empty value (as xml) as the last "Parameter" element |
DomainType[] |
getConstraintArray()
Gets array of all "Constraint" elements |
DomainType |
getConstraintArray(int i)
Gets ith "Constraint" element |
DCPDocument.DCP[] |
getDCPArray()
Gets array of all "DCP" elements |
DCPDocument.DCP |
getDCPArray(int i)
Gets ith "DCP" element |
MetadataType[] |
getMetadataArray()
Gets array of all "Metadata" elements |
MetadataType |
getMetadataArray(int i)
Gets ith "Metadata" element |
String |
getName()
Gets the "name" attribute |
DomainType[] |
getParameterArray()
Gets array of all "Parameter" elements |
DomainType |
getParameterArray(int i)
Gets ith "Parameter" element |
DomainType |
insertNewConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "Constraint" element |
DCPDocument.DCP |
insertNewDCP(int i)
Inserts and returns a new empty value (as xml) as the ith "DCP" element |
MetadataType |
insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element |
DomainType |
insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "Parameter" element |
void |
removeConstraint(int i)
Removes the ith "Constraint" element |
void |
removeDCP(int i)
Removes the ith "DCP" element |
void |
removeMetadata(int i)
Removes the ith "Metadata" element |
void |
removeParameter(int i)
Removes the ith "Parameter" element |
void |
setConstraintArray(DomainType[] constraintArray)
Sets array of all "Constraint" element |
void |
setConstraintArray(int i,
DomainType constraint)
Sets ith "Constraint" element |
void |
setDCPArray(DCPDocument.DCP[] dcpArray)
Sets array of all "DCP" element |
void |
setDCPArray(int i,
DCPDocument.DCP dcp)
Sets ith "DCP" element |
void |
setMetadataArray(int i,
MetadataType metadata)
Sets ith "Metadata" element |
void |
setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element |
void |
setName(String name)
Sets the "name" attribute |
void |
setParameterArray(DomainType[] parameterArray)
Sets array of all "Parameter" element |
void |
setParameterArray(int i,
DomainType parameter)
Sets ith "Parameter" element |
int |
sizeOfConstraintArray()
Returns number of "Constraint" element |
int |
sizeOfDCPArray()
Returns number of "DCP" element |
int |
sizeOfMetadataArray()
Returns number of "Metadata" element |
int |
sizeOfParameterArray()
Returns number of "Parameter" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, 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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
DCPDocument.DCP[] getDCPArray()
DCPDocument.DCP getDCPArray(int i)
int sizeOfDCPArray()
void setDCPArray(DCPDocument.DCP[] dcpArray)
void setDCPArray(int i,
DCPDocument.DCP dcp)
DCPDocument.DCP insertNewDCP(int i)
DCPDocument.DCP addNewDCP()
void removeDCP(int i)
DomainType[] getParameterArray()
DomainType getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(DomainType[] parameterArray)
void setParameterArray(int i,
DomainType parameter)
DomainType insertNewParameter(int i)
DomainType addNewParameter()
void removeParameter(int i)
DomainType[] getConstraintArray()
DomainType getConstraintArray(int i)
int sizeOfConstraintArray()
void setConstraintArray(DomainType[] constraintArray)
void setConstraintArray(int i,
DomainType constraint)
DomainType insertNewConstraint(int i)
DomainType addNewConstraint()
void removeConstraint(int i)
MetadataType[] getMetadataArray()
MetadataType getMetadataArray(int i)
int sizeOfMetadataArray()
void setMetadataArray(MetadataType[] metadataArray)
void setMetadataArray(int i,
MetadataType metadata)
MetadataType insertNewMetadata(int i)
MetadataType addNewMetadata()
void removeMetadata(int i)
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||