public static class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
extends java.lang.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="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="entity-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
actions |
protected java.lang.String |
entityName |
protected java.lang.String |
role |
| Constructor and Description |
|---|
JaxbCfgGrant() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActions()
Gets the value of the actions property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.String |
getRole()
Gets the value of the role property.
|
void |
setActions(java.lang.String value)
Sets the value of the actions property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
protected java.lang.String actions
protected java.lang.String entityName
protected java.lang.String role
public java.lang.String getActions()
Stringpublic void setActions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityName()
Stringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRole()
Stringpublic void setRole(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.