org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef Class Reference

Inherits org.objectweb.jonas_lib.deployment.xml.AbsElement.

Inheritance diagram for org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SecurityRoleRef ()
String getDescription ()
void setDescription (String description)
String getRoleName ()
void setRoleName (String roleName)
String getRoleLink ()
void setRoleLink (String roleLink)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element security-role-ref

Author:
JOnAS team

Definition at line 35 of file SecurityRoleRef.java.


Constructor & Destructor Documentation

org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.SecurityRoleRef  ) 
 

Constructor

Definition at line 56 of file SecurityRoleRef.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.getDescription  ) 
 

Gets the description

Returns:
the description

Definition at line 64 of file SecurityRoleRef.java.

String org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.getRoleLink  ) 
 

Gets the role-link

Returns:
the role-link

Definition at line 96 of file SecurityRoleRef.java.

Referenced by org.objectweb.jonas_lib.deployment.api.SecurityRoleRefDesc.SecurityRoleRefDesc().

String org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.getRoleName  ) 
 

Gets the role-name

Returns:
the role-name

Definition at line 80 of file SecurityRoleRef.java.

Referenced by org.objectweb.jonas_lib.deployment.api.SecurityRoleRefDesc.SecurityRoleRefDesc().

void org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.setDescription String  description  ) 
 

Set the description

Parameters:
description description

Definition at line 72 of file SecurityRoleRef.java.

void org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.setRoleLink String  roleLink  ) 
 

Set the role-link

Parameters:
roleLink roleLink

Definition at line 104 of file SecurityRoleRef.java.

void org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.setRoleName String  roleName  ) 
 

Set the role-name

Parameters:
roleName roleName

Definition at line 88 of file SecurityRoleRef.java.

String org.objectweb.jonas_lib.deployment.xml.SecurityRoleRef.toXML int  indent  )  [virtual]
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Implements org.objectweb.jonas_lib.deployment.xml.AbsElement.

Definition at line 113 of file SecurityRoleRef.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.indent(), and org.objectweb.jonas_lib.deployment.xml.AbsElement.xmlElement().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:44 2005 for JOnAS by  doxygen 1.3.9.1