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 :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
 FacesConfigAbsoluteOrderingType<T> id(String id)
          Sets the id attribute
 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> removeId()
          Removes the id attribute
 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

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

FacesConfigAbsoluteOrderingType<T> removeId()
Removes the id attribute

Returns:
the current instance of FacesConfigAbsoluteOrderingType


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