|
||||||||||
| 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.ResponseType
edu.harvard.i2b2.crc.datavo.pdo.query.PatientDataResponseType
public class PatientDataResponseType
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 |
|---|
protected PageType page
protected PatientDataType patientData
| Constructor Detail |
|---|
public PatientDataResponseType()
| Method Detail |
|---|
public PageType getPage()
PageTypepublic void setPage(PageType value)
value - allowed object is
PageTypepublic PatientDataType getPatientData()
PatientDataTypepublic void setPatientData(PatientDataType value)
value - allowed object is
PatientDataType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||