NASA World Wind WMS

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

java.lang.Object
  extended by 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>
 


Field Summary
protected  HTTP http
           
 
Constructor Summary
DCPType()
           
 
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
 

Field Detail

http

protected HTTP http
Constructor Detail

DCPType

public DCPType()
Method Detail

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

NASA World Wind WMS