net.opengis.wms
Interface WMSCapabilitiesDocument.WMSCapabilities

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
WMSCapabilitiesDocumentImpl.WMSCapabilitiesImpl
Enclosing interface:
WMSCapabilitiesDocument

public static interface WMSCapabilitiesDocument.WMSCapabilities
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class WMSCapabilitiesDocument.WMSCapabilities.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
 CapabilityDocument.Capability addNewCapability()
          Appends and returns a new empty "Capability" element
 ServiceDocument.Service addNewService()
          Appends and returns a new empty "Service" element
 CapabilityDocument.Capability getCapability()
          Gets the "Capability" element
 ServiceDocument.Service getService()
          Gets the "Service" element
 String getUpdateSequence()
          Gets the "updateSequence" attribute
 String getVersion()
          Gets the "version" attribute
 boolean isSetUpdateSequence()
          True if has "updateSequence" attribute
 boolean isSetVersion()
          True if has "version" attribute
 void setCapability(CapabilityDocument.Capability capability)
          Sets the "Capability" element
 void setService(ServiceDocument.Service service)
          Sets the "Service" element
 void setUpdateSequence(String updateSequence)
          Sets the "updateSequence" attribute
 void setVersion(String version)
          Sets the "version" attribute
 void unsetUpdateSequence()
          Unsets the "updateSequence" attribute
 void unsetVersion()
          Unsets the "version" attribute
 org.apache.xmlbeans.XmlString xgetUpdateSequence()
          Gets (as xml) the "updateSequence" attribute
 org.apache.xmlbeans.XmlString xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetUpdateSequence(org.apache.xmlbeans.XmlString updateSequence)
          Sets (as xml) the "updateSequence" attribute
 void xsetVersion(org.apache.xmlbeans.XmlString version)
          Sets (as xml) the "version" attribute
 
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

getService

ServiceDocument.Service getService()
Gets the "Service" element


setService

void setService(ServiceDocument.Service service)
Sets the "Service" element


addNewService

ServiceDocument.Service addNewService()
Appends and returns a new empty "Service" element


getCapability

CapabilityDocument.Capability getCapability()
Gets the "Capability" element


setCapability

void setCapability(CapabilityDocument.Capability capability)
Sets the "Capability" element


addNewCapability

CapabilityDocument.Capability addNewCapability()
Appends and returns a new empty "Capability" element


getVersion

String getVersion()
Gets the "version" attribute


xgetVersion

org.apache.xmlbeans.XmlString xgetVersion()
Gets (as xml) the "version" attribute


isSetVersion

boolean isSetVersion()
True if has "version" attribute


setVersion

void setVersion(String version)
Sets the "version" attribute


xsetVersion

void xsetVersion(org.apache.xmlbeans.XmlString version)
Sets (as xml) the "version" attribute


unsetVersion

void unsetVersion()
Unsets the "version" attribute


getUpdateSequence

String getUpdateSequence()
Gets the "updateSequence" attribute


xgetUpdateSequence

org.apache.xmlbeans.XmlString xgetUpdateSequence()
Gets (as xml) the "updateSequence" attribute


isSetUpdateSequence

boolean isSetUpdateSequence()
True if has "updateSequence" attribute


setUpdateSequence

void setUpdateSequence(String updateSequence)
Sets the "updateSequence" attribute


xsetUpdateSequence

void xsetUpdateSequence(org.apache.xmlbeans.XmlString updateSequence)
Sets (as xml) the "updateSequence" attribute


unsetUpdateSequence

void unsetUpdateSequence()
Unsets the "updateSequence" attribute



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