public static interface WMSCapabilitiesDocument.WMSCapabilities
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
WMSCapabilitiesDocument.WMSCapabilities.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
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
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextServiceDocument.Service getService()
void setService(ServiceDocument.Service service)
ServiceDocument.Service addNewService()
CapabilityDocument.Capability getCapability()
void setCapability(CapabilityDocument.Capability capability)
CapabilityDocument.Capability addNewCapability()
String getVersion()
org.apache.xmlbeans.XmlString xgetVersion()
boolean isSetVersion()
void setVersion(String version)
void xsetVersion(org.apache.xmlbeans.XmlString version)
void unsetVersion()
String getUpdateSequence()
org.apache.xmlbeans.XmlString xgetUpdateSequence()
boolean isSetUpdateSequence()
void setUpdateSequence(String updateSequence)
void xsetUpdateSequence(org.apache.xmlbeans.XmlString updateSequence)
void unsetUpdateSequence()
Copyright © 2015 52north.org. All rights reserved.