net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee
Class FacesConfigApplicationType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FacesConfigApplicationType
All Implemented Interfaces:
Serializable, Cloneable

public class FacesConfigApplicationType
extends Object
implements Serializable, Cloneable

The "application" element provides a mechanism to define the various per-application-singleton implementation artifacts for a particular web application that is utilizing JavaServer Faces. For nested elements that are not specified, the JSF implementation must provide a suitable default.

Java class for faces-config-applicationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="faces-config-applicationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="action-listener" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="default-render-kit-id" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="message-bundle" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="navigation-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="view-handler" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="state-manager" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="el-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="property-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="variable-resolver" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="locale-config" type="{http://java.sun.com/xml/ns/javaee}faces-config-locale-configType"/>
         <element name="resource-bundle" type="{http://java.sun.com/xml/ns/javaee}faces-config-application-resource-bundleType"/>
         <element name="application-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-application-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<javax.xml.bind.JAXBElement<?>> actionListenerOrDefaultRenderKitIdOrMessageBundle
           
protected  String id
           
 
Constructor Summary
FacesConfigApplicationType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FacesConfigApplicationType instance.
FacesConfigApplicationType(FacesConfigApplicationType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FacesConfigApplicationType instance by copying a given instance.
 
Method Summary
 FacesConfigApplicationType clone()
          Creates and returns a copy of this object.
protected static void copyActionListenerOrDefaultRenderKitIdOrMessageBundle(List<javax.xml.bind.JAXBElement<?>> source, List<javax.xml.bind.JAXBElement<?>> target)
          Copies all values of property ActionListenerOrDefaultRenderKitIdOrMessageBundle.
 List<javax.xml.bind.JAXBElement<?>> getActionListenerOrDefaultRenderKitIdOrMessageBundle()
          Gets the value of the actionListenerOrDefaultRenderKitIdOrMessageBundle property.
 String getId()
          Gets the value of the id property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionListenerOrDefaultRenderKitIdOrMessageBundle

protected List<javax.xml.bind.JAXBElement<?>> actionListenerOrDefaultRenderKitIdOrMessageBundle

id

protected String id
Constructor Detail

FacesConfigApplicationType

public FacesConfigApplicationType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FacesConfigApplicationType instance.


FacesConfigApplicationType

public FacesConfigApplicationType(FacesConfigApplicationType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.FacesConfigApplicationType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getActionListenerOrDefaultRenderKitIdOrMessageBundle

public List<javax.xml.bind.JAXBElement<?>> getActionListenerOrDefaultRenderKitIdOrMessageBundle()
Gets the value of the actionListenerOrDefaultRenderKitIdOrMessageBundle property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actionListenerOrDefaultRenderKitIdOrMessageBundle property.

For example, to add a new item, do as follows:

    getActionListenerOrDefaultRenderKitIdOrMessageBundle().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<String> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigApplicationExtensionType> JAXBElement<FullyQualifiedClassType>


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

copyActionListenerOrDefaultRenderKitIdOrMessageBundle

protected static void copyActionListenerOrDefaultRenderKitIdOrMessageBundle(List<javax.xml.bind.JAXBElement<?>> source,
                                                                            List<javax.xml.bind.JAXBElement<?>> target)
Copies all values of property ActionListenerOrDefaultRenderKitIdOrMessageBundle.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public FacesConfigApplicationType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.