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

All Superinterfaces:
Child<T>

public interface FacesConfigListEntriesType<T>
extends Child<T>

This interface defines the contract for the faces-config-list-entriesType xsd type

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

Method Summary
 List<String> getAllValue()
          Returns all value elements
 String getId()
          Returns the id attribute
 String getValueClass()
          Returns the value-class element
 FacesConfigListEntriesType<T> id(String id)
          Sets the id attribute
 Boolean isNullValue()
          Removes the null-value element
 FacesConfigListEntriesType<T> nullValue()
          Sets the null-value element
 FacesConfigListEntriesType<T> removeAllValue()
          Removes the value element
 FacesConfigListEntriesType<T> removeId()
          Removes the id attribute
 FacesConfigListEntriesType<T> removeNullValue()
          Removes the null-value element
 FacesConfigListEntriesType<T> removeValueClass()
          Removes the value-class element
 FacesConfigListEntriesType<T> value(String... values)
          Creates for all String objects representing value elements, a new value element
 FacesConfigListEntriesType<T> valueClass(String valueClass)
          Sets the value-class element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

valueClass

FacesConfigListEntriesType<T> valueClass(String valueClass)
Sets the value-class element

Parameters:
valueClass - the value for the element value-class
Returns:
the current instance of FacesConfigListEntriesType

getValueClass

String getValueClass()
Returns the value-class element

Returns:
the node defined for the element value-class

removeValueClass

FacesConfigListEntriesType<T> removeValueClass()
Removes the value-class element

Returns:
the current instance of FacesConfigListEntriesType

nullValue

FacesConfigListEntriesType<T> nullValue()
Sets the null-value element

Returns:
the current instance of FacesConfigListEntriesType

isNullValue

Boolean isNullValue()
Removes the null-value element

Returns:
the current instance of FacesConfigListEntriesType

removeNullValue

FacesConfigListEntriesType<T> removeNullValue()
Removes the null-value element

Returns:
the current instance of FacesConfigListEntriesType

value

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

Parameters:
values - list of value objects
Returns:
the current instance of FacesConfigListEntriesType

getAllValue

List<String> getAllValue()
Returns all value elements

Returns:
list of value

removeAllValue

FacesConfigListEntriesType<T> removeAllValue()
Removes the value element

Returns:
the current instance of FacesConfigListEntriesType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigListEntriesType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigListEntriesType


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