org.jboss.shrinkwrap.descriptor.api.facesconfig21
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 :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 List<String> getAllName()
          Returns all name elements
 String getId()
          Returns the id attribute
 FacesConfigOrderingOrderingType<T> id(String id)
          Sets the id attribute
 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> removeId()
          Removes the id attribute
 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

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigOrderingOrderingType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigOrderingOrderingType


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