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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.setfinder.query.PatientSetType.CohortPatient
Enclosing class:
PatientSetType

public static class PatientSetType.CohortPatient
extends Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  String patientId
           
protected  int setIndex
           
 
Constructor Summary
PatientSetType.CohortPatient()
           
 
Method Summary
 String getPatientId()
          Gets the value of the patientId property.
 int getSetIndex()
          Gets the value of the setIndex property.
 void setPatientId(String value)
          Sets the value of the patientId property.
 void setSetIndex(int value)
          Sets the value of the setIndex property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setIndex

protected int setIndex

patientId

protected String patientId
Constructor Detail

PatientSetType.CohortPatient

public PatientSetType.CohortPatient()
Method Detail

getSetIndex

public int getSetIndex()
Gets the value of the setIndex property.


setSetIndex

public void setSetIndex(int value)
Sets the value of the setIndex property.


getPatientId

public String getPatientId()
Gets the value of the patientId property.

Returns:
possible object is String

setPatientId

public void setPatientId(String value)
Sets the value of the patientId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.