public static class Schema.VirtualCube.VirtualCubeDimension 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" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cubeName |
protected String |
name |
| Constructor and Description |
|---|
VirtualCubeDimension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCubeName()
Gets the value of the cubeName property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCubeName(String value)
Sets the value of the cubeName property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getCubeName()
Stringpublic void setCubeName(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2022 Open Foris. All rights reserved.