Package org.openforis.collect.mondrian
Class Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant
-
- Enclosing class:
- Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant
public static class Schema.Role.SchemaGrant.CubeGrant.HierarchyGrant.MemberGrant 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="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>
-
-
Constructor Summary
Constructors Constructor Description MemberGrant()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccess()Gets the value of the access property.StringgetMember()Gets the value of the member property.voidsetAccess(String value)Sets the value of the access property.voidsetMember(String value)Sets the value of the member property.
-
-
-
Method Detail
-
getMember
public String getMember()
Gets the value of the member property.- Returns:
- possible object is
String
-
setMember
public void setMember(String value)
Sets the value of the member property.- Parameters:
value- allowed object isString
-
getAccess
public String getAccess()
Gets the value of the access property.- Returns:
- possible object is
String
-
-