|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.query.RangeType
edu.harvard.i2b2.crc.datavo.pdo.query.PatientListType
public class PatientListType
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 |
|---|
protected Object entirePatientSet
protected String patientSetCollId
protected List<PatientListType.PatientId> patientId
| Constructor Detail |
|---|
public PatientListType()
| Method Detail |
|---|
public Object getEntirePatientSet()
Objectpublic void setEntirePatientSet(Object value)
value - allowed object is
Objectpublic String getPatientSetCollId()
Stringpublic void setPatientSetCollId(String value)
value - allowed object is
Stringpublic List<PatientListType.PatientId> getPatientId()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||