NASA World Wind WMS

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

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

public class Capability
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}Request"/>
         <element ref="{http://www.opengis.net/wms}Exception"/>
         <element ref="{http://www.opengis.net/wms}_ExtendedCapabilities" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wms}Layer" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Exception exception
           
protected  List<Object> extendedCapabilities
           
protected  Layer layer
           
protected  Request request
           
 
Constructor Summary
Capability()
           
 
Method Summary
 Exception getException()
          Gets the value of the exception property.
 List<Object> getExtendedCapabilities()
          Gets the value of the extendedCapabilities property.
 Layer getLayer()
          Gets the value of the layer property.
 Request getRequest()
          Gets the value of the request property.
 void setException(Exception value)
          Sets the value of the exception property.
 void setLayer(Layer value)
          Sets the value of the layer property.
 void setRequest(Request value)
          Sets the value of the request property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

protected Exception exception

extendedCapabilities

protected List<Object> extendedCapabilities

layer

protected Layer layer

request

protected Request request
Constructor Detail

Capability

public Capability()
Method Detail

getException

public Exception getException()
Gets the value of the exception property.

Returns:
possible object is Exception

getExtendedCapabilities

public List<Object> getExtendedCapabilities()
Gets the value of the extendedCapabilities property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extendedCapabilities property.

For example, to add a new item, do as follows:

    getExtendedCapabilities().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


getLayer

public Layer getLayer()
Gets the value of the layer property.

Returns:
possible object is Layer

getRequest

public Request getRequest()
Gets the value of the request property.

Returns:
possible object is Request

setException

public void setException(Exception value)
Sets the value of the exception property.

Parameters:
value - allowed object is Exception

setLayer

public void setLayer(Layer value)
Sets the value of the layer property.

Parameters:
value - allowed object is Layer

setRequest

public void setRequest(Request value)
Sets the value of the request property.

Parameters:
value - allowed object is Request

NASA World Wind WMS