public class XDerivedCube extends XCube implements 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) | 
| 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. | 
| 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 XCubeCopyright © 2014–2015 Apache Software Foundation. All rights reserved.