|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.controller.DCPType
public class DCPType
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 |
|---|
protected String httpGet
protected String httpPost
protected String soap
| Constructor Detail |
|---|
public DCPType()
| Method Detail |
|---|
public String getHTTPGet()
Stringpublic void setHTTPGet(String value)
value - allowed object is
Stringpublic String getHTTPPost()
Stringpublic void setHTTPPost(String value)
value - allowed object is
Stringpublic String getSOAP()
Stringpublic void setSOAP(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||