|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WMSCapabilitiesDocument.WMSCapabilities
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
ServiceDocument.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |