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

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

public class InputOptionListType
extends Object

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

patientList

protected PatientListType patientList

eventList

protected EventListType eventList

pidList

protected PidListType pidList

eidList

protected EidListType eidList
Constructor Detail

InputOptionListType

public InputOptionListType()
Method Detail

getPatientList

public PatientListType getPatientList()
Gets the value of the patientList property.

Returns:
possible object is PatientListType

setPatientList

public void setPatientList(PatientListType value)
Sets the value of the patientList property.

Parameters:
value - allowed object is PatientListType

getEventList

public EventListType getEventList()
Gets the value of the eventList property.

Returns:
possible object is EventListType

setEventList

public void setEventList(EventListType value)
Sets the value of the eventList property.

Parameters:
value - allowed object is EventListType

getPidList

public PidListType getPidList()
Gets the value of the pidList property.

Returns:
possible object is PidListType

setPidList

public void setPidList(PidListType value)
Sets the value of the pidList property.

Parameters:
value - allowed object is PidListType

getEidList

public EidListType getEidList()
Gets the value of the eidList property.

Returns:
possible object is EidListType

setEidList

public void setEidList(EidListType value)
Sets the value of the eidList property.

Parameters:
value - allowed object is EidListType


Copyright © 2011. All Rights Reserved.