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

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

public class PatientType
extends Object

Java class for patientType complex type.

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

 <complexType name="patientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="patient_id" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}patientIdType"/>
         <element name="param" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}paramType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="patient_blob" type="{http://www.i2b2.org/xsd/hive/pdo/1.1/}blobType" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.i2b2.org/xsd/hive/pdo/1.1/}techDataAttributeGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar downloadDate
           
protected  XMLGregorianCalendar importDate
           
protected  List<ParamType> param
           
protected  BlobType patientBlob
           
protected  PatientIdType patientId
           
protected  String sourcesystemCd
           
protected  XMLGregorianCalendar updateDate
           
protected  String uploadId
           
 
Constructor Summary
PatientType()
           
 
Method Summary
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 List<ParamType> getParam()
          Gets the value of the param property.
 BlobType getPatientBlob()
          Gets the value of the patientBlob property.
 PatientIdType getPatientId()
          Gets the value of the patientId property.
 String getSourcesystemCd()
          Gets the value of the sourcesystemCd property.
 XMLGregorianCalendar getUpdateDate()
          Gets the value of the updateDate property.
 String getUploadId()
          Gets the value of the uploadId property.
 void setDownloadDate(XMLGregorianCalendar value)
          Sets the value of the downloadDate property.
 void setImportDate(XMLGregorianCalendar value)
          Sets the value of the importDate property.
 void setPatientBlob(BlobType value)
          Sets the value of the patientBlob property.
 void setPatientId(PatientIdType value)
          Sets the value of the patientId property.
 void setSourcesystemCd(String value)
          Sets the value of the sourcesystemCd property.
 void setUpdateDate(XMLGregorianCalendar value)
          Sets the value of the updateDate property.
 void setUploadId(String value)
          Sets the value of the uploadId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

patientId

protected PatientIdType patientId

param

protected List<ParamType> param

patientBlob

protected BlobType patientBlob

updateDate

protected XMLGregorianCalendar updateDate

downloadDate

protected XMLGregorianCalendar downloadDate

importDate

protected XMLGregorianCalendar importDate

sourcesystemCd

protected String sourcesystemCd

uploadId

protected String uploadId
Constructor Detail

PatientType

public PatientType()
Method Detail

getPatientId

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

Returns:
possible object is PatientIdType

setPatientId

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

Parameters:
value - allowed object is PatientIdType

getParam

public List<ParamType> getParam()
Gets the value of the param 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 param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list ParamType


getPatientBlob

public BlobType getPatientBlob()
Gets the value of the patientBlob property.

Returns:
possible object is BlobType

setPatientBlob

public void setPatientBlob(BlobType value)
Sets the value of the patientBlob property.

Parameters:
value - allowed object is BlobType

getUpdateDate

public XMLGregorianCalendar getUpdateDate()
Gets the value of the updateDate property.

Returns:
possible object is XMLGregorianCalendar

setUpdateDate

public void setUpdateDate(XMLGregorianCalendar value)
Sets the value of the updateDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDownloadDate

public XMLGregorianCalendar getDownloadDate()
Gets the value of the downloadDate property.

Returns:
possible object is XMLGregorianCalendar

setDownloadDate

public void setDownloadDate(XMLGregorianCalendar value)
Sets the value of the downloadDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getImportDate

public XMLGregorianCalendar getImportDate()
Gets the value of the importDate property.

Returns:
possible object is XMLGregorianCalendar

setImportDate

public void setImportDate(XMLGregorianCalendar value)
Sets the value of the importDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSourcesystemCd

public String getSourcesystemCd()
Gets the value of the sourcesystemCd property.

Returns:
possible object is String

setSourcesystemCd

public void setSourcesystemCd(String value)
Sets the value of the sourcesystemCd property.

Parameters:
value - allowed object is String

getUploadId

public String getUploadId()
Gets the value of the uploadId property.

Returns:
possible object is String

setUploadId

public void setUploadId(String value)
Sets the value of the uploadId property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.