|
||||||||||
| 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 java.lang.String |
httpGet
|
protected java.lang.String |
httpPost
|
protected java.lang.String |
soap
|
| Constructor Summary | |
|---|---|
DCPType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHTTPGet()
Gets the value of the httpGet property. |
java.lang.String |
getHTTPPost()
Gets the value of the httpPost property. |
java.lang.String |
getSOAP()
Gets the value of the soap property. |
void |
setHTTPGet(java.lang.String value)
Sets the value of the httpGet property. |
void |
setHTTPPost(java.lang.String value)
Sets the value of the httpPost property. |
void |
setSOAP(java.lang.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 java.lang.String httpGet
protected java.lang.String httpPost
protected java.lang.String soap
| Constructor Detail |
|---|
public DCPType()
| Method Detail |
|---|
public java.lang.String getHTTPGet()
Stringpublic void setHTTPGet(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHTTPPost()
Stringpublic void setHTTPPost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSOAP()
Stringpublic void setSOAP(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||