Class Schema.VirtualCube.VirtualCubeDimension

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

public static class Schema.VirtualCube.VirtualCubeDimension 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" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • cubeName

      protected String cubeName
    • name

      protected String name
  • Constructor Details

    • VirtualCubeDimension

      public VirtualCubeDimension()
  • 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
    • 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