Package org.openforis.collect.mondrian
Class Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant
java.lang.Object
org.openforis.collect.mondrian.Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant
- Enclosing class:
Schema.Role.SchemaGrant.CubeGrant
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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the bottomLevel property.Gets the value of the hierarchy property.Gets the value of the memberGrant property.Gets the value of the rollupPolicy property.Gets the value of the topLevel property.voidSets the value of the access property.voidsetBottomLevel(String value) Sets the value of the bottomLevel property.voidsetHierarchy(String value) Sets the value of the hierarchy property.voidsetRollupPolicy(String value) Sets the value of the rollupPolicy property.voidsetTopLevel(String value) Sets the value of the topLevel property.
-
Field Details
-
memberGrant
-
hierarchy
-
access
-
topLevel
-
bottomLevel
-
rollupPolicy
-
-
Constructor Details
-
HierarchyGrant
public HierarchyGrant()
-
-
Method Details
-
getMemberGrant
Gets the value of the memberGrant property.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
setmethod 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 -
getHierarchy
Gets the value of the hierarchy property.- Returns:
- possible object is
String
-
setHierarchy
Sets the value of the hierarchy property.- Parameters:
value- allowed object isString
-
getAccess
Gets the value of the access property.- Returns:
- possible object is
String
-
setAccess
Sets the value of the access property.- Parameters:
value- allowed object isString
-
getTopLevel
Gets the value of the topLevel property.- Returns:
- possible object is
String
-
setTopLevel
Sets the value of the topLevel property.- Parameters:
value- allowed object isString
-
getBottomLevel
Gets the value of the bottomLevel property.- Returns:
- possible object is
String
-
setBottomLevel
Sets the value of the bottomLevel property.- Parameters:
value- allowed object isString
-
getRollupPolicy
Gets the value of the rollupPolicy property.- Returns:
- possible object is
String
-
setRollupPolicy
Sets the value of the rollupPolicy property.- Parameters:
value- allowed object isString
-