net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee
Interface FacesConfigType

All Known Implementing Classes:
FacesConfigTypeImpl

public interface FacesConfigType

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>
 


Method Summary
 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.
 

Method Detail

getApplicationOrFactoryOrComponent

List<Object> getApplicationOrFactoryOrComponent()
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


getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.