net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee
Class FacesConfigType

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

public class FacesConfigType
extends Object
implements Serializable, Cloneable

The "faces-config" element is the root of the configuration information hierarchy, and contains nested elements for all of the other configuration settings.

Java class for faces-configType complex type.

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

 <complexType name="faces-configType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="application" type="{http://java.sun.com/xml/ns/javaee}faces-config-applicationType"/>
         <element name="factory" type="{http://java.sun.com/xml/ns/javaee}faces-config-factoryType"/>
         <element name="component" type="{http://java.sun.com/xml/ns/javaee}faces-config-componentType"/>
         <element name="converter" type="{http://java.sun.com/xml/ns/javaee}faces-config-converterType"/>
         <element name="managed-bean" type="{http://java.sun.com/xml/ns/javaee}faces-config-managed-beanType"/>
         <element name="navigation-rule" type="{http://java.sun.com/xml/ns/javaee}faces-config-navigation-ruleType"/>
         <element name="referenced-bean" type="{http://java.sun.com/xml/ns/javaee}faces-config-referenced-beanType"/>
         <element name="render-kit" type="{http://java.sun.com/xml/ns/javaee}faces-config-render-kitType"/>
         <element name="lifecycle" type="{http://java.sun.com/xml/ns/javaee}faces-config-lifecycleType"/>
         <element name="validator" type="{http://java.sun.com/xml/ns/javaee}faces-config-validatorType"/>
         <element name="faces-config-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}faces-config-versionType" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Object[] applicationOrFactoryOrComponent
           
protected  String id
           
protected  String version
           
 
Constructor Summary
FacesConfigType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigType instance.
FacesConfigType(FacesConfigType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigType instance by copying a given instance.
 
Method Summary
 FacesConfigType 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

FacesConfigType

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


FacesConfigType

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

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

getApplicationOrFactoryOrComponent

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

getApplicationOrFactoryOrComponent

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

getApplicationOrFactoryOrComponentLength

public int getApplicationOrFactoryOrComponentLength()

setApplicationOrFactoryOrComponent

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

setApplicationOrFactoryOrComponent

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

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

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

clone

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