net.opengis.wms
Interface CapabilityDocument.Capability

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
CapabilityDocumentImpl.CapabilityImpl
Enclosing interface:
CapabilityDocument

public static interface CapabilityDocument.Capability
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class CapabilityDocument.Capability.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
 ExceptionDocument.Exception addNewException()
          Appends and returns a new empty "Exception" element
 org.apache.xmlbeans.XmlObject addNewExtendedCapabilities()
          Appends and returns a new empty value (as xml) as the last "_ExtendedCapabilities" element
 LayerDocument.Layer addNewLayer()
          Appends and returns a new empty "Layer" element
 RequestDocument.Request addNewRequest()
          Appends and returns a new empty "Request" element
 ExceptionDocument.Exception getException()
          Gets the "Exception" element
 org.apache.xmlbeans.XmlObject[] getExtendedCapabilitiesArray()
          Gets array of all "_ExtendedCapabilities" elements
 org.apache.xmlbeans.XmlObject getExtendedCapabilitiesArray(int i)
          Gets ith "_ExtendedCapabilities" element
 LayerDocument.Layer getLayer()
          Gets the "Layer" element
 RequestDocument.Request getRequest()
          Gets the "Request" element
 org.apache.xmlbeans.XmlObject insertNewExtendedCapabilities(int i)
          Inserts and returns a new empty value (as xml) as the ith "_ExtendedCapabilities" element
 boolean isSetLayer()
          True if has "Layer" element
 void removeExtendedCapabilities(int i)
          Removes the ith "_ExtendedCapabilities" element
 void setException(ExceptionDocument.Exception exception)
          Sets the "Exception" element
 void setExtendedCapabilitiesArray(int i, org.apache.xmlbeans.XmlObject extendedCapabilities)
          Sets ith "_ExtendedCapabilities" element
 void setExtendedCapabilitiesArray(org.apache.xmlbeans.XmlObject[] extendedCapabilitiesArray)
          Sets array of all "_ExtendedCapabilities" element
 void setLayer(LayerDocument.Layer layer)
          Sets the "Layer" element
 void setRequest(RequestDocument.Request request)
          Sets the "Request" element
 int sizeOfExtendedCapabilitiesArray()
          Returns number of "_ExtendedCapabilities" element
 void unsetLayer()
          Unsets the "Layer" 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

getRequest

RequestDocument.Request getRequest()
Gets the "Request" element


setRequest

void setRequest(RequestDocument.Request request)
Sets the "Request" element


addNewRequest

RequestDocument.Request addNewRequest()
Appends and returns a new empty "Request" element


getException

ExceptionDocument.Exception getException()
Gets the "Exception" element


setException

void setException(ExceptionDocument.Exception exception)
Sets the "Exception" element


addNewException

ExceptionDocument.Exception addNewException()
Appends and returns a new empty "Exception" element


getExtendedCapabilitiesArray

org.apache.xmlbeans.XmlObject[] getExtendedCapabilitiesArray()
Gets array of all "_ExtendedCapabilities" elements


getExtendedCapabilitiesArray

org.apache.xmlbeans.XmlObject getExtendedCapabilitiesArray(int i)
Gets ith "_ExtendedCapabilities" element


sizeOfExtendedCapabilitiesArray

int sizeOfExtendedCapabilitiesArray()
Returns number of "_ExtendedCapabilities" element


setExtendedCapabilitiesArray

void setExtendedCapabilitiesArray(org.apache.xmlbeans.XmlObject[] extendedCapabilitiesArray)
Sets array of all "_ExtendedCapabilities" element


setExtendedCapabilitiesArray

void setExtendedCapabilitiesArray(int i,
                                  org.apache.xmlbeans.XmlObject extendedCapabilities)
Sets ith "_ExtendedCapabilities" element


insertNewExtendedCapabilities

org.apache.xmlbeans.XmlObject insertNewExtendedCapabilities(int i)
Inserts and returns a new empty value (as xml) as the ith "_ExtendedCapabilities" element


addNewExtendedCapabilities

org.apache.xmlbeans.XmlObject addNewExtendedCapabilities()
Appends and returns a new empty value (as xml) as the last "_ExtendedCapabilities" element


removeExtendedCapabilities

void removeExtendedCapabilities(int i)
Removes the ith "_ExtendedCapabilities" element


getLayer

LayerDocument.Layer getLayer()
Gets the "Layer" element


isSetLayer

boolean isSetLayer()
True if has "Layer" element


setLayer

void setLayer(LayerDocument.Layer layer)
Sets the "Layer" element


addNewLayer

LayerDocument.Layer addNewLayer()
Appends and returns a new empty "Layer" element


unsetLayer

void unsetLayer()
Unsets the "Layer" element



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