Class Schema.VirtualCube.VirtualCubeMeasure

java.lang.Object
org.openforis.collect.mondrian.Schema.VirtualCube.VirtualCubeMeasure
Enclosing class:
Schema.VirtualCube

public static class Schema.VirtualCube.VirtualCubeMeasure 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">
       <sequence>
         <element name="Annotations" type="{}Annotations" minOccurs="0"/>
       </sequence>
       <attribute name="cubeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • annotations

      protected Annotations annotations
    • cubeName

      protected String cubeName
    • name

      protected String name
    • visible

      protected Boolean visible
  • Constructor Details

    • VirtualCubeMeasure

      public VirtualCubeMeasure()
  • Method Details

    • getAnnotations

      public Annotations getAnnotations()
      Gets the value of the annotations property.
      Returns:
      possible object is Annotations
    • setAnnotations

      public void setAnnotations(Annotations value)
      Sets the value of the annotations property.
      Parameters:
      value - allowed object is Annotations
    • 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
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • isVisible

      public boolean isVisible()
      Gets the value of the visible property.
      Returns:
      possible object is Boolean
    • setVisible

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