public static class Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant 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="MemberGrant" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="member" 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>
</element>
</sequence>
<attribute name="hierarchy" 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>
<attribute name="topLevel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bottomLevel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rollupPolicy" default="full">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="full"/>
<enumeration value="partial"/>
<enumeration value="hidden"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
access |
protected String |
bottomLevel |
protected String |
hierarchy |
protected List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant> |
memberGrant |
protected String |
rollupPolicy |
protected String |
topLevel |
| Constructor and Description |
|---|
HierarchyGrant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
Gets the value of the access property.
|
String |
getBottomLevel()
Gets the value of the bottomLevel property.
|
String |
getHierarchy()
Gets the value of the hierarchy property.
|
List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant> |
getMemberGrant()
Gets the value of the memberGrant property.
|
String |
getRollupPolicy()
Gets the value of the rollupPolicy property.
|
String |
getTopLevel()
Gets the value of the topLevel property.
|
void |
setAccess(String value)
Sets the value of the access property.
|
void |
setBottomLevel(String value)
Sets the value of the bottomLevel property.
|
void |
setHierarchy(String value)
Sets the value of the hierarchy property.
|
void |
setRollupPolicy(String value)
Sets the value of the rollupPolicy property.
|
void |
setTopLevel(String value)
Sets the value of the topLevel property.
|
protected List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant> memberGrant
protected String hierarchy
protected String access
protected String topLevel
protected String bottomLevel
protected String rollupPolicy
public List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant> getMemberGrant()
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 memberGrant property.
For example, to add a new item, do as follows:
getMemberGrant().add(newItem);
Objects of the following type(s) are allowed in the list
Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant
public String getHierarchy()
Stringpublic void setHierarchy(String value)
value - allowed object is
Stringpublic String getAccess()
Stringpublic void setAccess(String value)
value - allowed object is
Stringpublic String getTopLevel()
Stringpublic void setTopLevel(String value)
value - allowed object is
Stringpublic String getBottomLevel()
Stringpublic void setBottomLevel(String value)
value - allowed object is
Stringpublic String getRollupPolicy()
StringCopyright © 2022 Open Foris. All rights reserved.