Package org.openforis.collect.mondrian
Class Schema.VirtualCube.CubeUsages.CubeUsage
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.VirtualCube.CubeUsages.CubeUsage
-
- Enclosing class:
- Schema.VirtualCube.CubeUsages
public static class Schema.VirtualCube.CubeUsages.CubeUsage extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="cubeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ignoreUnrelatedDimensions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcubeNameprotected BooleanignoreUnrelatedDimensions
-
Constructor Summary
Constructors Constructor Description CubeUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCubeName()Gets the value of the cubeName property.booleanisIgnoreUnrelatedDimensions()Gets the value of the ignoreUnrelatedDimensions property.voidsetCubeName(String value)Sets the value of the cubeName property.voidsetIgnoreUnrelatedDimensions(Boolean value)Sets the value of the ignoreUnrelatedDimensions property.
-
-
-
Method Detail
-
getCubeName
public String getCubeName()
Gets the value of the cubeName property.- Returns:
- possible object is
String
-
setCubeName
public void setCubeName(String value)
Sets the value of the cubeName property.- Parameters:
value- allowed object isString
-
isIgnoreUnrelatedDimensions
public boolean isIgnoreUnrelatedDimensions()
Gets the value of the ignoreUnrelatedDimensions property.- Returns:
- possible object is
Boolean
-
-