net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
Interface FacesConfigRenderKitType

All Known Implementing Classes:
FacesConfigRenderKitTypeImpl

public interface FacesConfigRenderKitType

The "render-kit" element represents a concrete RenderKit implementation that should be registered under the specified render-kit-id. If no render-kit-id is specified, the identifier of the default RenderKit (RenderKitFactory.DEFAULT_RENDER_KIT) is assumed.

Java class for faces-config-render-kitType complex type.

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

 <complexType name="faces-config-render-kitType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="render-kit-id" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
         <element name="render-kit-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
         <element name="renderer" type="{http://java.sun.com/xml/ns/javaee}faces-config-rendererType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="render-kit-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-render-kit-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FacesConfigRendererType[] getRenderer()
           
 FacesConfigRendererType getRenderer(int idx)
           
 int getRendererLength()
           
 FullyQualifiedClassType getRenderKitClass()
          Gets the value of the renderKitClass property.
 FacesConfigRenderKitExtensionType[] getRenderKitExtension()
           
 FacesConfigRenderKitExtensionType getRenderKitExtension(int idx)
           
 int getRenderKitExtensionLength()
           
 String getRenderKitId()
          Gets the value of the renderKitId property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setRenderer(FacesConfigRendererType[] values)
           
 FacesConfigRendererType setRenderer(int idx, FacesConfigRendererType value)
           
 void setRenderKitClass(FullyQualifiedClassType value)
          Sets the value of the renderKitClass property.
 void setRenderKitExtension(FacesConfigRenderKitExtensionType[] values)
           
 FacesConfigRenderKitExtensionType setRenderKitExtension(int idx, FacesConfigRenderKitExtensionType value)
           
 void setRenderKitId(String value)
          Sets the value of the renderKitId property.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

DescriptionType setDescription(int idx,
                               DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

DisplayNameType setDisplayName(int idx,
                               DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getRenderKitId

String getRenderKitId()
Gets the value of the renderKitId property.

Returns:
possible object is String

setRenderKitId

void setRenderKitId(String value)
Sets the value of the renderKitId property.

Parameters:
value - allowed object is String

getRenderKitClass

FullyQualifiedClassType getRenderKitClass()
Gets the value of the renderKitClass property.

Returns:
possible object is FullyQualifiedClassType

setRenderKitClass

void setRenderKitClass(FullyQualifiedClassType value)
Sets the value of the renderKitClass property.

Parameters:
value - allowed object is FullyQualifiedClassType

getRenderer

FacesConfigRendererType[] getRenderer()
Returns:
array of FacesConfigRendererType

getRenderer

FacesConfigRendererType getRenderer(int idx)
Returns:
one of FacesConfigRendererType

getRendererLength

int getRendererLength()

setRenderer

void setRenderer(FacesConfigRendererType[] values)
Parameters:
values - allowed objects are FacesConfigRendererType

setRenderer

FacesConfigRendererType setRenderer(int idx,
                                    FacesConfigRendererType value)
Parameters:
value - allowed object is FacesConfigRendererType

getRenderKitExtension

FacesConfigRenderKitExtensionType[] getRenderKitExtension()
Returns:
array of FacesConfigRenderKitExtensionType

getRenderKitExtension

FacesConfigRenderKitExtensionType getRenderKitExtension(int idx)
Returns:
one of FacesConfigRenderKitExtensionType

getRenderKitExtensionLength

int getRenderKitExtensionLength()

setRenderKitExtension

void setRenderKitExtension(FacesConfigRenderKitExtensionType[] values)
Parameters:
values - allowed objects are FacesConfigRenderKitExtensionType

setRenderKitExtension

FacesConfigRenderKitExtensionType setRenderKitExtension(int idx,
                                                        FacesConfigRenderKitExtensionType value)
Parameters:
value - allowed object is FacesConfigRenderKitExtensionType

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


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