NASA World Wind WMS

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

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

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


Field Summary
protected  List<OperationType> extendedOperation
           
protected  OperationType getCapabilities
           
protected  OperationType getFeatureInfo
           
protected  OperationType getMap
           
 
Constructor Summary
Request()
           
 
Method Summary
 List<OperationType> getExtendedOperation()
          Gets the value of the extendedOperation property.
 OperationType getGetCapabilities()
          Gets the value of the getCapabilities property.
 OperationType getGetFeatureInfo()
          Gets the value of the getFeatureInfo property.
 OperationType getGetMap()
          Gets the value of the getMap property.
 void setGetCapabilities(OperationType value)
          Sets the value of the getCapabilities property.
 void setGetFeatureInfo(OperationType value)
          Sets the value of the getFeatureInfo property.
 void setGetMap(OperationType value)
          Sets the value of the getMap property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendedOperation

protected List<OperationType> extendedOperation

getCapabilities

protected OperationType getCapabilities

getFeatureInfo

protected OperationType getFeatureInfo

getMap

protected OperationType getMap
Constructor Detail

Request

public Request()
Method Detail

getExtendedOperation

public List<OperationType> getExtendedOperation()
Gets the value of the extendedOperation 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 extendedOperation property.

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

    getExtendedOperation().add(newItem);
 

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


getGetCapabilities

public OperationType getGetCapabilities()
Gets the value of the getCapabilities property.

Returns:
possible object is OperationType

getGetFeatureInfo

public OperationType getGetFeatureInfo()
Gets the value of the getFeatureInfo property.

Returns:
possible object is OperationType

getGetMap

public OperationType getGetMap()
Gets the value of the getMap property.

Returns:
possible object is OperationType

setGetCapabilities

public void setGetCapabilities(OperationType value)
Sets the value of the getCapabilities property.

Parameters:
value - allowed object is OperationType

setGetFeatureInfo

public void setGetFeatureInfo(OperationType value)
Sets the value of the getFeatureInfo property.

Parameters:
value - allowed object is OperationType

setGetMap

public void setGetMap(OperationType value)
Sets the value of the getMap property.

Parameters:
value - allowed object is OperationType

NASA World Wind WMS