Package org.openforis.collect.mondrian
Class Schema.VirtualCube.VirtualCubeMeasure
java.lang.Object
org.openforis.collect.mondrian.Schema.VirtualCube.VirtualCubeMeasure
- Enclosing class:
Schema.VirtualCube
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
FieldsModifier and TypeFieldDescriptionprotected Annotationsprotected Stringprotected Stringprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the annotations property.Gets the value of the cubeName property.getName()Gets the value of the name property.booleanGets 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.voidSets the value of the name property.voidsetVisible(Boolean value) Sets the value of the visible property.
-
Field Details
-
annotations
-
cubeName
-
name
-
visible
-
-
Constructor Details
-
VirtualCubeMeasure
public VirtualCubeMeasure()
-
-
Method Details
-
getAnnotations
Gets the value of the annotations property.- Returns:
- possible object is
Annotations
-
setAnnotations
Sets the value of the annotations property.- Parameters:
value- allowed object isAnnotations
-
getCubeName
Gets the value of the cubeName property.- Returns:
- possible object is
String
-
setCubeName
Sets the value of the cubeName property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
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
-
setVisible
Sets the value of the visible property.- Parameters:
value- allowed object isBoolean
-