public class XBaseCube extends XCube implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for x_base_cube complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_base_cube"> <complexContent> <extension base="{uri:lens:cube:0.1}x_cube"> <sequence> <element name="measures" type="{uri:lens:cube:0.1}x_measures"/> <element name="dim_attributes" type="{uri:lens:cube:0.1}x_dim_attributes" minOccurs="0"/> <element name="expressions" type="{uri:lens:cube:0.1}x_expressions" minOccurs="0"/> <element name="join_chains" type="{uri:lens:cube:0.1}x_join_chains" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
XBaseCube() |
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) |
XDimAttributes |
getDimAttributes()
Gets the value of the dimAttributes property.
|
XExpressions |
getExpressions()
Gets the value of the expressions property.
|
XJoinChains |
getJoinChains()
Gets the value of the joinChains property.
|
XMeasures |
getMeasures()
Gets the value of the measures property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDimAttributes(XDimAttributes value)
Sets the value of the dimAttributes property.
|
void |
setExpressions(XExpressions value)
Sets the value of the expressions property.
|
void |
setJoinChains(XJoinChains value)
Sets the value of the joinChains property.
|
void |
setMeasures(XMeasures value)
Sets the value of the measures property.
|
String |
toString() |
getDescription, getName, getProperties, setDescription, setName, setProperties
public XMeasures getMeasures()
XMeasures
public void setMeasures(XMeasures value)
value
- allowed object is
XMeasures
public XDimAttributes getDimAttributes()
XDimAttributes
public void setDimAttributes(XDimAttributes value)
value
- allowed object is
XDimAttributes
public XExpressions getExpressions()
XExpressions
public void setExpressions(XExpressions value)
value
- allowed object is
XExpressions
public XJoinChains getJoinChains()
XJoinChains
public void setJoinChains(XJoinChains value)
value
- allowed object is
XJoinChains
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
public 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.ToString
appendFields
in class XCube
public 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.