public static class Schema.VirtualCube.VirtualCubeMeasure 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"/>
</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>
| Modifier and Type | Field and Description |
|---|---|
protected Annotations |
annotations |
protected String |
cubeName |
protected String |
name |
protected Boolean |
visible |
| Constructor and Description |
|---|
VirtualCubeMeasure() |
| Modifier and Type | Method and Description |
|---|---|
Annotations |
getAnnotations()
Gets the value of the annotations property.
|
String |
getCubeName()
Gets the value of the cubeName property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setAnnotations(Annotations value)
Sets the value of the annotations property.
|
void |
setCubeName(String value)
Sets the value of the cubeName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
protected Annotations annotations
protected String cubeName
protected String name
protected Boolean visible
public Annotations getAnnotations()
Annotationspublic void setAnnotations(Annotations value)
value - allowed object is
Annotationspublic String getCubeName()
Stringpublic void setCubeName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isVisible()
BooleanCopyright © 2020 Open Foris. All rights reserved.