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

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

public class ConceptType
extends Object

Java class for conceptType complex type.

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

 <complexType name="conceptType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="concept_path" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="concept_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name_char" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="concept_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  BlobType conceptBlob
           
protected  String conceptCd
           
protected  String conceptPath
           
protected  XMLGregorianCalendar downloadDate
           
protected  XMLGregorianCalendar importDate
           
protected  String nameChar
           
protected  String sourcesystemCd
           
protected  XMLGregorianCalendar updateDate
           
protected  String uploadId
           
 
Constructor Summary
ConceptType()
           
 
Method Summary
 BlobType getConceptBlob()
          Gets the value of the conceptBlob property.
 String getConceptCd()
          Gets the value of the conceptCd property.
 String getConceptPath()
          Gets the value of the conceptPath property.
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 String getNameChar()
          Gets the value of the nameChar 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 setConceptBlob(BlobType value)
          Sets the value of the conceptBlob property.
 void setConceptCd(String value)
          Sets the value of the conceptCd property.
 void setConceptPath(String value)
          Sets the value of the conceptPath property.
 void setDownloadDate(XMLGregorianCalendar value)
          Sets the value of the downloadDate property.
 void setImportDate(XMLGregorianCalendar value)
          Sets the value of the importDate property.
 void setNameChar(String value)
          Sets the value of the nameChar 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

conceptPath

protected String conceptPath

conceptCd

protected String conceptCd

nameChar

protected String nameChar

conceptBlob

protected BlobType conceptBlob

updateDate

protected XMLGregorianCalendar updateDate

downloadDate

protected XMLGregorianCalendar downloadDate

importDate

protected XMLGregorianCalendar importDate

sourcesystemCd

protected String sourcesystemCd

uploadId

protected String uploadId
Constructor Detail

ConceptType

public ConceptType()
Method Detail

getConceptPath

public String getConceptPath()
Gets the value of the conceptPath property.

Returns:
possible object is String

setConceptPath

public void setConceptPath(String value)
Sets the value of the conceptPath property.

Parameters:
value - allowed object is String

getConceptCd

public String getConceptCd()
Gets the value of the conceptCd property.

Returns:
possible object is String

setConceptCd

public void setConceptCd(String value)
Sets the value of the conceptCd property.

Parameters:
value - allowed object is String

getNameChar

public String getNameChar()
Gets the value of the nameChar property.

Returns:
possible object is String

setNameChar

public void setNameChar(String value)
Sets the value of the nameChar property.

Parameters:
value - allowed object is String

getConceptBlob

public BlobType getConceptBlob()
Gets the value of the conceptBlob property.

Returns:
possible object is BlobType

setConceptBlob

public void setConceptBlob(BlobType value)
Sets the value of the conceptBlob 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.