
public interface SecurityRoleRefType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
security-role-refType xsd type| Modifier and Type | Method and Description |
|---|---|
SecurityRoleRefType<T> |
description(java.lang.String... values)
Creates for all String objects representing
description elements,
a new description element |
java.util.List<java.lang.String> |
getAllDescription()
Returns all
description elements |
java.lang.String |
getId()
Returns the
id attribute |
java.lang.String |
getRoleLink()
Returns the
role-link element |
java.lang.String |
getRoleName()
Returns the
role-name element |
SecurityRoleRefType<T> |
id(java.lang.String id)
Sets the
id attribute |
SecurityRoleRefType<T> |
removeAllDescription()
Removes the
description element |
SecurityRoleRefType<T> |
removeId()
Removes the
id attribute |
SecurityRoleRefType<T> |
removeRoleLink()
Removes the
role-link element |
SecurityRoleRefType<T> |
removeRoleName()
Removes the
role-name element |
SecurityRoleRefType<T> |
roleLink(java.lang.String roleLink)
Sets the
role-link element |
SecurityRoleRefType<T> |
roleName(java.lang.String roleName)
Sets the
role-name element |
SecurityRoleRefType<T> description(java.lang.String... values)
description elements,
a new description elementvalues - list of description objectsSecurityRoleRefTypejava.util.List<java.lang.String> getAllDescription()
description elementsdescriptionSecurityRoleRefType<T> removeAllDescription()
description elementSecurityRoleRefTypeSecurityRoleRefType<T> roleName(java.lang.String roleName)
role-name elementroleName - the value for the element role-nameSecurityRoleRefTypejava.lang.String getRoleName()
role-name elementrole-nameSecurityRoleRefType<T> removeRoleName()
role-name elementSecurityRoleRefTypeSecurityRoleRefType<T> roleLink(java.lang.String roleLink)
role-link elementroleLink - the value for the element role-linkSecurityRoleRefTypejava.lang.String getRoleLink()
role-link elementrole-linkSecurityRoleRefType<T> removeRoleLink()
role-link elementSecurityRoleRefTypeSecurityRoleRefType<T> id(java.lang.String id)
id attributeid - the value for the attribute idSecurityRoleRefTypejava.lang.String getId()
id attributeidSecurityRoleRefType<T> removeId()
id attributeSecurityRoleRefTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)