public class XFlattenedColumn extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_flattened_column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_flattened_column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="measure" type="{uri:lens:cube:0.1}x_measure"/>
<element name="expression" type="{uri:lens:cube:0.1}x_expr_column"/>
<element name="dim_attribute" type="{uri:lens:cube:0.1}x_dim_attribute"/>
</choice>
<attribute name="table_name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="chain_name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XFlattenedColumn() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getChainName()
Gets the value of the chainName property.
|
XDimAttribute |
getDimAttribute()
Gets the value of the dimAttribute property.
|
XExprColumn |
getExpression()
Gets the value of the expression property.
|
XMeasure |
getMeasure()
Gets the value of the measure property.
|
String |
getTableName()
Gets the value of the tableName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setChainName(String value)
Sets the value of the chainName property.
|
void |
setDimAttribute(XDimAttribute value)
Sets the value of the dimAttribute property.
|
void |
setExpression(XExprColumn value)
Sets the value of the expression property.
|
void |
setMeasure(XMeasure value)
Sets the value of the measure property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
String |
toString() |
XFlattenedColumn |
withChainName(String value) |
XFlattenedColumn |
withDimAttribute(XDimAttribute value) |
XFlattenedColumn |
withExpression(XExprColumn value) |
XFlattenedColumn |
withMeasure(XMeasure value) |
XFlattenedColumn |
withTableName(String value) |
public XMeasure getMeasure()
XMeasurepublic void setMeasure(XMeasure value)
value - allowed object is
XMeasurepublic XExprColumn getExpression()
XExprColumnpublic void setExpression(XExprColumn value)
value - allowed object is
XExprColumnpublic XDimAttribute getDimAttribute()
XDimAttributepublic void setDimAttribute(XDimAttribute value)
value - allowed object is
XDimAttributepublic String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic String getChainName()
Stringpublic void setChainName(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic XFlattenedColumn withMeasure(XMeasure value)
public XFlattenedColumn withExpression(XExprColumn value)
public XFlattenedColumn withDimAttribute(XDimAttribute value)
public XFlattenedColumn withTableName(String value)
public XFlattenedColumn withChainName(String value)
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.