ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface FacesConfigApplicationResourceBundleType<T>
extends Child<T>

This interface defines the contract for the faces-config-application-resource-bundleType xsd type

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

Method Summary
 FacesConfigApplicationResourceBundleType<T> baseName(String baseName)
          Sets the base-name element
 IconType<FacesConfigApplicationResourceBundleType<T>> createIcon()
          Creates a new icon element
 FacesConfigApplicationResourceBundleType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FacesConfigApplicationResourceBundleType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<FacesConfigApplicationResourceBundleType<T>>> getAllIcon()
          Returns all icon elements
 String getBaseName()
          Returns the base-name element
 IconType<FacesConfigApplicationResourceBundleType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 String getVar()
          Returns the var element
 FacesConfigApplicationResourceBundleType<T> removeAllDescription()
          Removes the description element
 FacesConfigApplicationResourceBundleType<T> removeAllDisplayName()
          Removes the display-name element
 FacesConfigApplicationResourceBundleType<T> removeAllIcon()
          Removes all icon elements
 FacesConfigApplicationResourceBundleType<T> removeBaseName()
          Removes the base-name element
 FacesConfigApplicationResourceBundleType<T> removeVar()
          Removes the var element
 FacesConfigApplicationResourceBundleType<T> var(String var)
          Sets the var element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

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

Parameters:
values - list of description objects
Returns:
the current instance of FacesConfigApplicationResourceBundleType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FacesConfigApplicationResourceBundleType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FacesConfigApplicationResourceBundleType

displayName

FacesConfigApplicationResourceBundleType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

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

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

FacesConfigApplicationResourceBundleType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of FacesConfigApplicationResourceBundleType

getOrCreateIcon

IconType<FacesConfigApplicationResourceBundleType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<FacesConfigApplicationResourceBundleType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<FacesConfigApplicationResourceBundleType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

FacesConfigApplicationResourceBundleType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

baseName

FacesConfigApplicationResourceBundleType<T> baseName(String baseName)
Sets the base-name element

Parameters:
baseName - the value for the element base-name
Returns:
the current instance of FacesConfigApplicationResourceBundleType

getBaseName

String getBaseName()
Returns the base-name element

Returns:
the node defined for the element base-name

removeBaseName

FacesConfigApplicationResourceBundleType<T> removeBaseName()
Removes the base-name element

Returns:
the current instance of FacesConfigApplicationResourceBundleType

var

FacesConfigApplicationResourceBundleType<T> var(String var)
Sets the var element

Parameters:
var - the value for the element var
Returns:
the current instance of FacesConfigApplicationResourceBundleType

getVar

String getVar()
Returns the var element

Returns:
the node defined for the element var

removeVar

FacesConfigApplicationResourceBundleType<T> removeVar()
Removes the var element

Returns:
the current instance of FacesConfigApplicationResourceBundleType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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