net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class FacesConfigTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  Object[] applicationOrFactoryOrComponent
           
protected  String id
           
protected  String version
           
 
Constructor Summary
FacesConfigTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigTypeImpl instance.
FacesConfigTypeImpl(FacesConfigTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigTypeImpl clone()
          Creates and returns a copy of this object.
 Object[] getApplicationOrFactoryOrComponent()
           
 Object getApplicationOrFactoryOrComponent(int idx)
           
 int getApplicationOrFactoryOrComponentLength()
           
 String getId()
          Gets the value of the id property.
 String getVersion()
          Gets the value of the version property.
 Object setApplicationOrFactoryOrComponent(int idx, Object value)
           
 void setApplicationOrFactoryOrComponent(Object[] values)
           
 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 Object[] applicationOrFactoryOrComponent

id

protected String id

version

protected String version
Constructor Detail

FacesConfigTypeImpl

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


FacesConfigTypeImpl

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

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

getApplicationOrFactoryOrComponent

public Object[] getApplicationOrFactoryOrComponent()
Specified by:
getApplicationOrFactoryOrComponent in interface FacesConfigType
Returns:
array of FacesConfigReferencedBeanType FacesConfigConverterType FacesConfigComponentType FacesConfigManagedBeanType FacesConfigLifecycleType FacesConfigRenderKitType FacesConfigExtensionType FacesConfigFactoryType FacesConfigApplicationType FacesConfigValidatorType FacesConfigNavigationRuleType

getApplicationOrFactoryOrComponent

public Object getApplicationOrFactoryOrComponent(int idx)
Specified by:
getApplicationOrFactoryOrComponent in interface FacesConfigType
Returns:
one of FacesConfigReferencedBeanType FacesConfigConverterType FacesConfigComponentType FacesConfigManagedBeanType FacesConfigLifecycleType FacesConfigRenderKitType FacesConfigExtensionType FacesConfigFactoryType FacesConfigApplicationType FacesConfigValidatorType FacesConfigNavigationRuleType

getApplicationOrFactoryOrComponentLength

public int getApplicationOrFactoryOrComponentLength()
Specified by:
getApplicationOrFactoryOrComponentLength in interface FacesConfigType

setApplicationOrFactoryOrComponent

public void setApplicationOrFactoryOrComponent(Object[] values)
Specified by:
setApplicationOrFactoryOrComponent in interface FacesConfigType
Parameters:
values - allowed objects are FacesConfigReferencedBeanType FacesConfigConverterType FacesConfigComponentType FacesConfigManagedBeanType FacesConfigLifecycleType FacesConfigRenderKitType FacesConfigExtensionType FacesConfigFactoryType FacesConfigApplicationType FacesConfigValidatorType FacesConfigNavigationRuleType

setApplicationOrFactoryOrComponent

public Object setApplicationOrFactoryOrComponent(int idx,
                                                 Object value)
Specified by:
setApplicationOrFactoryOrComponent in interface FacesConfigType
value - allowed object is FacesConfigReferencedBeanType FacesConfigConverterType FacesConfigComponentType FacesConfigManagedBeanType FacesConfigLifecycleType FacesConfigRenderKitType FacesConfigExtensionType FacesConfigFactoryType FacesConfigApplicationType FacesConfigValidatorType FacesConfigNavigationRuleType

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.