ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig20
Interface FacesConfigDefaultValidatorsType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigDefaultValidatorsType<T>
extends Child<T>

This interface defines the contract for the faces-config-default-validatorsType xsd type

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

Method Summary
 List<String> getAllValidatorId()
          Returns all validator-id elements
 FacesConfigDefaultValidatorsType<T> removeAllValidatorId()
          Removes the validator-id element
 FacesConfigDefaultValidatorsType<T> validatorId(String... values)
          Creates for all String objects representing validator-id elements, a new validator-id element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

validatorId

FacesConfigDefaultValidatorsType<T> validatorId(String... values)
Creates for all String objects representing validator-id elements, a new validator-id element

Parameters:
values - list of validator-id objects
Returns:
the current instance of FacesConfigDefaultValidatorsType

getAllValidatorId

List<String> getAllValidatorId()
Returns all validator-id elements

Returns:
list of validator-id

removeAllValidatorId

FacesConfigDefaultValidatorsType<T> removeAllValidatorId()
Removes the validator-id element

Returns:
the current instance of FacesConfigDefaultValidatorsType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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