NASA World Wind WMS

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

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

public class HTTP
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}Get"/>
         <element ref="{http://www.opengis.net/wms}Post" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Get get
           
protected  Post post
           
 
Constructor Summary
HTTP()
           
 
Method Summary
 Get getGet()
          Gets the value of the get property.
 Post getPost()
          Gets the value of the post property.
 void setGet(Get value)
          Sets the value of the get property.
 void setPost(Post value)
          Sets the value of the post property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

get

protected Get get

post

protected Post post
Constructor Detail

HTTP

public HTTP()
Method Detail

getGet

public Get getGet()
Gets the value of the get property.

Returns:
possible object is Get

getPost

public Post getPost()
Gets the value of the post property.

Returns:
possible object is Post

setGet

public void setGet(Get value)
Sets the value of the get property.

Parameters:
value - allowed object is Get

setPost

public void setPost(Post value)
Sets the value of the post property.

Parameters:
value - allowed object is Post

NASA World Wind WMS