|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl
public class FacesConfigLifecycleTypeImpl
| Field Summary | |
|---|---|
protected String |
id
|
protected List<FacesConfigLifecycleExtensionType> |
lifecycleExtension
|
protected List<FullyQualifiedClassType> |
phaseListener
|
| Constructor Summary | |
|---|---|
FacesConfigLifecycleTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance. |
|
FacesConfigLifecycleTypeImpl(FacesConfigLifecycleTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigLifecycleTypeImpl |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected List<FullyQualifiedClassType> phaseListener
protected List<FacesConfigLifecycleExtensionType> lifecycleExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigLifecycleTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance.
public FacesConfigLifecycleTypeImpl(FacesConfigLifecycleTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigLifecycleTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<FullyQualifiedClassType> getPhaseListener()
FacesConfigLifecycleType
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
getPhaseListener in interface FacesConfigLifecycleTypepublic List<FacesConfigLifecycleExtensionType> getLifecycleExtension()
FacesConfigLifecycleType
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
getLifecycleExtension in interface FacesConfigLifecycleTypepublic String getId()
FacesConfigLifecycleType
getId in interface FacesConfigLifecycleTypeStringpublic void setId(String value)
FacesConfigLifecycleType
setId in interface FacesConfigLifecycleTypevalue - allowed object is
Stringpublic FacesConfigLifecycleTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||