edu.harvard.i2b2.crc.datavo.pdo.query
Class Examples.MessageBody

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.Examples.MessageBody
Enclosing class:
Examples

public static class Examples.MessageBody
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.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

pdoheader

protected PdoQryHeaderType pdoheader

request

protected RequestType request

response

protected ResponseType response

sql

protected String sql
Constructor Detail

Examples.MessageBody

public Examples.MessageBody()
Method Detail

getPdoheader

public PdoQryHeaderType getPdoheader()
Gets the value of the pdoheader property.

Returns:
possible object is PdoQryHeaderType

setPdoheader

public void setPdoheader(PdoQryHeaderType value)
Sets the value of the pdoheader property.

Parameters:
value - allowed object is PdoQryHeaderType

getRequest

public RequestType getRequest()
Gets the value of the request property.

Returns:
possible object is RequestType

setRequest

public void setRequest(RequestType value)
Sets the value of the request property.

Parameters:
value - allowed object is RequestType

getResponse

public ResponseType getResponse()
Gets the value of the response property.

Returns:
possible object is ResponseType

setResponse

public void setResponse(ResponseType value)
Sets the value of the response property.

Parameters:
value - allowed object is ResponseType

getSql

public String getSql()
Gets the value of the sql property.

Returns:
possible object is String

setSql

public void setSql(String value)
Sets the value of the sql property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.