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() |
XDerivedCube |
withDescription(String value) |
XDerivedCube |
withDimAttrNames(XDimAttrNames value) |
XDerivedCube |
withMeasureNames(XMeasureNames value) |
XDerivedCube |
withName(String value) |
XDerivedCube |
withParent(String value) |
XDerivedCube |
withProperties(XProperties value) |
getDescription, getName, getProperties, setDescription, setName, setProperties
public XMeasureNames getMeasureNames()
XMeasureNames
public void setMeasureNames(XMeasureNames value)
value
- allowed object is
XMeasureNames
public XDimAttrNames getDimAttrNames()
XDimAttrNames
public void setDimAttrNames(XDimAttrNames value)
value
- allowed object is
XDimAttrNames
public String getParent()
String
public void setParent(String value)
value
- allowed object is
String
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)
public XDerivedCube withMeasureNames(XMeasureNames value)
public XDerivedCube withDimAttrNames(XDimAttrNames value)
public XDerivedCube withParent(String value)
public XDerivedCube withProperties(XProperties value)
withProperties
in class XCube
public XDerivedCube withName(String value)
public XDerivedCube withDescription(String value)
withDescription
in class XCube
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.