ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface FacesConfigOrderingOrderingType<T>
extends Child<T>

This interface defines the contract for the faces-config-ordering-orderingType 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
 FacesConfigOrderingOrderingType<T> name(String... values)
          Creates for all String objects representing name elements, a new name element
 FacesConfigOrderingOrderingType<T> others()
          Sets the others element
 FacesConfigOrderingOrderingType<T> removeAllName()
          Removes the name element
 FacesConfigOrderingOrderingType<T> removeOthers()
          Removes the others element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

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

getAllName

List<String> getAllName()
Returns all name elements

Returns:
list of name

removeAllName

FacesConfigOrderingOrderingType<T> removeAllName()
Removes the name element

Returns:
the current instance of FacesConfigOrderingOrderingType

others

FacesConfigOrderingOrderingType<T> others()
Sets the others element

Returns:
the current instance of FacesConfigOrderingOrderingType

isOthers

Boolean isOthers()
Removes the others element

Returns:
the current instance of FacesConfigOrderingOrderingType

removeOthers

FacesConfigOrderingOrderingType<T> removeOthers()
Removes the others element

Returns:
the current instance of FacesConfigOrderingOrderingType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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