NASA World Wind WMS

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

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

public class Get
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}OnlineResource"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OnlineResource onlineResource
           
 
Constructor Summary
Get()
           
 
Method Summary
 OnlineResource getOnlineResource()
          Gets the value of the onlineResource property.
 void setOnlineResource(OnlineResource value)
          Sets the value of the onlineResource property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onlineResource

protected OnlineResource onlineResource
Constructor Detail

Get

public Get()
Method Detail

getOnlineResource

public OnlineResource getOnlineResource()
Gets the value of the onlineResource property.

Returns:
possible object is OnlineResource

setOnlineResource

public void setOnlineResource(OnlineResource value)
Sets the value of the onlineResource property.

Parameters:
value - allowed object is OnlineResource

NASA World Wind WMS