|
||||||||||
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 | |
---|---|
java.lang.String |
getDescription()
Retrieve the description of the role reference. |
java.util.List |
getDescriptions()
Retrieve the description list. |
java.lang.String |
getRoleLink()
Retrieve then role to which the reference is linked. |
java.lang.String |
getRoleName()
Retrieve the name of the role reference. |
void |
setDescription(java.lang.String description)
Set the description of the role reference. |
void |
setDescriptions(java.util.List<java.lang.String> descriptions)
Set the description list. |
void |
setRoleLink(java.lang.String roleLink)
Set the role to which the reference is linked. |
void |
setRoleName(java.lang.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 java.lang.String getRoleName()
public void setRoleName(java.lang.String roleName)
roleName
- public java.lang.String getRoleLink()
public void setRoleLink(java.lang.String roleLink)
roleLink
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.util.List getDescriptions()
public void setDescriptions(java.util.List<java.lang.String> descriptions)
description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |