|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.ontology.ConceptType
public class ConceptType
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 |
|---|
protected int level
protected String key
protected String name
protected String synonymCd
protected String visualattributes
protected int totalnum
protected String basecode
protected XmlValueType metadataxml
protected String facttablecolumn
protected String tablename
protected String columnname
protected String columndatatype
protected String operator
protected String dimcode
protected String comment
protected String tooltip
protected XMLGregorianCalendar updateDate
protected XMLGregorianCalendar downloadDate
protected XMLGregorianCalendar importDate
protected String sourcesystemCd
protected String valuetypeCd
| Constructor Detail |
|---|
public ConceptType()
| Method Detail |
|---|
public int getLevel()
public void setLevel(int value)
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSynonymCd()
Stringpublic void setSynonymCd(String value)
value - allowed object is
Stringpublic String getVisualattributes()
Stringpublic void setVisualattributes(String value)
value - allowed object is
Stringpublic int getTotalnum()
public void setTotalnum(int value)
public String getBasecode()
Stringpublic void setBasecode(String value)
value - allowed object is
Stringpublic XmlValueType getMetadataxml()
XmlValueTypepublic void setMetadataxml(XmlValueType value)
value - allowed object is
XmlValueTypepublic String getFacttablecolumn()
Stringpublic void setFacttablecolumn(String value)
value - allowed object is
Stringpublic String getTablename()
Stringpublic void setTablename(String value)
value - allowed object is
Stringpublic String getColumnname()
Stringpublic void setColumnname(String value)
value - allowed object is
Stringpublic String getColumndatatype()
Stringpublic void setColumndatatype(String value)
value - allowed object is
Stringpublic String getOperator()
Stringpublic void setOperator(String value)
value - allowed object is
Stringpublic String getDimcode()
Stringpublic void setDimcode(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getTooltip()
Stringpublic void setTooltip(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getUpdateDate()
XMLGregorianCalendarpublic void setUpdateDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDownloadDate()
XMLGregorianCalendarpublic void setDownloadDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getImportDate()
XMLGregorianCalendarpublic void setImportDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSourcesystemCd()
Stringpublic void setSourcesystemCd(String value)
value - allowed object is
Stringpublic String getValuetypeCd()
Stringpublic void setValuetypeCd(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||