|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef
This class defines the implementation of the element security-role-ref
| Constructor Summary | |
SecurityRoleRef()
Constructor |
|
| Method Summary | |
java.lang.String |
getDescription()
Gets the description |
java.lang.String |
getRoleLink()
Gets the role-link |
java.lang.String |
getRoleName()
Gets the role-name |
void |
setDescription(java.lang.String description)
Set the description |
void |
setRoleLink(java.lang.String roleLink)
Set the role-link |
void |
setRoleName(java.lang.String roleName)
Set the role-name |
java.lang.String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement |
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SecurityRoleRef()
| Method Detail |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - descriptionpublic java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName - roleNamepublic java.lang.String getRoleLink()
public void setRoleLink(java.lang.String roleLink)
roleLink - roleLinkpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||