|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.SecurityRoleRefDD
public class SecurityRoleRefDD
Security Role Reference Configuration.
Java class for security-role-refType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="security-role-refType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="role-name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}role-nameType"/> <element name="role-link" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}role-linkType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SecurityRoleRefDD()
Default Constructor. |
Method Summary | |
---|---|
String |
getDescription()
Retrieve the description of the role reference. |
List |
getDescriptions()
Retrieve the description list. |
String |
getRoleLink()
Retrieve then role to which the reference is linked. |
String |
getRoleName()
Retrieve the name of the role reference. |
void |
setDescription(String description)
Set the description of the role reference. |
void |
setDescriptions(List<String> descriptions)
Set the description list. |
void |
setRoleLink(String roleLink)
Set the role to which the reference is linked. |
void |
setRoleName(String roleName)
Set the name of the role reference. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityRoleRefDD()
Method Detail |
---|
public String getRoleName()
public void setRoleName(String roleName)
roleName
- public String getRoleLink()
public void setRoleLink(String roleLink)
roleLink
- public String getDescription()
public void setDescription(String description)
description
- public List getDescriptions()
public void setDescriptions(List<String> descriptions)
description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |