net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee
Class FacesConfigLifecycleType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigLifecycleType
All Implemented Interfaces:
Serializable, Cloneable

public class FacesConfigLifecycleType
extends Object
implements Serializable, Cloneable

The "lifecycle" element provides a mechanism to specify modifications to the behaviour of the default Lifecycle implementation for this web application.

Java class for faces-config-lifecycleType complex type.

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

 <complexType name="faces-config-lifecycleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="phase-listener" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lifecycle-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-lifecycle-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  FacesConfigLifecycleExtensionType[] lifecycleExtension
           
protected  FullyQualifiedClassType[] phaseListener
           
 
Constructor Summary
FacesConfigLifecycleType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigLifecycleType instance.
FacesConfigLifecycleType(FacesConfigLifecycleType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigLifecycleType instance by copying a given instance.
 
Method Summary
 FacesConfigLifecycleType clone()
          Creates and returns a copy of this object.
 void copyLifecycleExtension(FacesConfigLifecycleExtensionType[] source)
          Copies all values of property LifecycleExtension.
 void copyPhaseListener(FullyQualifiedClassType[] source)
          Copies all values of property PhaseListener.
 String getId()
          Gets the value of the id property.
 FacesConfigLifecycleExtensionType[] getLifecycleExtension()
           
 FacesConfigLifecycleExtensionType getLifecycleExtension(int idx)
           
 int getLifecycleExtensionLength()
           
 FullyQualifiedClassType[] getPhaseListener()
           
 FullyQualifiedClassType getPhaseListener(int idx)
           
 int getPhaseListenerLength()
           
 void setId(String value)
          Sets the value of the id property.
 void setLifecycleExtension(FacesConfigLifecycleExtensionType[] values)
           
 FacesConfigLifecycleExtensionType setLifecycleExtension(int idx, FacesConfigLifecycleExtensionType value)
           
 void setPhaseListener(FullyQualifiedClassType[] values)
           
 FullyQualifiedClassType setPhaseListener(int idx, FullyQualifiedClassType value)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phaseListener

protected FullyQualifiedClassType[] phaseListener

lifecycleExtension

protected FacesConfigLifecycleExtensionType[] lifecycleExtension

id

protected String id
Constructor Detail

FacesConfigLifecycleType

public FacesConfigLifecycleType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigLifecycleType instance.


FacesConfigLifecycleType

public FacesConfigLifecycleType(FacesConfigLifecycleType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigLifecycleType instance by copying a given instance.

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

getPhaseListener

public FullyQualifiedClassType[] getPhaseListener()
Returns:
array of FullyQualifiedClassType

getPhaseListener

public FullyQualifiedClassType getPhaseListener(int idx)
Returns:
one of FullyQualifiedClassType

getPhaseListenerLength

public int getPhaseListenerLength()

setPhaseListener

public void setPhaseListener(FullyQualifiedClassType[] values)
Parameters:
values - allowed objects are FullyQualifiedClassType

setPhaseListener

public FullyQualifiedClassType setPhaseListener(int idx,
                                                FullyQualifiedClassType value)
Parameters:
value - allowed object is FullyQualifiedClassType

getLifecycleExtension

public FacesConfigLifecycleExtensionType[] getLifecycleExtension()
Returns:
array of FacesConfigLifecycleExtensionType

getLifecycleExtension

public FacesConfigLifecycleExtensionType getLifecycleExtension(int idx)
Returns:
one of FacesConfigLifecycleExtensionType

getLifecycleExtensionLength

public int getLifecycleExtensionLength()

setLifecycleExtension

public void setLifecycleExtension(FacesConfigLifecycleExtensionType[] values)
Parameters:
values - allowed objects are FacesConfigLifecycleExtensionType

setLifecycleExtension

public FacesConfigLifecycleExtensionType setLifecycleExtension(int idx,
                                                               FacesConfigLifecycleExtensionType value)
Parameters:
value - allowed object is FacesConfigLifecycleExtensionType

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

copyPhaseListener

public void copyPhaseListener(FullyQualifiedClassType[] source)
Copies all values of property PhaseListener.

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

copyLifecycleExtension

public void copyLifecycleExtension(FacesConfigLifecycleExtensionType[] source)
Copies all values of property LifecycleExtension.

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

clone

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