edu.harvard.i2b2.crc.datavo.setfinder.query
Class PatientSetType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.PatientSetType

public class PatientSetType
extends Object

Java class for patient_setType complex type.

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

 <complexType name="patient_setType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cohort_patient" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="set_index" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}set_indexType"/>
                   <element name="patient_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_numType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="patient_set_coll_id" use="required" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_set_coll_idType" />
       <attribute name="result_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_instance_idType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PatientSetType.CohortPatient
          Java class for anonymous complex type.
 
Field Summary
protected  List<PatientSetType.CohortPatient> cohortPatient
           
protected  String patientSetCollId
           
protected  String resultInstanceId
           
 
Constructor Summary
PatientSetType()
           
 
Method Summary
 List<PatientSetType.CohortPatient> getCohortPatient()
          Gets the value of the cohortPatient property.
 String getPatientSetCollId()
          Gets the value of the patientSetCollId property.
 String getResultInstanceId()
          Gets the value of the resultInstanceId property.
 void setPatientSetCollId(String value)
          Sets the value of the patientSetCollId property.
 void setResultInstanceId(String value)
          Sets the value of the resultInstanceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cohortPatient

protected List<PatientSetType.CohortPatient> cohortPatient

patientSetCollId

protected String patientSetCollId

resultInstanceId

protected String resultInstanceId
Constructor Detail

PatientSetType

public PatientSetType()
Method Detail

getCohortPatient

public List<PatientSetType.CohortPatient> getCohortPatient()
Gets the value of the cohortPatient 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 cohortPatient property.

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

    getCohortPatient().add(newItem);
 

Objects of the following type(s) are allowed in the list PatientSetType.CohortPatient


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

getResultInstanceId

public String getResultInstanceId()
Gets the value of the resultInstanceId property.

Returns:
possible object is String

setResultInstanceId

public void setResultInstanceId(String value)
Sets the value of the resultInstanceId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.