public static class Schema.VirtualCube.CubeUsages.CubeUsage 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" 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cubeName |
protected Boolean |
ignoreUnrelatedDimensions |
| Constructor and Description |
|---|
CubeUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCubeName()
Gets the value of the cubeName property.
|
boolean |
isIgnoreUnrelatedDimensions()
Gets the value of the ignoreUnrelatedDimensions property.
|
void |
setCubeName(String value)
Sets the value of the cubeName property.
|
void |
setIgnoreUnrelatedDimensions(Boolean value)
Sets the value of the ignoreUnrelatedDimensions property.
|
protected String cubeName
protected Boolean ignoreUnrelatedDimensions
public String getCubeName()
Stringpublic void setCubeName(String value)
value - allowed object is
Stringpublic boolean isIgnoreUnrelatedDimensions()
BooleanCopyright © 2020 Open Foris. All rights reserved.