net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class FacesConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigType

public class FacesConfigTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigType

See Also:
Serialized Form

Field Summary
protected  List<Object> applicationOrFactoryOrComponent
           
protected  String id
           
protected  String version
           
 
Constructor Summary
FacesConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance.
FacesConfigTypeImpl(FacesConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigTypeImpl clone()
          Creates and returns a copy of this object.
 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

applicationOrFactoryOrComponent

protected List<Object> applicationOrFactoryOrComponent

id

protected String id

version

protected String version
Constructor Detail

FacesConfigTypeImpl

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


FacesConfigTypeImpl

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

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

getApplicationOrFactoryOrComponent

public List<Object> getApplicationOrFactoryOrComponent()
Description copied from interface: FacesConfigType
Gets the value of the applicationOrFactoryOrComponent 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 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 FacesConfigNavigationRuleType FacesConfigLifecycleType FacesConfigRenderKitType FacesConfigReferencedBeanType FacesConfigManagedBeanType FacesConfigFactoryType FacesConfigValidatorType FacesConfigExtensionType FacesConfigConverterType FacesConfigApplicationType FacesConfigComponentType

Specified by:
getApplicationOrFactoryOrComponent in interface FacesConfigType

getId

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

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

setId

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

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

getVersion

public String getVersion()
Description copied from interface: FacesConfigType
Gets the value of the version property.

Specified by:
getVersion in interface FacesConfigType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: FacesConfigType
Sets the value of the version property.

Specified by:
setVersion in interface FacesConfigType
Parameters:
value - allowed object is String

clone

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