|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.i2b2.crc.datavo.setfinder.query.ItemType
public class ItemType
Java class for itemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="itemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hlevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="item_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_icon" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="class" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="constrain_by_value" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value_operator" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainOperatorType"/>
<element name="value_constraint" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value_unit_of_measure" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value_type" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainValueType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="constrain_by_date" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="date_from" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainDateType"/>
<element name="date_to" type="{http://www.i2b2.org/xsd/cell/crc/psm/querydefinition/1.1/}constrainDateType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="dim_tablename" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dim_columnname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dim_dimcode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dim_columndatatype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dim_operator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="facttablecolumn" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_color" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_shape" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_row_number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="item_is_synonym" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ItemType.ConstrainByDate
Java class for anonymous complex type. |
static class |
ItemType.ConstrainByValue
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
clazz
|
protected List<ItemType.ConstrainByDate> |
constrainByDate
|
protected List<ItemType.ConstrainByValue> |
constrainByValue
|
protected String |
dimColumndatatype
|
protected String |
dimColumnname
|
protected String |
dimDimcode
|
protected String |
dimOperator
|
protected String |
dimTablename
|
protected String |
facttablecolumn
|
protected int |
hlevel
|
protected String |
itemColor
|
protected String |
itemIcon
|
protected boolean |
itemIsSynonym
|
protected String |
itemKey
|
protected String |
itemName
|
protected String |
itemRowNumber
|
protected String |
itemShape
|
protected String |
tooltip
|
| Constructor Summary | |
|---|---|
ItemType()
|
|
| Method Summary | |
|---|---|
String |
getClazz()
Gets the value of the clazz property. |
List<ItemType.ConstrainByDate> |
getConstrainByDate()
Gets the value of the constrainByDate property. |
List<ItemType.ConstrainByValue> |
getConstrainByValue()
Gets the value of the constrainByValue property. |
String |
getDimColumndatatype()
Gets the value of the dimColumndatatype property. |
String |
getDimColumnname()
Gets the value of the dimColumnname property. |
String |
getDimDimcode()
Gets the value of the dimDimcode property. |
String |
getDimOperator()
Gets the value of the dimOperator property. |
String |
getDimTablename()
Gets the value of the dimTablename property. |
String |
getFacttablecolumn()
Gets the value of the facttablecolumn property. |
int |
getHlevel()
Gets the value of the hlevel property. |
String |
getItemColor()
Gets the value of the itemColor property. |
String |
getItemIcon()
Gets the value of the itemIcon property. |
String |
getItemKey()
Gets the value of the itemKey property. |
String |
getItemName()
Gets the value of the itemName property. |
String |
getItemRowNumber()
Gets the value of the itemRowNumber property. |
String |
getItemShape()
Gets the value of the itemShape property. |
String |
getTooltip()
Gets the value of the tooltip property. |
boolean |
isItemIsSynonym()
Gets the value of the itemIsSynonym property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDimColumndatatype(String value)
Sets the value of the dimColumndatatype property. |
void |
setDimColumnname(String value)
Sets the value of the dimColumnname property. |
void |
setDimDimcode(String value)
Sets the value of the dimDimcode property. |
void |
setDimOperator(String value)
Sets the value of the dimOperator property. |
void |
setDimTablename(String value)
Sets the value of the dimTablename property. |
void |
setFacttablecolumn(String value)
Sets the value of the facttablecolumn property. |
void |
setHlevel(int value)
Sets the value of the hlevel property. |
void |
setItemColor(String value)
Sets the value of the itemColor property. |
void |
setItemIcon(String value)
Sets the value of the itemIcon property. |
void |
setItemIsSynonym(boolean value)
Sets the value of the itemIsSynonym property. |
void |
setItemKey(String value)
Sets the value of the itemKey property. |
void |
setItemName(String value)
Sets the value of the itemName property. |
void |
setItemRowNumber(String value)
Sets the value of the itemRowNumber property. |
void |
setItemShape(String value)
Sets the value of the itemShape property. |
void |
setTooltip(String value)
Sets the value of the tooltip property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int hlevel
protected String itemName
protected String itemKey
protected String itemIcon
protected String tooltip
protected String clazz
protected List<ItemType.ConstrainByValue> constrainByValue
protected List<ItemType.ConstrainByDate> constrainByDate
protected String dimTablename
protected String dimColumnname
protected String dimDimcode
protected String dimColumndatatype
protected String dimOperator
protected String facttablecolumn
protected String itemColor
protected String itemShape
protected String itemRowNumber
protected boolean itemIsSynonym
| Constructor Detail |
|---|
public ItemType()
| Method Detail |
|---|
public int getHlevel()
public void setHlevel(int value)
public String getItemName()
Stringpublic void setItemName(String value)
value - allowed object is
Stringpublic String getItemKey()
Stringpublic void setItemKey(String value)
value - allowed object is
Stringpublic String getItemIcon()
Stringpublic void setItemIcon(String value)
value - allowed object is
Stringpublic String getTooltip()
Stringpublic void setTooltip(String value)
value - allowed object is
Stringpublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic List<ItemType.ConstrainByValue> getConstrainByValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the constrainByValue property.
For example, to add a new item, do as follows:
getConstrainByValue().add(newItem);
Objects of the following type(s) are allowed in the list
ItemType.ConstrainByValue
public List<ItemType.ConstrainByDate> getConstrainByDate()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the constrainByDate property.
For example, to add a new item, do as follows:
getConstrainByDate().add(newItem);
Objects of the following type(s) are allowed in the list
ItemType.ConstrainByDate
public String getDimTablename()
Stringpublic void setDimTablename(String value)
value - allowed object is
Stringpublic String getDimColumnname()
Stringpublic void setDimColumnname(String value)
value - allowed object is
Stringpublic String getDimDimcode()
Stringpublic void setDimDimcode(String value)
value - allowed object is
Stringpublic String getDimColumndatatype()
Stringpublic void setDimColumndatatype(String value)
value - allowed object is
Stringpublic String getDimOperator()
Stringpublic void setDimOperator(String value)
value - allowed object is
Stringpublic String getFacttablecolumn()
Stringpublic void setFacttablecolumn(String value)
value - allowed object is
Stringpublic String getItemColor()
Stringpublic void setItemColor(String value)
value - allowed object is
Stringpublic String getItemShape()
Stringpublic void setItemShape(String value)
value - allowed object is
Stringpublic String getItemRowNumber()
Stringpublic void setItemRowNumber(String value)
value - allowed object is
Stringpublic boolean isItemIsSynonym()
public void setItemIsSynonym(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||