public static class Schema.Role.SchemaGrant.CubeGrant.DimensionGrant 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="dimension" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="access" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="all"/>
<enumeration value="none"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
access |
protected String |
dimension |
| Constructor and Description |
|---|
DimensionGrant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
Gets the value of the access property.
|
String |
getDimension()
Gets the value of the dimension property.
|
void |
setAccess(String value)
Sets the value of the access property.
|
void |
setDimension(String value)
Sets the value of the dimension property.
|
public String getDimension()
Stringpublic void setDimension(String value)
value - allowed object is
Stringpublic String getAccess()
StringCopyright © 2021 Open Foris. All rights reserved.