public class XBaseCube extends XCube implements 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) | 
| 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. | 
| 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, setPropertiespublic XMeasures getMeasures()
XMeasurespublic void setMeasures(XMeasures value)
value - allowed object is
     XMeasurespublic XDimAttributes getDimAttributes()
XDimAttributespublic void setDimAttributes(XDimAttributes value)
value - allowed object is
     XDimAttributespublic XExpressions getExpressions()
XExpressionspublic void setExpressions(XExpressions value)
value - allowed object is
     XExpressionspublic XJoinChains getJoinChains()
XJoinChainspublic void setJoinChains(XJoinChains value)
value - allowed object is
     XJoinChainspublic 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.