net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class FacesConfigLifecycleTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigLifecycleType

public class FacesConfigLifecycleTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigLifecycleType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  List<FacesConfigLifecycleExtensionType> lifecycleExtension
           
protected  List<FullyQualifiedClassType> phaseListener
           
 
Constructor Summary
FacesConfigLifecycleTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance.
FacesConfigLifecycleTypeImpl(FacesConfigLifecycleTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigLifecycleTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyLifecycleExtension(List<FacesConfigLifecycleExtensionType> source, List<FacesConfigLifecycleExtensionType> target)
          Copies all values of property LifecycleExtension.
protected static void copyPhaseListener(List<FullyQualifiedClassType> source, List<FullyQualifiedClassType> target)
          Copies all values of property PhaseListener.
 String getId()
          Gets the value of the id property.
 List<FacesConfigLifecycleExtensionType> getLifecycleExtension()
          Gets the value of the lifecycleExtension property.
 List<FullyQualifiedClassType> getPhaseListener()
          Gets the value of the phaseListener 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

phaseListener

protected List<FullyQualifiedClassType> phaseListener

lifecycleExtension

protected List<FacesConfigLifecycleExtensionType> lifecycleExtension

id

protected String id
Constructor Detail

FacesConfigLifecycleTypeImpl

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


FacesConfigLifecycleTypeImpl

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

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

getPhaseListener

public List<FullyQualifiedClassType> getPhaseListener()
Description copied from interface: FacesConfigLifecycleType
Gets the value of the phaseListener 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 phaseListener property.

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

    getPhaseListener().add(newItem);
 

Objects of the following type(s) are allowed in the list FullyQualifiedClassType

Specified by:
getPhaseListener in interface FacesConfigLifecycleType

getLifecycleExtension

public List<FacesConfigLifecycleExtensionType> getLifecycleExtension()
Description copied from interface: FacesConfigLifecycleType
Gets the value of the lifecycleExtension 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 lifecycleExtension property.

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

    getLifecycleExtension().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesConfigLifecycleExtensionType

Specified by:
getLifecycleExtension in interface FacesConfigLifecycleType

getId

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

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

setId

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

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

copyPhaseListener

protected static void copyPhaseListener(List<FullyQualifiedClassType> source,
                                        List<FullyQualifiedClassType> target)
Copies all values of property PhaseListener.

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

copyLifecycleExtension

protected static void copyLifecycleExtension(List<FacesConfigLifecycleExtensionType> source,
                                             List<FacesConfigLifecycleExtensionType> target)
Copies all values of property LifecycleExtension.

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

clone

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