|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigTypeImpl
public class FacesConfigTypeImpl
| Field Summary | |
|---|---|
protected List<Object> |
applicationOrFactoryOrComponent
|
protected String |
id
|
protected String |
version
|
| Constructor Summary | |
|---|---|
FacesConfigTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance. |
|
FacesConfigTypeImpl(FacesConfigTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyApplicationOrFactoryOrComponent(List<Object> source,
List<Object> target)
Copies all values of property ApplicationOrFactoryOrComponent. |
List<Object> |
getApplicationOrFactoryOrComponent()
Gets the value of the applicationOrFactoryOrComponent property. |
String |
getId()
Gets the value of the id property. |
String |
getVersion()
Gets the value of the version property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> applicationOrFactoryOrComponent
protected String id
protected String version
| Constructor Detail |
|---|
public FacesConfigTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance.
public FacesConfigTypeImpl(FacesConfigTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Object> getApplicationOrFactoryOrComponent()
FacesConfigType
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 applicationOrFactoryOrComponent property.
For example, to add a new item, do as follows:
getApplicationOrFactoryOrComponent().add(newItem);
Objects of the following type(s) are allowed in the list
FacesConfigReferencedBeanType
FacesConfigApplicationType
FacesConfigRenderKitType
FacesConfigLifecycleType
FacesConfigManagedBeanType
FacesConfigNavigationRuleType
FacesConfigValidatorType
FacesConfigConverterType
FacesConfigExtensionType
FacesConfigFactoryType
FacesConfigComponentType
getApplicationOrFactoryOrComponent in interface FacesConfigTypepublic String getId()
FacesConfigType
getId in interface FacesConfigTypeStringpublic void setId(String value)
FacesConfigType
setId in interface FacesConfigTypevalue - allowed object is
Stringpublic String getVersion()
FacesConfigType
getVersion in interface FacesConfigTypeStringpublic void setVersion(String value)
FacesConfigType
setVersion in interface FacesConfigTypevalue - allowed object is
String
protected static void copyApplicationOrFactoryOrComponent(List<Object> source,
List<Object> target)
ApplicationOrFactoryOrComponent.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public FacesConfigTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||