edu.harvard.i2b2.crc.datavo.pdo.query
Class PatientDataResponseType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.query.ResponseType
      extended by edu.harvard.i2b2.crc.datavo.pdo.query.PatientDataResponseType

public class PatientDataResponseType
extends ResponseType

Java class for patient_data_responseType complex type.

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

 <complexType name="patient_data_responseType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}responseType">
       <sequence>
         <element name="page" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pageType"/>
         <element ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}patient_data"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  PageType page
           
protected  PatientDataType patientData
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.ResponseType
status
 
Constructor Summary
PatientDataResponseType()
           
 
Method Summary
 PageType getPage()
          Gets the value of the page property.
 PatientDataType getPatientData()
          Gets the value of the patientData property.
 void setPage(PageType value)
          Sets the value of the page property.
 void setPatientData(PatientDataType value)
          Sets the value of the patientData property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.ResponseType
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

page

protected PageType page

patientData

protected PatientDataType patientData
Constructor Detail

PatientDataResponseType

public PatientDataResponseType()
Method Detail

getPage

public PageType getPage()
Gets the value of the page property.

Returns:
possible object is PageType

setPage

public void setPage(PageType value)
Sets the value of the page property.

Parameters:
value - allowed object is PageType

getPatientData

public PatientDataType getPatientData()
Gets the value of the patientData property.

Returns:
possible object is PatientDataType

setPatientData

public void setPatientData(PatientDataType value)
Sets the value of the patientData property.

Parameters:
value - allowed object is PatientDataType


Copyright © 2011. All Rights Reserved.