
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(String... values)
Creates for all String objects representing
description elements,
a new description element |
List<String> |
getAllDescription()
Returns all
description elements |
String |
getId()
Returns the
id attribute |
String |
getRoleLink()
Returns the
role-link element |
String |
getRoleName()
Returns the
role-name element |
SecurityRoleRefType<T> |
id(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(String roleLink)
Sets the
role-link element |
SecurityRoleRefType<T> |
roleName(String roleName)
Sets the
role-name element |
SecurityRoleRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsSecurityRoleRefTypeList<String> getAllDescription()
description elementsdescriptionSecurityRoleRefType<T> removeAllDescription()
description elementSecurityRoleRefTypeSecurityRoleRefType<T> roleName(String roleName)
role-name elementroleName - the value for the element role-nameSecurityRoleRefTypeString getRoleName()
role-name elementrole-nameSecurityRoleRefType<T> removeRoleName()
role-name elementSecurityRoleRefTypeSecurityRoleRefType<T> roleLink(String roleLink)
role-link elementroleLink - the value for the element role-linkSecurityRoleRefTypeString getRoleLink()
role-link elementrole-linkSecurityRoleRefType<T> removeRoleLink()
role-link elementSecurityRoleRefTypeSecurityRoleRefType<T> id(String id)
id attributeid - the value for the attribute idSecurityRoleRefTypeString getId()
id attributeidSecurityRoleRefType<T> removeId()
id attributeSecurityRoleRefTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)