Package org.openforis.collect.mondrian
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>
-
-
Constructor Summary
Constructors Constructor Description VirtualCubeDimension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCubeName()Gets the value of the cubeName property.StringgetName()Gets the value of the name property.voidsetCubeName(String value)Sets the value of the cubeName property.voidsetName(String value)Sets the value of the name 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
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-