Package org.openforis.collect.mondrian
Class Schema.Role.SchemaGrant.CubeGrant.DimensionGrant
java.lang.Object
org.openforis.collect.mondrian.Schema.Role.SchemaGrant.CubeGrant.DimensionGrant
- 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">
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the access property.Gets the value of the dimension property.voidSets the value of the access property.voidsetDimension(String value) Sets the value of the dimension property.
-
Field Details
-
dimension
-
access
-
-
Constructor Details
-
DimensionGrant
public DimensionGrant()
-
-
Method Details
-
getDimension
Gets the value of the dimension property.- Returns:
- possible object is
String
-
setDimension
Sets the value of the dimension 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
-