|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.Privilege
public class Privilege
Java class for privilege complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="privilege">
<complexContent>
<extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
<sequence>
<element name="acl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="privilegeKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="securityRoles" type="{http://inex.ejb.match.mirth.com/}securityRole" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
acl
|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected java.lang.Integer |
privilegeKey
|
protected java.util.List<SecurityRole> |
securityRoles
|
| Constructor Summary | |
|---|---|
Privilege()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAcl()
Gets the value of the acl property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.Integer |
getPrivilegeKey()
Gets the value of the privilegeKey property. |
java.util.List<SecurityRole> |
getSecurityRoles()
Gets the value of the securityRoles property. |
void |
setAcl(java.lang.String value)
Sets the value of the acl property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPrivilegeKey(java.lang.Integer value)
Sets the value of the privilegeKey property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String acl
protected java.lang.String description
protected java.lang.String name
protected java.lang.Integer privilegeKey
protected java.util.List<SecurityRole> securityRoles
| Constructor Detail |
|---|
public Privilege()
| Method Detail |
|---|
public java.lang.String getAcl()
Stringpublic void setAcl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPrivilegeKey()
Integerpublic void setPrivilegeKey(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<SecurityRole> getSecurityRoles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the securityRoles property.
For example, to add a new item, do as follows:
getSecurityRoles().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRole
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||