|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.pdo.PidType
public class PidType
Java class for pidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pidType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="patient_id">
<complexType>
<simpleContent>
<extension base="<http://www.i2b2.org/xsd/hive/pdo/1.1/>patientIdType">
<attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="patient_map_id" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" default="HIVE" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
PidType.PatientId
Java class for anonymous complex type. |
static class |
PidType.PatientMapId
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected PidType.PatientId |
patientId
|
protected List<PidType.PatientMapId> |
patientMapId
|
| Constructor Summary | |
|---|---|
PidType()
|
|
| Method Summary | |
|---|---|
PidType.PatientId |
getPatientId()
Gets the value of the patientId property. |
List<PidType.PatientMapId> |
getPatientMapId()
Gets the value of the patientMapId property. |
void |
setPatientId(PidType.PatientId value)
Sets the value of the patientId property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PidType.PatientId patientId
protected List<PidType.PatientMapId> patientMapId
| Constructor Detail |
|---|
public PidType()
| Method Detail |
|---|
public PidType.PatientId getPatientId()
PidType.PatientIdpublic void setPatientId(PidType.PatientId value)
value - allowed object is
PidType.PatientIdpublic List<PidType.PatientMapId> getPatientMapId()
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 patientMapId property.
For example, to add a new item, do as follows:
getPatientMapId().add(newItem);
Objects of the following type(s) are allowed in the list
PidType.PatientMapId
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||