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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.ontology.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="level" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="synonym_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="visualattributes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="totalnum" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="basecode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="metadataxml" type="{http://www.i2b2.org/xsd/cell/ont/1.1/}xml_valueType"/>
         <element name="facttablecolumn" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tablename" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="columnname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="columndatatype" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="operator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="dimcode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="update_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="download_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="import_date" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="sourcesystem_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="valuetype_cd" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String basecode
           
protected  String columndatatype
           
protected  String columnname
           
protected  String comment
           
protected  String dimcode
           
protected  XMLGregorianCalendar downloadDate
           
protected  String facttablecolumn
           
protected  XMLGregorianCalendar importDate
           
protected  String key
           
protected  int level
           
protected  XmlValueType metadataxml
           
protected  String name
           
protected  String operator
           
protected  String sourcesystemCd
           
protected  String synonymCd
           
protected  String tablename
           
protected  String tooltip
           
protected  int totalnum
           
protected  XMLGregorianCalendar updateDate
           
protected  String valuetypeCd
           
protected  String visualattributes
           
 
Constructor Summary
ConceptType()
           
 
Method Summary
 String getBasecode()
          Gets the value of the basecode property.
 String getColumndatatype()
          Gets the value of the columndatatype property.
 String getColumnname()
          Gets the value of the columnname property.
 String getComment()
          Gets the value of the comment property.
 String getDimcode()
          Gets the value of the dimcode property.
 XMLGregorianCalendar getDownloadDate()
          Gets the value of the downloadDate property.
 String getFacttablecolumn()
          Gets the value of the facttablecolumn property.
 XMLGregorianCalendar getImportDate()
          Gets the value of the importDate property.
 String getKey()
          Gets the value of the key property.
 int getLevel()
          Gets the value of the level property.
 XmlValueType getMetadataxml()
          Gets the value of the metadataxml property.
 String getName()
          Gets the value of the name property.
 String getOperator()
          Gets the value of the operator property.
 String getSourcesystemCd()
          Gets the value of the sourcesystemCd property.
 String getSynonymCd()
          Gets the value of the synonymCd property.
 String getTablename()
          Gets the value of the tablename property.
 String getTooltip()
          Gets the value of the tooltip property.
 int getTotalnum()
          Gets the value of the totalnum property.
 XMLGregorianCalendar getUpdateDate()
          Gets the value of the updateDate property.
 String getValuetypeCd()
          Gets the value of the valuetypeCd property.
 String getVisualattributes()
          Gets the value of the visualattributes property.
 void setBasecode(String value)
          Sets the value of the basecode property.
 void setColumndatatype(String value)
          Sets the value of the columndatatype property.
 void setColumnname(String value)
          Sets the value of the columnname property.
 void setComment(String value)
          Sets the value of the comment property.
 void setDimcode(String value)
          Sets the value of the dimcode property.
 void setDownloadDate(XMLGregorianCalendar value)
          Sets the value of the downloadDate property.
 void setFacttablecolumn(String value)
          Sets the value of the facttablecolumn property.
 void setImportDate(XMLGregorianCalendar value)
          Sets the value of the importDate property.
 void setKey(String value)
          Sets the value of the key property.
 void setLevel(int value)
          Sets the value of the level property.
 void setMetadataxml(XmlValueType value)
          Sets the value of the metadataxml property.
 void setName(String value)
          Sets the value of the name property.
 void setOperator(String value)
          Sets the value of the operator property.
 void setSourcesystemCd(String value)
          Sets the value of the sourcesystemCd property.
 void setSynonymCd(String value)
          Sets the value of the synonymCd property.
 void setTablename(String value)
          Sets the value of the tablename property.
 void setTooltip(String value)
          Sets the value of the tooltip property.
 void setTotalnum(int value)
          Sets the value of the totalnum property.
 void setUpdateDate(XMLGregorianCalendar value)
          Sets the value of the updateDate property.
 void setValuetypeCd(String value)
          Sets the value of the valuetypeCd property.
 void setVisualattributes(String value)
          Sets the value of the visualattributes property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

level

protected int level

key

protected String key

name

protected String name

synonymCd

protected String synonymCd

visualattributes

protected String visualattributes

totalnum

protected int totalnum

basecode

protected String basecode

metadataxml

protected XmlValueType metadataxml

facttablecolumn

protected String facttablecolumn

tablename

protected String tablename

columnname

protected String columnname

columndatatype

protected String columndatatype

operator

protected String operator

dimcode

protected String dimcode

comment

protected String comment

tooltip

protected String tooltip

updateDate

protected XMLGregorianCalendar updateDate

downloadDate

protected XMLGregorianCalendar downloadDate

importDate

protected XMLGregorianCalendar importDate

sourcesystemCd

protected String sourcesystemCd

valuetypeCd

protected String valuetypeCd
Constructor Detail

ConceptType

public ConceptType()
Method Detail

getLevel

public int getLevel()
Gets the value of the level property.


setLevel

public void setLevel(int value)
Sets the value of the level property.


getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSynonymCd

public String getSynonymCd()
Gets the value of the synonymCd property.

Returns:
possible object is String

setSynonymCd

public void setSynonymCd(String value)
Sets the value of the synonymCd property.

Parameters:
value - allowed object is String

getVisualattributes

public String getVisualattributes()
Gets the value of the visualattributes property.

Returns:
possible object is String

setVisualattributes

public void setVisualattributes(String value)
Sets the value of the visualattributes property.

Parameters:
value - allowed object is String

getTotalnum

public int getTotalnum()
Gets the value of the totalnum property.


setTotalnum

public void setTotalnum(int value)
Sets the value of the totalnum property.


getBasecode

public String getBasecode()
Gets the value of the basecode property.

Returns:
possible object is String

setBasecode

public void setBasecode(String value)
Sets the value of the basecode property.

Parameters:
value - allowed object is String

getMetadataxml

public XmlValueType getMetadataxml()
Gets the value of the metadataxml property.

Returns:
possible object is XmlValueType

setMetadataxml

public void setMetadataxml(XmlValueType value)
Sets the value of the metadataxml property.

Parameters:
value - allowed object is XmlValueType

getFacttablecolumn

public String getFacttablecolumn()
Gets the value of the facttablecolumn property.

Returns:
possible object is String

setFacttablecolumn

public void setFacttablecolumn(String value)
Sets the value of the facttablecolumn property.

Parameters:
value - allowed object is String

getTablename

public String getTablename()
Gets the value of the tablename property.

Returns:
possible object is String

setTablename

public void setTablename(String value)
Sets the value of the tablename property.

Parameters:
value - allowed object is String

getColumnname

public String getColumnname()
Gets the value of the columnname property.

Returns:
possible object is String

setColumnname

public void setColumnname(String value)
Sets the value of the columnname property.

Parameters:
value - allowed object is String

getColumndatatype

public String getColumndatatype()
Gets the value of the columndatatype property.

Returns:
possible object is String

setColumndatatype

public void setColumndatatype(String value)
Sets the value of the columndatatype property.

Parameters:
value - allowed object is String

getOperator

public String getOperator()
Gets the value of the operator property.

Returns:
possible object is String

setOperator

public void setOperator(String value)
Sets the value of the operator property.

Parameters:
value - allowed object is String

getDimcode

public String getDimcode()
Gets the value of the dimcode property.

Returns:
possible object is String

setDimcode

public void setDimcode(String value)
Sets the value of the dimcode property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getTooltip

public String getTooltip()
Gets the value of the tooltip property.

Returns:
possible object is String

setTooltip

public void setTooltip(String value)
Sets the value of the tooltip 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

getValuetypeCd

public String getValuetypeCd()
Gets the value of the valuetypeCd property.

Returns:
possible object is String

setValuetypeCd

public void setValuetypeCd(String value)
Sets the value of the valuetypeCd property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.