net.opengis.ows.x11
Interface OperationDocument.Operation

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OperationDocumentImpl.OperationImpl
Enclosing interface:
OperationDocument

public static interface OperationDocument.Operation
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getDCPArray

DCPDocument.DCP[] getDCPArray()
Gets array of all "DCP" elements


getDCPArray

DCPDocument.DCP getDCPArray(int i)
Gets ith "DCP" element


sizeOfDCPArray

int sizeOfDCPArray()
Returns number of "DCP" element


setDCPArray

void setDCPArray(DCPDocument.DCP[] dcpArray)
Sets array of all "DCP" element


setDCPArray

void setDCPArray(int i,
                 DCPDocument.DCP dcp)
Sets ith "DCP" element


insertNewDCP

DCPDocument.DCP insertNewDCP(int i)
Inserts and returns a new empty value (as xml) as the ith "DCP" element


addNewDCP

DCPDocument.DCP addNewDCP()
Appends and returns a new empty value (as xml) as the last "DCP" element


removeDCP

void removeDCP(int i)
Removes the ith "DCP" 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


getMetadataArray

MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements


getMetadataArray

MetadataType getMetadataArray(int i)
Gets ith "Metadata" element


sizeOfMetadataArray

int sizeOfMetadataArray()
Returns number of "Metadata" element


setMetadataArray

void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element


setMetadataArray

void setMetadataArray(int i,
                      MetadataType metadata)
Sets ith "Metadata" element


insertNewMetadata

MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element


addNewMetadata

MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element


removeMetadata

void removeMetadata(int i)
Removes the ith "Metadata" element


getName

String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.