|
||||||||||
| 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.InputOptionListType
public class InputOptionListType
Java class for input_option_listType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="input_option_listType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="patient_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}patient_listType"/>
<element name="event_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}event_listType"/>
<element name="pid_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}pid_listType"/>
<element name="eid_list" type="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}eid_listType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EidListType |
eidList
|
protected EventListType |
eventList
|
protected PatientListType |
patientList
|
protected PidListType |
pidList
|
| Constructor Summary | |
|---|---|
InputOptionListType()
|
|
| Method Summary | |
|---|---|
EidListType |
getEidList()
Gets the value of the eidList property. |
EventListType |
getEventList()
Gets the value of the eventList property. |
PatientListType |
getPatientList()
Gets the value of the patientList property. |
PidListType |
getPidList()
Gets the value of the pidList property. |
void |
setEidList(EidListType value)
Sets the value of the eidList property. |
void |
setEventList(EventListType value)
Sets the value of the eventList property. |
void |
setPatientList(PatientListType value)
Sets the value of the patientList property. |
void |
setPidList(PidListType value)
Sets the value of the pidList property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PatientListType patientList
protected EventListType eventList
protected PidListType pidList
protected EidListType eidList
| Constructor Detail |
|---|
public InputOptionListType()
| Method Detail |
|---|
public PatientListType getPatientList()
PatientListTypepublic void setPatientList(PatientListType value)
value - allowed object is
PatientListTypepublic EventListType getEventList()
EventListTypepublic void setEventList(EventListType value)
value - allowed object is
EventListTypepublic PidListType getPidList()
PidListTypepublic void setPidList(PidListType value)
value - allowed object is
PidListTypepublic EidListType getEidList()
EidListTypepublic void setEidList(EidListType value)
value - allowed object is
EidListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||