Package org.openforis.collect.mondrian
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 Summary
Fields Modifier and Type Field Description protected Annotationsannotationsprotected StringcubeNameprotected Stringnameprotected Booleanvisible
-
Constructor Summary
Constructors Constructor Description VirtualCubeMeasure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationsgetAnnotations()Gets the value of the annotations property.StringgetCubeName()Gets the value of the cubeName property.StringgetName()Gets the value of the name property.booleanisVisible()Gets the value of the visible property.voidsetAnnotations(Annotations value)Sets the value of the annotations property.voidsetCubeName(String value)Sets the value of the cubeName property.voidsetName(String value)Sets the value of the name property.voidsetVisible(Boolean value)Sets the value of the visible property.
-
-
-
Field Detail
-
annotations
protected Annotations annotations
-
cubeName
protected String cubeName
-
name
protected String name
-
visible
protected Boolean visible
-
-
Method Detail
-
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 isAnnotations
-
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
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isVisible
public boolean isVisible()
Gets the value of the visible property.- Returns:
- possible object is
Boolean
-
-