public class XDerivedCube 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_derived_cube complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="x_derived_cube">
<complexContent>
<extension base="{uri:lens:cube:0.1}x_cube">
<sequence>
<element name="measure_names" type="{uri:lens:cube:0.1}x_measure_names" minOccurs="0"/>
<element name="dim_attr_names" type="{uri:lens:cube:0.1}x_dim_attr_names" minOccurs="0"/>
</sequence>
<attribute name="parent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
XDerivedCube() |
| 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) |
XDimAttrNames |
getDimAttrNames()
Gets the value of the dimAttrNames property.
|
XMeasureNames |
getMeasureNames()
Gets the value of the measureNames property.
|
String |
getParent()
Gets the value of the parent property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDimAttrNames(XDimAttrNames value)
Sets the value of the dimAttrNames property.
|
void |
setMeasureNames(XMeasureNames value)
Sets the value of the measureNames property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
String |
toString() |
getDescription, getName, getProperties, setDescription, setName, setPropertiespublic XMeasureNames getMeasureNames()
XMeasureNamespublic void setMeasureNames(XMeasureNames value)
value - allowed object is
XMeasureNamespublic XDimAttrNames getDimAttrNames()
XDimAttrNamespublic void setDimAttrNames(XDimAttrNames value)
value - allowed object is
XDimAttrNamespublic String getParent()
Stringpublic void setParent(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)
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.ToStringappendFields in class XCubepublic 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–2016 Apache Software Foundation. All rights reserved.