Class Schema.VirtualCube
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.VirtualCube
-
- Enclosing class:
- Schema
public static class Schema.VirtualCube 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"/> <element name="CubeUsages"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CubeUsage" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="cubeName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ignoreUnrelatedDimensions" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="VirtualCubeDimension" maxOccurs="unbounded"> <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> </element> <element name="VirtualCubeMeasure" maxOccurs="unbounded"> <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> </element> <element name="CalculatedMember" type="{}CalculatedMember" maxOccurs="unbounded" minOccurs="0"/> <element name="NamedSet" type="{}NamedSet" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultMeasure" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="caption" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.VirtualCube.CubeUsagesJava class for anonymous complex type.static classSchema.VirtualCube.VirtualCubeDimensionJava class for anonymous complex type.static classSchema.VirtualCube.VirtualCubeMeasureJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Annotationsannotationsprotected List<CalculatedMember>calculatedMemberprotected Stringcaptionprotected Schema.VirtualCube.CubeUsagescubeUsagesprotected StringdefaultMeasureprotected Stringdescriptionprotected Booleanenabledprotected Stringnameprotected List<NamedSet>namedSetprotected List<Schema.VirtualCube.VirtualCubeDimension>virtualCubeDimensionprotected List<Schema.VirtualCube.VirtualCubeMeasure>virtualCubeMeasure
-
Constructor Summary
Constructors Constructor Description VirtualCube()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationsgetAnnotations()Gets the value of the annotations property.List<CalculatedMember>getCalculatedMember()Gets the value of the calculatedMember property.StringgetCaption()Gets the value of the caption property.Schema.VirtualCube.CubeUsagesgetCubeUsages()Gets the value of the cubeUsages property.StringgetDefaultMeasure()Gets the value of the defaultMeasure property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.List<NamedSet>getNamedSet()Gets the value of the namedSet property.List<Schema.VirtualCube.VirtualCubeDimension>getVirtualCubeDimension()Gets the value of the virtualCubeDimension property.List<Schema.VirtualCube.VirtualCubeMeasure>getVirtualCubeMeasure()Gets the value of the virtualCubeMeasure property.booleanisEnabled()Gets the value of the enabled property.voidsetAnnotations(Annotations value)Sets the value of the annotations property.voidsetCaption(String value)Sets the value of the caption property.voidsetCubeUsages(Schema.VirtualCube.CubeUsages value)Sets the value of the cubeUsages property.voidsetDefaultMeasure(String value)Sets the value of the defaultMeasure property.voidsetDescription(String value)Sets the value of the description property.voidsetEnabled(Boolean value)Sets the value of the enabled property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
annotations
protected Annotations annotations
-
cubeUsages
protected Schema.VirtualCube.CubeUsages cubeUsages
-
virtualCubeDimension
protected List<Schema.VirtualCube.VirtualCubeDimension> virtualCubeDimension
-
virtualCubeMeasure
protected List<Schema.VirtualCube.VirtualCubeMeasure> virtualCubeMeasure
-
calculatedMember
protected List<CalculatedMember> calculatedMember
-
enabled
protected Boolean enabled
-
name
protected String name
-
defaultMeasure
protected String defaultMeasure
-
caption
protected String caption
-
description
protected String description
-
-
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
-
getCubeUsages
public Schema.VirtualCube.CubeUsages getCubeUsages()
Gets the value of the cubeUsages property.- Returns:
- possible object is
Schema.VirtualCube.CubeUsages
-
setCubeUsages
public void setCubeUsages(Schema.VirtualCube.CubeUsages value)
Sets the value of the cubeUsages property.- Parameters:
value- allowed object isSchema.VirtualCube.CubeUsages
-
getVirtualCubeDimension
public List<Schema.VirtualCube.VirtualCubeDimension> getVirtualCubeDimension()
Gets the value of the virtualCubeDimension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the virtualCubeDimension property.For example, to add a new item, do as follows:
getVirtualCubeDimension().add(newItem);Objects of the following type(s) are allowed in the list
Schema.VirtualCube.VirtualCubeDimension
-
getVirtualCubeMeasure
public List<Schema.VirtualCube.VirtualCubeMeasure> getVirtualCubeMeasure()
Gets the value of the virtualCubeMeasure property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the virtualCubeMeasure property.For example, to add a new item, do as follows:
getVirtualCubeMeasure().add(newItem);Objects of the following type(s) are allowed in the list
Schema.VirtualCube.VirtualCubeMeasure
-
getCalculatedMember
public List<CalculatedMember> getCalculatedMember()
Gets the value of the calculatedMember property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the calculatedMember property.For example, to add a new item, do as follows:
getCalculatedMember().add(newItem);Objects of the following type(s) are allowed in the list
CalculatedMember
-
getNamedSet
public List<NamedSet> getNamedSet()
Gets the value of the namedSet property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the namedSet property.For example, to add a new item, do as follows:
getNamedSet().add(newItem);Objects of the following type(s) are allowed in the list
NamedSet
-
isEnabled
public boolean isEnabled()
Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
public void setEnabled(Boolean value)
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
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
-
getDefaultMeasure
public String getDefaultMeasure()
Gets the value of the defaultMeasure property.- Returns:
- possible object is
String
-
setDefaultMeasure
public void setDefaultMeasure(String value)
Sets the value of the defaultMeasure property.- Parameters:
value- allowed object isString
-
getCaption
public String getCaption()
Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
public void setCaption(String value)
Sets the value of the caption property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
-