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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.VirtualCube.CubeUsages
Java class for anonymous complex type.
|
static class |
Schema.VirtualCube.VirtualCubeDimension
Java class for anonymous complex type.
|
static class |
Schema.VirtualCube.VirtualCubeMeasure
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
protected List<CalculatedMember> |
calculatedMember |
protected String |
caption |
protected Schema.VirtualCube.CubeUsages |
cubeUsages |
protected String |
defaultMeasure |
protected String |
description |
protected Boolean |
enabled |
protected String |
name |
protected List<NamedSet> |
namedSet |
protected List<Schema.VirtualCube.VirtualCubeDimension> |
virtualCubeDimension |
protected List<Schema.VirtualCube.VirtualCubeMeasure> |
virtualCubeMeasure |
| Constructor and Description |
|---|
VirtualCube() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
List<CalculatedMember> |
getCalculatedMember()
Gets the value of the calculatedMember property.
|
String |
getCaption()
Gets the value of the caption property.
|
Schema.VirtualCube.CubeUsages |
getCubeUsages()
Gets the value of the cubeUsages property.
|
String |
getDefaultMeasure()
Gets the value of the defaultMeasure property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
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.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
void |
setCaption(String value)
Sets the value of the caption property.
|
void |
setCubeUsages(Schema.VirtualCube.CubeUsages value)
Sets the value of the cubeUsages property.
|
void |
setDefaultMeasure(String value)
Sets the value of the defaultMeasure property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected Annotations annotations
protected Schema.VirtualCube.CubeUsages cubeUsages
protected List<Schema.VirtualCube.VirtualCubeDimension> virtualCubeDimension
protected List<Schema.VirtualCube.VirtualCubeMeasure> virtualCubeMeasure
protected List<CalculatedMember> calculatedMember
protected Boolean enabled
protected String name
protected String defaultMeasure
protected String caption
protected String description
public Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
Annotationspublic Schema.VirtualCube.CubeUsages getCubeUsages()
Schema.VirtualCube.CubeUsagespublic void setCubeUsages(Schema.VirtualCube.CubeUsages value)
value - allowed object is
Schema.VirtualCube.CubeUsagespublic List<Schema.VirtualCube.VirtualCubeDimension> getVirtualCubeDimension()
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 set method 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
public List<Schema.VirtualCube.VirtualCubeMeasure> getVirtualCubeMeasure()
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 set method 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
public List<CalculatedMember> getCalculatedMember()
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 set method 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
public List<NamedSet> getNamedSet()
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 set method 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
public boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDefaultMeasure()
Stringpublic void setDefaultMeasure(String value)
value - allowed object is
Stringpublic String getCaption()
Stringpublic void setCaption(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2020 Open Foris. All rights reserved.