public interface SecurityRoleType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
security-roleType
xsd typeModifier and Type | Method and Description |
---|---|
SecurityRoleType<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 |
getRoleName()
Returns the
role-name element |
SecurityRoleType<T> |
id(java.lang.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(java.lang.String roleName)
Sets the
role-name element |
SecurityRoleType<T> description(java.lang.String... values)
description
elements,
a new description
elementvalues
- list of description
objectsSecurityRoleType
java.util.List<java.lang.String> getAllDescription()
description
elementsdescription
SecurityRoleType<T> removeAllDescription()
description
elementSecurityRoleType
SecurityRoleType<T> roleName(java.lang.String roleName)
role-name
elementroleName
- the value for the element role-name
SecurityRoleType
java.lang.String getRoleName()
role-name
elementrole-name
SecurityRoleType<T> removeRoleName()
role-name
elementSecurityRoleType
SecurityRoleType<T> id(java.lang.String id)
id
attributeid
- the value for the attribute id
SecurityRoleType
java.lang.String getId()
id
attributeid
SecurityRoleType<T> removeId()
id
attributeSecurityRoleType
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)