ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaee5
Interface SecurityRoleType<T>

All Superinterfaces:
Child<T>

public interface SecurityRoleType<T>
extends Child<T>

This interface defines the contract for the security-roleType xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 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 getRoleName()
          Returns the role-name element
 SecurityRoleType<T> removeAllDescription()
          Removes the description element
 SecurityRoleType<T> removeRoleName()
          Removes the role-name element
 SecurityRoleType<T> roleName(String roleName)
          Sets the role-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

SecurityRoleType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of SecurityRoleType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

SecurityRoleType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of SecurityRoleType

roleName

SecurityRoleType<T> roleName(String roleName)
Sets the role-name element

Parameters:
roleName - the value for the element role-name
Returns:
the current instance of SecurityRoleType

getRoleName

String getRoleName()
Returns the role-name element

Returns:
the node defined for the element role-name

removeRoleName

SecurityRoleType<T> removeRoleName()
Removes the role-name element

Returns:
the current instance of SecurityRoleType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.