|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.Examples.MessageBody
public static class Examples.MessageBody
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.i2b2.org/xsd/cell/crc/pdo/1.1/}pdoheader"/>
<element ref="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}request"/>
<element ref="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}response"/>
<element ref="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}sql"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PdoQryHeaderType |
pdoheader
|
protected RequestType |
request
|
protected ResponseType |
response
|
protected String |
sql
|
| Constructor Summary | |
|---|---|
Examples.MessageBody()
|
|
| Method Summary | |
|---|---|
PdoQryHeaderType |
getPdoheader()
Gets the value of the pdoheader property. |
RequestType |
getRequest()
Gets the value of the request property. |
ResponseType |
getResponse()
Gets the value of the response property. |
String |
getSql()
Gets the value of the sql property. |
void |
setPdoheader(PdoQryHeaderType value)
Sets the value of the pdoheader property. |
void |
setRequest(RequestType value)
Sets the value of the request property. |
void |
setResponse(ResponseType value)
Sets the value of the response property. |
void |
setSql(String value)
Sets the value of the sql property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PdoQryHeaderType pdoheader
protected RequestType request
protected ResponseType response
protected String sql
| Constructor Detail |
|---|
public Examples.MessageBody()
| Method Detail |
|---|
public PdoQryHeaderType getPdoheader()
PdoQryHeaderTypepublic void setPdoheader(PdoQryHeaderType value)
value - allowed object is
PdoQryHeaderTypepublic RequestType getRequest()
RequestTypepublic void setRequest(RequestType value)
value - allowed object is
RequestTypepublic ResponseType getResponse()
ResponseTypepublic void setResponse(ResponseType value)
value - allowed object is
ResponseTypepublic String getSql()
Stringpublic void setSql(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||