|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.servers.wms.xml.HTTP
public class HTTP
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 |
---|
protected Get get
protected Post post
Constructor Detail |
---|
public HTTP()
Method Detail |
---|
public Get getGet()
Get
public Post getPost()
Post
public void setGet(Get value)
value
- allowed object is
Get
public void setPost(Post value)
value
- allowed object is
Post
|
NASA World Wind WMS | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |