NASA World Wind WMS

gov.nasa.worldwind.servers.wms.xml
Class WMSCapabilities

java.lang.Object
  extended by gov.nasa.worldwind.servers.wms.xml.WMSCapabilities

public class WMSCapabilities
extends 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="{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

capability

protected Capability capability

service

protected Service service

updateSequence

protected String updateSequence

version

protected String version
Constructor Detail

WMSCapabilities

public WMSCapabilities()
Method Detail

getCapability

public Capability getCapability()
Gets the value of the capability property.

Returns:
possible object is Capability

getService

public Service getService()
Gets the value of the service property.

Returns:
possible object is Service

getUpdateSequence

public String getUpdateSequence()
Gets the value of the updateSequence property.

Returns:
possible object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setCapability

public void setCapability(Capability value)
Sets the value of the capability property.

Parameters:
value - allowed object is Capability

setService

public void setService(Service value)
Sets the value of the service property.

Parameters:
value - allowed object is Service

setUpdateSequence

public void setUpdateSequence(String value)
Sets the value of the updateSequence property.

Parameters:
value - allowed object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

NASA World Wind WMS