net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class FacesConfigApplicationTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigApplicationTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigApplicationType

public class FacesConfigApplicationTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigApplicationType

See Also:
Serialized Form

Field Summary
protected  List<javax.xml.bind.JAXBElement<?>> actionListenerOrDefaultRenderKitIdOrMessageBundle
           
protected  String id
           
 
Constructor Summary
FacesConfigApplicationTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigApplicationTypeImpl instance.
FacesConfigApplicationTypeImpl(FacesConfigApplicationTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigApplicationTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigApplicationTypeImpl clone()
          Creates and returns a copy of this object.
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

FacesConfigApplicationTypeImpl

public FacesConfigApplicationTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigApplicationTypeImpl instance.


FacesConfigApplicationTypeImpl

public FacesConfigApplicationTypeImpl(FacesConfigApplicationTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigApplicationTypeImpl instance by copying a given instance.

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

getActionListenerOrDefaultRenderKitIdOrMessageBundle

public List<javax.xml.bind.JAXBElement<?>> getActionListenerOrDefaultRenderKitIdOrMessageBundle()
Description copied from interface: FacesConfigApplicationType
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<FacesConfigApplicationExtensionType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<String> JAXBElement<FullyQualifiedClassType> JAXBElement<String> JAXBElement<FacesConfigApplicationResourceBundleType> JAXBElement<FullyQualifiedClassType> JAXBElement<FullyQualifiedClassType> JAXBElement<FacesConfigLocaleConfigType> JAXBElement<FullyQualifiedClassType>

Specified by:
getActionListenerOrDefaultRenderKitIdOrMessageBundle in interface FacesConfigApplicationType

getId

public String getId()
Description copied from interface: FacesConfigApplicationType
Gets the value of the id property.

Specified by:
getId in interface FacesConfigApplicationType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: FacesConfigApplicationType
Sets the value of the id property.

Specified by:
setId in interface FacesConfigApplicationType
Parameters:
value - allowed object is String

copyActionListenerOrDefaultRenderKitIdOrMessageBundle

public 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 FacesConfigApplicationTypeImpl 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.