org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface AuthConstraintType<T>

All Superinterfaces:
Child<T>

public interface AuthConstraintType<T>
extends Child<T>

This interface defines the contract for the auth-constraintType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 AuthConstraintType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllRoleName()
          Returns all role-name elements
 String getId()
          Returns the id attribute
 AuthConstraintType<T> id(String id)
          Sets the id attribute
 AuthConstraintType<T> removeAllDescription()
          Removes the description element
 AuthConstraintType<T> removeAllRoleName()
          Removes the role-name element
 AuthConstraintType<T> removeId()
          Removes the id attribute
 AuthConstraintType<T> roleName(String... values)
          Creates for all String objects representing role-name elements, a new role-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

AuthConstraintType<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 AuthConstraintType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

AuthConstraintType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of AuthConstraintType

roleName

AuthConstraintType<T> roleName(String... values)
Creates for all String objects representing role-name elements, a new role-name element

Parameters:
values - list of role-name objects
Returns:
the current instance of AuthConstraintType

getAllRoleName

List<String> getAllRoleName()
Returns all role-name elements

Returns:
list of role-name

removeAllRoleName

AuthConstraintType<T> removeAllRoleName()
Removes the role-name element

Returns:
the current instance of AuthConstraintType

id

AuthConstraintType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of AuthConstraintType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

AuthConstraintType<T> removeId()
Removes the id attribute

Returns:
the current instance of AuthConstraintType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.