public static class JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant extends Object
<p>Java class for anonymous complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <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> </pre>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actions |
protected String |
entityName |
protected String |
role |
| Constructor and Description |
|---|
JaxbCfgGrant() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActions()
Gets the value of the actions property.
|
String |
getEntityName()
Gets the value of the entityName property.
|
String |
getRole()
Gets the value of the role property.
|
void |
setActions(String value)
Sets the value of the actions property.
|
void |
setEntityName(String value)
Sets the value of the entityName property.
|
void |
setRole(String value)
Sets the value of the role property.
|
protected String actions
protected String entityName
protected String role
public String getActions()
Gets the value of the actions property.
Stringpublic void setActions(String value)
Sets the value of the actions property.
value - allowed object is
Stringpublic String getEntityName()
Gets the value of the entityName property.
Stringpublic void setEntityName(String value)
Sets the value of the entityName property.
value - allowed object is
Stringpublic String getRole()
Gets the value of the role property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.