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

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

public class PatientListType
extends RangeType

Java class for patient_listType complex type.

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

 <complexType name="patient_listType">
   <complexContent>
     <extension base="{http://www.i2b2.org/xsd/cell/crc/pdo/1.1/}rangeType">
       <choice>
         <element name="entire_patient_set" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="patient_set_coll_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="patient_id" maxOccurs="unbounded">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                 <attribute name="patient_set_id" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PatientListType.PatientId
          Java class for anonymous complex type.
 
Field Summary
protected  Object entirePatientSet
           
protected  List<PatientListType.PatientId> patientId
           
protected  String patientSetCollId
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
max, min
 
Constructor Summary
PatientListType()
           
 
Method Summary
 Object getEntirePatientSet()
          Gets the value of the entirePatientSet property.
 List<PatientListType.PatientId> getPatientId()
          Gets the value of the patientId property.
 String getPatientSetCollId()
          Gets the value of the patientSetCollId property.
 void setEntirePatientSet(Object value)
          Sets the value of the entirePatientSet property.
 void setPatientSetCollId(String value)
          Sets the value of the patientSetCollId property.
 
Methods inherited from class edu.harvard.i2b2.crc.datavo.pdo.query.RangeType
getMax, getMin, setMax, setMin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entirePatientSet

protected Object entirePatientSet

patientSetCollId

protected String patientSetCollId

patientId

protected List<PatientListType.PatientId> patientId
Constructor Detail

PatientListType

public PatientListType()
Method Detail

getEntirePatientSet

public Object getEntirePatientSet()
Gets the value of the entirePatientSet property.

Returns:
possible object is Object

setEntirePatientSet

public void setEntirePatientSet(Object value)
Sets the value of the entirePatientSet property.

Parameters:
value - allowed object is Object

getPatientSetCollId

public String getPatientSetCollId()
Gets the value of the patientSetCollId property.

Returns:
possible object is String

setPatientSetCollId

public void setPatientSetCollId(String value)
Sets the value of the patientSetCollId property.

Parameters:
value - allowed object is String

getPatientId

public List<PatientListType.PatientId> getPatientId()
Gets the value of the patientId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the patientId property.

For example, to add a new item, do as follows:

    getPatientId().add(newItem);
 

Objects of the following type(s) are allowed in the list PatientListType.PatientId



Copyright © 2011. All Rights Reserved.