
public interface SecurityRoleType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
security-roleType xsd type| Modifier and Type | Method and Description |
|---|---|
SecurityRoleType<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 |
getRoleName()
Returns the
role-name element |
SecurityRoleType<T> |
id(String id)
Sets the
id attribute |
SecurityRoleType<T> |
removeAllDescription()
Removes the
description element |
SecurityRoleType<T> |
removeId()
Removes the
id attribute |
SecurityRoleType<T> |
removeRoleName()
Removes the
role-name element |
SecurityRoleType<T> |
roleName(String roleName)
Sets the
role-name element |
SecurityRoleType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsSecurityRoleTypeList<String> getAllDescription()
description elementsdescriptionSecurityRoleType<T> removeAllDescription()
description elementSecurityRoleTypeSecurityRoleType<T> roleName(String roleName)
role-name elementroleName - the value for the element role-nameSecurityRoleTypeString getRoleName()
role-name elementrole-nameSecurityRoleType<T> removeRoleName()
role-name elementSecurityRoleTypeSecurityRoleType<T> id(String id)
id attributeid - the value for the attribute idSecurityRoleTypeString getId()
id attributeidSecurityRoleType<T> removeId()
id attributeSecurityRoleTypeCopyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)