gov.nasa.worldwind.servers.wms.xml
Class DCPType
java.lang.Object
gov.nasa.worldwind.servers.wms.xml.DCPType
public class DCPType
- 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}HTTP"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Method Summary |
HTTP |
getHTTP()
Gets the value of the http property. |
void |
setHTTP(HTTP value)
Sets the value of the http property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
http
protected HTTP http
DCPType
public DCPType()
getHTTP
public HTTP getHTTP()
- Gets the value of the http property.
- Returns:
- possible object is
HTTP
setHTTP
public void setHTTP(HTTP value)
- Sets the value of the http property.
- Parameters:
value
- allowed object is
HTTP