net.opengis.wms
Interface RequestDocument.Request

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RequestDocumentImpl.RequestImpl
Enclosing interface:
RequestDocument

public static interface RequestDocument.Request
extends org.apache.xmlbeans.XmlObject

An XML Request(@http://www.opengis.net/wms). This is a complex type.


Nested Class Summary
static class RequestDocument.Request.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
 OperationType addNewExtendedOperation()
          Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element
 OperationType addNewGetCapabilities()
          Appends and returns a new empty "GetCapabilities" element
 OperationType addNewGetFeatureInfo()
          Appends and returns a new empty "GetFeatureInfo" element
 OperationType addNewGetMap()
          Appends and returns a new empty "GetMap" element
 OperationType[] getExtendedOperationArray()
          Gets array of all "_ExtendedOperation" elements
 OperationType getExtendedOperationArray(int i)
          Gets ith "_ExtendedOperation" element
 OperationType getGetCapabilities()
          Gets the "GetCapabilities" element
 OperationType getGetFeatureInfo()
          Gets the "GetFeatureInfo" element
 OperationType getGetMap()
          Gets the "GetMap" element
 OperationType insertNewExtendedOperation(int i)
          Inserts and returns a new empty value (as xml) as the ith "_ExtendedOperation" element
 boolean isSetGetFeatureInfo()
          True if has "GetFeatureInfo" element
 void removeExtendedOperation(int i)
          Removes the ith "_ExtendedOperation" element
 void setExtendedOperationArray(int i, OperationType extendedOperation)
          Sets ith "_ExtendedOperation" element
 void setExtendedOperationArray(OperationType[] extendedOperationArray)
          Sets array of all "_ExtendedOperation" element
 void setGetCapabilities(OperationType getCapabilities)
          Sets the "GetCapabilities" element
 void setGetFeatureInfo(OperationType getFeatureInfo)
          Sets the "GetFeatureInfo" element
 void setGetMap(OperationType getMap)
          Sets the "GetMap" element
 int sizeOfExtendedOperationArray()
          Returns number of "_ExtendedOperation" element
 void unsetGetFeatureInfo()
          Unsets the "GetFeatureInfo" 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
 

Field Detail

type

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

getGetCapabilities

OperationType getGetCapabilities()
Gets the "GetCapabilities" element


setGetCapabilities

void setGetCapabilities(OperationType getCapabilities)
Sets the "GetCapabilities" element


addNewGetCapabilities

OperationType addNewGetCapabilities()
Appends and returns a new empty "GetCapabilities" element


getGetMap

OperationType getGetMap()
Gets the "GetMap" element


setGetMap

void setGetMap(OperationType getMap)
Sets the "GetMap" element


addNewGetMap

OperationType addNewGetMap()
Appends and returns a new empty "GetMap" element


getGetFeatureInfo

OperationType getGetFeatureInfo()
Gets the "GetFeatureInfo" element


isSetGetFeatureInfo

boolean isSetGetFeatureInfo()
True if has "GetFeatureInfo" element


setGetFeatureInfo

void setGetFeatureInfo(OperationType getFeatureInfo)
Sets the "GetFeatureInfo" element


addNewGetFeatureInfo

OperationType addNewGetFeatureInfo()
Appends and returns a new empty "GetFeatureInfo" element


unsetGetFeatureInfo

void unsetGetFeatureInfo()
Unsets the "GetFeatureInfo" element


getExtendedOperationArray

OperationType[] getExtendedOperationArray()
Gets array of all "_ExtendedOperation" elements


getExtendedOperationArray

OperationType getExtendedOperationArray(int i)
Gets ith "_ExtendedOperation" element


sizeOfExtendedOperationArray

int sizeOfExtendedOperationArray()
Returns number of "_ExtendedOperation" element


setExtendedOperationArray

void setExtendedOperationArray(OperationType[] extendedOperationArray)
Sets array of all "_ExtendedOperation" element


setExtendedOperationArray

void setExtendedOperationArray(int i,
                               OperationType extendedOperation)
Sets ith "_ExtendedOperation" element


insertNewExtendedOperation

OperationType insertNewExtendedOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "_ExtendedOperation" element


addNewExtendedOperation

OperationType addNewExtendedOperation()
Appends and returns a new empty value (as xml) as the last "_ExtendedOperation" element


removeExtendedOperation

void removeExtendedOperation(int i)
Removes the ith "_ExtendedOperation" element



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