ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig21
Interface FacesConfigAbsoluteOrderingType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigAbsoluteOrderingType<T>
extends Child<T>

This interface defines the contract for the faces-config-absoluteOrderingType xsd type

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

Method Summary
 List<String> getAllName()
          Returns all name elements
 Boolean isOthers()
          Removes the others element
 FacesConfigAbsoluteOrderingType<T> name(String... values)
          Creates for all String objects representing name elements, a new name element
 FacesConfigAbsoluteOrderingType<T> others()
          Sets the others element
 FacesConfigAbsoluteOrderingType<T> removeAllName()
          Removes the name element
 FacesConfigAbsoluteOrderingType<T> removeOthers()
          Removes the others element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

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

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

getAllName

List<String> getAllName()
Returns all name elements

Returns:
list of name

removeAllName

FacesConfigAbsoluteOrderingType<T> removeAllName()
Removes the name element

Returns:
the current instance of FacesConfigAbsoluteOrderingType

others

FacesConfigAbsoluteOrderingType<T> others()
Sets the others element

Returns:
the current instance of FacesConfigAbsoluteOrderingType

isOthers

Boolean isOthers()
Removes the others element

Returns:
the current instance of FacesConfigAbsoluteOrderingType

removeOthers

FacesConfigAbsoluteOrderingType<T> removeOthers()
Removes the others element

Returns:
the current instance of FacesConfigAbsoluteOrderingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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