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 Details

    • cubeName

      protected String cubeName
    • ignoreUnrelatedDimensions

      protected Boolean ignoreUnrelatedDimensions
  • Constructor Details

    • CubeUsage

      public CubeUsage()
  • Method Details

    • 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 is String
    • isIgnoreUnrelatedDimensions

      public boolean isIgnoreUnrelatedDimensions()
      Gets the value of the ignoreUnrelatedDimensions property.
      Returns:
      possible object is Boolean
    • setIgnoreUnrelatedDimensions

      public void setIgnoreUnrelatedDimensions(Boolean value)
      Sets the value of the ignoreUnrelatedDimensions property.
      Parameters:
      value - allowed object is Boolean