org.deegree.services.jaxb.controller
Class DCPType

java.lang.Object
  extended by org.deegree.services.jaxb.controller.DCPType

public class DCPType
extends Object

Java class for DCPType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DCPType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HTTPGet" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="HTTPPost" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="SOAP" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String httpGet
           
protected  String httpPost
           
protected  String soap
           
 
Constructor Summary
DCPType()
           
 
Method Summary
 String getHTTPGet()
          Gets the value of the httpGet property.
 String getHTTPPost()
          Gets the value of the httpPost property.
 String getSOAP()
          Gets the value of the soap property.
 void setHTTPGet(String value)
          Sets the value of the httpGet property.
 void setHTTPPost(String value)
          Sets the value of the httpPost property.
 void setSOAP(String value)
          Sets the value of the soap property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

httpGet

protected String httpGet

httpPost

protected String httpPost

soap

protected String soap
Constructor Detail

DCPType

public DCPType()
Method Detail

getHTTPGet

public String getHTTPGet()
Gets the value of the httpGet property.

Returns:
possible object is String

setHTTPGet

public void setHTTPGet(String value)
Sets the value of the httpGet property.

Parameters:
value - allowed object is String

getHTTPPost

public String getHTTPPost()
Gets the value of the httpPost property.

Returns:
possible object is String

setHTTPPost

public void setHTTPPost(String value)
Sets the value of the httpPost property.

Parameters:
value - allowed object is String

getSOAP

public String getSOAP()
Gets the value of the soap property.

Returns:
possible object is String

setSOAP

public void setSOAP(String value)
Sets the value of the soap property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.