Package de.foellix.aql.datastructure
Class Permission
java.lang.Object
de.foellix.aql.datastructure.Permission
- All Implemented Interfaces:
Serializable
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 ref="{}name"/>
<element ref="{}reference"/>
<element ref="{}attributes" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributes property.getName()Gets the value of the name property.Gets the value of the reference property.voidsetAttributes(Attributes value) Sets the value of the attributes property.voidSets the value of the name property.voidsetReference(Reference value) Sets the value of the reference property.
-
Field Details
-
name
-
reference
-
attributes
-
-
Constructor Details
-
Permission
public Permission()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getReference
Gets the value of the reference property.- Returns:
- possible object is
Reference
-
setReference
Sets the value of the reference property.- Parameters:
value- allowed object isReference
-
getAttributes
Gets the value of the attributes property.- Returns:
- possible object is
Attributes
-
setAttributes
Sets the value of the attributes property.- Parameters:
value- allowed object isAttributes
-