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

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

public static class PidType.PatientMapId
extends Object

Java class for anonymous complex type.

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

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


Field Summary
protected  XMLGregorianCalendar downloadDate
           
protected  XMLGregorianCalendar importDate
           
protected  String source
           
protected  String sourcesystemCd
           
protected  String status
           
protected  XMLGregorianCalendar updateDate
           
protected  String uploadId
           
protected  String value
           
 
Constructor Summary
PidType.PatientMapId()
           
 
Method Summary
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 String getSource()
          Gets the value of the source 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.
 String getValue()
          Gets the value of the value property.
 void setDownloadDate(XMLGregorianCalendar value)
          Sets the value of the downloadDate property.
 void setImportDate(XMLGregorianCalendar value)
          Sets the value of the importDate property.
 void setSource(String value)
          Sets the value of the source 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.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

source

protected String source

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

public PidType.PatientMapId()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

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.