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 :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 List<String> getAllValidatorId()
          Returns all validator-id elements
 String getId()
          Returns the id attribute
 FacesConfigDefaultValidatorsType<T> id(String id)
          Sets the id attribute
 FacesConfigDefaultValidatorsType<T> removeAllValidatorId()
          Removes the validator-id element
 FacesConfigDefaultValidatorsType<T> removeId()
          Removes the id attribute
 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

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigDefaultValidatorsType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigDefaultValidatorsType


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