edu.harvard.i2b2.crc.datavo.pdo
Class PidType

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.PidType

public class PidType
extends Object

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

patientId

protected PidType.PatientId patientId

patientMapId

protected List<PidType.PatientMapId> patientMapId
Constructor Detail

PidType

public PidType()
Method Detail

getPatientId

public PidType.PatientId getPatientId()
Gets the value of the patientId property.

Returns:
possible object is PidType.PatientId

setPatientId

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

Parameters:
value - allowed object is PidType.PatientId

getPatientMapId

public List<PidType.PatientMapId> getPatientMapId()
Gets the value of the patientMapId 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 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



Copyright © 2011. All Rights Reserved.