|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.PatientSetCollectionType
public class PatientSetCollectionType
Java class for patient_set_collectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="patient_set_collectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patient_set_coll_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}patient_set_coll_idType"/>
<element name="result_instance_id" type="{http://www.i2b2.org/xsd/cell/crc/psm/1.1/}result_instance_idType"/>
<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 String |
patientSetCollId
|
protected String |
resultInstanceId
|
protected int |
setIndex
|
| Constructor Summary | |
|---|---|
PatientSetCollectionType()
|
|
| Method Summary | |
|---|---|
String |
getPatientId()
Gets the value of the patientId property. |
String |
getPatientSetCollId()
Gets the value of the patientSetCollId property. |
String |
getResultInstanceId()
Gets the value of the resultInstanceId property. |
int |
getSetIndex()
Gets the value of the setIndex property. |
void |
setPatientId(String value)
Sets the value of the patientId property. |
void |
setPatientSetCollId(String value)
Sets the value of the patientSetCollId property. |
void |
setResultInstanceId(String value)
Sets the value of the resultInstanceId 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 |
|---|
protected String patientSetCollId
protected String resultInstanceId
protected int setIndex
protected String patientId
| Constructor Detail |
|---|
public PatientSetCollectionType()
| Method Detail |
|---|
public String getPatientSetCollId()
Stringpublic void setPatientSetCollId(String value)
value - allowed object is
Stringpublic String getResultInstanceId()
Stringpublic void setResultInstanceId(String value)
value - allowed object is
Stringpublic int getSetIndex()
public void setSetIndex(int value)
public String getPatientId()
Stringpublic void setPatientId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||