Class Schema.Role.SchemaGrant.CubeGrant
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.Role.SchemaGrant.CubeGrant
-
- Enclosing class:
- Schema.Role.SchemaGrant
public static class Schema.Role.SchemaGrant.CubeGrant 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="DimensionGrant" maxOccurs="unbounded" minOccurs="0"> <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> </element> <element name="HierarchyGrant" maxOccurs="unbounded" minOccurs="0"> <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> </element> </sequence> <attribute name="cube" 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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.Role.SchemaGrant.CubeGrant.DimensionGrantJava class for anonymous complex type.static classSchema.Role.SchemaGrant.CubeGrant.HierarchyGrantJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringaccessprotected Stringcubeprotected List<Schema.Role.SchemaGrant.CubeGrant.DimensionGrant>dimensionGrantprotected List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant>hierarchyGrant
-
Constructor Summary
Constructors Constructor Description CubeGrant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccess()Gets the value of the access property.StringgetCube()Gets the value of the cube property.List<Schema.Role.SchemaGrant.CubeGrant.DimensionGrant>getDimensionGrant()Gets the value of the dimensionGrant property.List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant>getHierarchyGrant()Gets the value of the hierarchyGrant property.voidsetAccess(String value)Sets the value of the access property.voidsetCube(String value)Sets the value of the cube property.
-
-
-
Field Detail
-
dimensionGrant
protected List<Schema.Role.SchemaGrant.CubeGrant.DimensionGrant> dimensionGrant
-
hierarchyGrant
protected List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant> hierarchyGrant
-
cube
protected String cube
-
access
protected String access
-
-
Method Detail
-
getDimensionGrant
public List<Schema.Role.SchemaGrant.CubeGrant.DimensionGrant> getDimensionGrant()
Gets the value of the dimensionGrant 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 dimensionGrant property.For example, to add a new item, do as follows:
getDimensionGrant().add(newItem);Objects of the following type(s) are allowed in the list
Schema.Role.SchemaGrant.CubeGrant.DimensionGrant
-
getHierarchyGrant
public List<Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant> getHierarchyGrant()
Gets the value of the hierarchyGrant 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 hierarchyGrant property.For example, to add a new item, do as follows:
getHierarchyGrant().add(newItem);Objects of the following type(s) are allowed in the list
Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant
-
getCube
public String getCube()
Gets the value of the cube property.- Returns:
- possible object is
String
-
setCube
public void setCube(String value)
Sets the value of the cube property.- Parameters:
value- allowed object isString
-
getAccess
public String getAccess()
Gets the value of the access property.- Returns:
- possible object is
String
-
-