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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigRendererTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigRendererType

public class FacesConfigRendererTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigRendererType

See Also:
Serialized Form

Field Summary
protected  FacesConfigAttributeType[] attribute
           
protected  StringImpl componentFamily
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFacetType[] facet
           
protected  IconType[] icon
           
protected  String id
           
protected  FullyQualifiedClassTypeImpl rendererClass
           
protected  FacesConfigRendererExtensionType[] rendererExtension
           
protected  StringImpl rendererType
           
 
Constructor Summary
FacesConfigRendererTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance.
FacesConfigRendererTypeImpl(FacesConfigRendererTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigRendererTypeImpl clone()
          Creates and returns a copy of this object.
 FacesConfigAttributeType[] getAttribute()
           
 FacesConfigAttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 String getComponentFamily()
          Gets the value of the componentFamily property.
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 FacesConfigFacetType[] getFacet()
           
 FacesConfigFacetType getFacet(int idx)
           
 int getFacetLength()
           
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 FullyQualifiedClassType getRendererClass()
          Gets the value of the rendererClass property.
 FacesConfigRendererExtensionType[] getRendererExtension()
           
 FacesConfigRendererExtensionType getRendererExtension(int idx)
           
 int getRendererExtensionLength()
           
 String getRendererType()
          Gets the value of the rendererType property.
 void setAttribute(FacesConfigAttributeType[] values)
           
 FacesConfigAttributeType setAttribute(int idx, FacesConfigAttributeType value)
           
 void setComponentFamily(String value)
          Sets the value of the componentFamily property.
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFacet(FacesConfigFacetType[] values)
           
 FacesConfigFacetType setFacet(int idx, FacesConfigFacetType value)
           
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setRendererClass(FullyQualifiedClassType value)
          Sets the value of the rendererClass property.
 void setRendererExtension(FacesConfigRendererExtensionType[] values)
           
 FacesConfigRendererExtensionType setRendererExtension(int idx, FacesConfigRendererExtensionType value)
           
 void setRendererType(String value)
          Sets the value of the rendererType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

componentFamily

protected StringImpl componentFamily

rendererType

protected StringImpl rendererType

rendererClass

protected FullyQualifiedClassTypeImpl rendererClass

facet

protected FacesConfigFacetType[] facet

attribute

protected FacesConfigAttributeType[] attribute

rendererExtension

protected FacesConfigRendererExtensionType[] rendererExtension

id

protected String id
Constructor Detail

FacesConfigRendererTypeImpl

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


FacesConfigRendererTypeImpl

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

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface FacesConfigRendererType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface FacesConfigRendererType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface FacesConfigRendererType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface FacesConfigRendererType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface FacesConfigRendererType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface FacesConfigRendererType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface FacesConfigRendererType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface FacesConfigRendererType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface FacesConfigRendererType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface FacesConfigRendererType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface FacesConfigRendererType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface FacesConfigRendererType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface FacesConfigRendererType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface FacesConfigRendererType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface FacesConfigRendererType
value - allowed object is IconType

getComponentFamily

public String getComponentFamily()
Description copied from interface: FacesConfigRendererType
Gets the value of the componentFamily property.

Specified by:
getComponentFamily in interface FacesConfigRendererType
Returns:
possible object is String

setComponentFamily

public void setComponentFamily(String value)
Description copied from interface: FacesConfigRendererType
Sets the value of the componentFamily property.

Specified by:
setComponentFamily in interface FacesConfigRendererType
Parameters:
value - allowed object is String

getRendererType

public String getRendererType()
Description copied from interface: FacesConfigRendererType
Gets the value of the rendererType property.

Specified by:
getRendererType in interface FacesConfigRendererType
Returns:
possible object is String

setRendererType

public void setRendererType(String value)
Description copied from interface: FacesConfigRendererType
Sets the value of the rendererType property.

Specified by:
setRendererType in interface FacesConfigRendererType
Parameters:
value - allowed object is String

getRendererClass

public FullyQualifiedClassType getRendererClass()
Description copied from interface: FacesConfigRendererType
Gets the value of the rendererClass property.

Specified by:
getRendererClass in interface FacesConfigRendererType
Returns:
possible object is FullyQualifiedClassType

setRendererClass

public void setRendererClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigRendererType
Sets the value of the rendererClass property.

Specified by:
setRendererClass in interface FacesConfigRendererType
Parameters:
value - allowed object is FullyQualifiedClassType

getFacet

public FacesConfigFacetType[] getFacet()
Specified by:
getFacet in interface FacesConfigRendererType
Returns:
array of FacesConfigFacetType

getFacet

public FacesConfigFacetType getFacet(int idx)
Specified by:
getFacet in interface FacesConfigRendererType
Returns:
one of FacesConfigFacetType

getFacetLength

public int getFacetLength()
Specified by:
getFacetLength in interface FacesConfigRendererType

setFacet

public void setFacet(FacesConfigFacetType[] values)
Specified by:
setFacet in interface FacesConfigRendererType
Parameters:
values - allowed objects are FacesConfigFacetType

setFacet

public FacesConfigFacetType setFacet(int idx,
                                     FacesConfigFacetType value)
Specified by:
setFacet in interface FacesConfigRendererType
value - allowed object is FacesConfigFacetType

getAttribute

public FacesConfigAttributeType[] getAttribute()
Specified by:
getAttribute in interface FacesConfigRendererType
Returns:
array of FacesConfigAttributeType

getAttribute

public FacesConfigAttributeType getAttribute(int idx)
Specified by:
getAttribute in interface FacesConfigRendererType
Returns:
one of FacesConfigAttributeType

getAttributeLength

public int getAttributeLength()
Specified by:
getAttributeLength in interface FacesConfigRendererType

setAttribute

public void setAttribute(FacesConfigAttributeType[] values)
Specified by:
setAttribute in interface FacesConfigRendererType
Parameters:
values - allowed objects are FacesConfigAttributeType

setAttribute

public FacesConfigAttributeType setAttribute(int idx,
                                             FacesConfigAttributeType value)
Specified by:
setAttribute in interface FacesConfigRendererType
value - allowed object is FacesConfigAttributeType

getRendererExtension

public FacesConfigRendererExtensionType[] getRendererExtension()
Specified by:
getRendererExtension in interface FacesConfigRendererType
Returns:
array of FacesConfigRendererExtensionType

getRendererExtension

public FacesConfigRendererExtensionType getRendererExtension(int idx)
Specified by:
getRendererExtension in interface FacesConfigRendererType
Returns:
one of FacesConfigRendererExtensionType

getRendererExtensionLength

public int getRendererExtensionLength()
Specified by:
getRendererExtensionLength in interface FacesConfigRendererType

setRendererExtension

public void setRendererExtension(FacesConfigRendererExtensionType[] values)
Specified by:
setRendererExtension in interface FacesConfigRendererType
Parameters:
values - allowed objects are FacesConfigRendererExtensionType

setRendererExtension

public FacesConfigRendererExtensionType setRendererExtension(int idx,
                                                             FacesConfigRendererExtensionType value)
Specified by:
setRendererExtension in interface FacesConfigRendererType
value - allowed object is FacesConfigRendererExtensionType

getId

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

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

setId

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

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

clone

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