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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.PatientIdType
      extended by edu.harvard.i2b2.crc.datavo.pdo.PidType.PatientId
Enclosing class:
PidType

public static class PidType.PatientId
extends PatientIdType

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  XMLGregorianCalendar downloadDate
           
protected  XMLGregorianCalendar importDate
           
protected  String sourcesystemCd
           
protected  String status
           
protected  XMLGregorianCalendar updateDate
           
protected  String uploadId
           
 
Fields inherited from class edu.harvard.i2b2.crc.datavo.pdo.PatientIdType
source, value
 
Constructor Summary
PidType.PatientId()
           
 
Method Summary
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 String getSourcesystemCd()
          Gets the value of the sourcesystemCd property.
 String getStatus()
          Gets the value of the status 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 setSourcesystemCd(String value)
          Sets the value of the sourcesystemCd property.
 void setStatus(String value)
          Sets the value of the status 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 edu.harvard.i2b2.crc.datavo.pdo.PatientIdType
getSource, getValue, setSource, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

protected String status

updateDate

protected XMLGregorianCalendar updateDate

downloadDate

protected XMLGregorianCalendar downloadDate

importDate

protected XMLGregorianCalendar importDate

sourcesystemCd

protected String sourcesystemCd

uploadId

protected String uploadId
Constructor Detail

PidType.PatientId

public PidType.PatientId()
Method Detail

getStatus

public String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

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.