|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.WMSCapabilities
public class WMSCapabilities
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="{http://www.opengis.net/wms}Service"/>
<element ref="{http://www.opengis.net/wms}Capability"/>
</sequence>
<attribute name="updateSequence" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" fixed="1.3.0" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Capability |
capability
|
protected Service |
service
|
protected String |
updateSequence
|
protected String |
version
|
| Constructor Summary | |
|---|---|
WMSCapabilities()
|
|
| Method Summary | |
|---|---|
Capability |
getCapability()
Gets the value of the capability property. |
Service |
getService()
Gets the value of the service property. |
String |
getUpdateSequence()
Gets the value of the updateSequence property. |
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(String value)
Sets the value of the updateSequence property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Capability capability
protected Service service
protected String updateSequence
protected String version
| Constructor Detail |
|---|
public WMSCapabilities()
| Method Detail |
|---|
public Capability getCapability()
Capabilitypublic Service getService()
Servicepublic String getUpdateSequence()
Stringpublic String getVersion()
Stringpublic void setCapability(Capability value)
value - allowed object is
Capabilitypublic void setService(Service value)
value - allowed object is
Servicepublic void setUpdateSequence(String value)
value - allowed object is
Stringpublic void setVersion(String value)
value - allowed object is
String
|
NASA World Wind WMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||