public class WMTMSCapabilities
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Service"/>
<element ref="{}Capability"/>
</sequence>
<attribute name="version" default="1.1.1">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="1.1.1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="updateSequence" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Capability |
capability |
protected Service |
service |
protected java.lang.String |
updateSequence |
protected java.lang.String |
version |
| Constructor and Description |
|---|
WMTMSCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Capability |
getCapability()
Gets the value of the capability property.
|
Service |
getService()
Gets the value of the service property.
|
java.lang.String |
getUpdateSequence()
Gets the value of the updateSequence property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setCapability(Capability value)
Sets the value of the capability property.
|
void |
setService(Service value)
Sets the value of the service property.
|
void |
setUpdateSequence(java.lang.String value)
Sets the value of the updateSequence property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected Service service
protected Capability capability
protected java.lang.String version
protected java.lang.String updateSequence
public Service getService()
Servicepublic void setService(Service value)
value - allowed object is
Servicepublic Capability getCapability()
Capabilitypublic void setCapability(Capability value)
value - allowed object is
Capabilitypublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpdateSequence()
Stringpublic void setUpdateSequence(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.