net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl
Class FacesConfigComponentTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigComponentTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigComponentType

public class FacesConfigComponentTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigComponentType

See Also:
Serialized Form

Field Summary
protected  FacesConfigAttributeType[] attribute
           
protected  FullyQualifiedClassTypeImpl componentClass
           
protected  FacesConfigComponentExtensionType[] componentExtension
           
protected  StringImpl componentType
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FacesConfigFacetType[] facet
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigPropertyType[] property
           
 
Constructor Summary
FacesConfigComponentTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigComponentTypeImpl instance.
FacesConfigComponentTypeImpl(FacesConfigComponentTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigComponentTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigComponentTypeImpl clone()
          Creates and returns a copy of this object.
 void copyAttribute(FacesConfigAttributeType[] source)
          Copies all values of property Attribute.
 void copyComponentExtension(FacesConfigComponentExtensionType[] source)
          Copies all values of property ComponentExtension.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 void copyFacet(FacesConfigFacetType[] source)
          Copies all values of property Facet.
 void copyIcon(IconType[] source)
          Copies all values of property Icon.
 void copyProperty(FacesConfigPropertyType[] source)
          Copies all values of property Property.
 FacesConfigAttributeType[] getAttribute()
           
 FacesConfigAttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 FullyQualifiedClassType getComponentClass()
          Gets the value of the componentClass property.
 FacesConfigComponentExtensionType[] getComponentExtension()
           
 FacesConfigComponentExtensionType getComponentExtension(int idx)
           
 int getComponentExtensionLength()
           
 String getComponentType()
          Gets the value of the componentType 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.
 FacesConfigPropertyType[] getProperty()
           
 FacesConfigPropertyType getProperty(int idx)
           
 int getPropertyLength()
           
 void setAttribute(FacesConfigAttributeType[] values)
           
 FacesConfigAttributeType setAttribute(int idx, FacesConfigAttributeType value)
           
 void setComponentClass(FullyQualifiedClassType value)
          Sets the value of the componentClass property.
 void setComponentExtension(FacesConfigComponentExtensionType[] values)
           
 FacesConfigComponentExtensionType setComponentExtension(int idx, FacesConfigComponentExtensionType value)
           
 void setComponentType(String value)
          Sets the value of the componentType 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 setProperty(FacesConfigPropertyType[] values)
           
 FacesConfigPropertyType setProperty(int idx, FacesConfigPropertyType value)
           
 
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

componentType

protected StringImpl componentType

componentClass

protected FullyQualifiedClassTypeImpl componentClass

facet

protected FacesConfigFacetType[] facet

attribute

protected FacesConfigAttributeType[] attribute

property

protected FacesConfigPropertyType[] property

componentExtension

protected FacesConfigComponentExtensionType[] componentExtension

id

protected String id
Constructor Detail

FacesConfigComponentTypeImpl

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


FacesConfigComponentTypeImpl

public FacesConfigComponentTypeImpl(FacesConfigComponentTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigComponentTypeImpl 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 FacesConfigComponentType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getComponentType

public String getComponentType()
Description copied from interface: FacesConfigComponentType
Gets the value of the componentType property.

Specified by:
getComponentType in interface FacesConfigComponentType
Returns:
possible object is String

setComponentType

public void setComponentType(String value)
Description copied from interface: FacesConfigComponentType
Sets the value of the componentType property.

Specified by:
setComponentType in interface FacesConfigComponentType
Parameters:
value - allowed object is String

getComponentClass

public FullyQualifiedClassType getComponentClass()
Description copied from interface: FacesConfigComponentType
Gets the value of the componentClass property.

Specified by:
getComponentClass in interface FacesConfigComponentType
Returns:
possible object is FullyQualifiedClassType

setComponentClass

public void setComponentClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigComponentType
Sets the value of the componentClass property.

Specified by:
setComponentClass in interface FacesConfigComponentType
Parameters:
value - allowed object is FullyQualifiedClassType

getFacet

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

getFacet

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

getFacetLength

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

setFacet

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

setFacet

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

getAttribute

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

getAttribute

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

getAttributeLength

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

setAttribute

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

setAttribute

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

getProperty

public FacesConfigPropertyType[] getProperty()
Specified by:
getProperty in interface FacesConfigComponentType
Returns:
array of FacesConfigPropertyType

getProperty

public FacesConfigPropertyType getProperty(int idx)
Specified by:
getProperty in interface FacesConfigComponentType
Returns:
one of FacesConfigPropertyType

getPropertyLength

public int getPropertyLength()
Specified by:
getPropertyLength in interface FacesConfigComponentType

setProperty

public void setProperty(FacesConfigPropertyType[] values)
Specified by:
setProperty in interface FacesConfigComponentType
Parameters:
values - allowed objects are FacesConfigPropertyType

setProperty

public FacesConfigPropertyType setProperty(int idx,
                                           FacesConfigPropertyType value)
Specified by:
setProperty in interface FacesConfigComponentType
value - allowed object is FacesConfigPropertyType

getComponentExtension

public FacesConfigComponentExtensionType[] getComponentExtension()
Specified by:
getComponentExtension in interface FacesConfigComponentType
Returns:
array of FacesConfigComponentExtensionType

getComponentExtension

public FacesConfigComponentExtensionType getComponentExtension(int idx)
Specified by:
getComponentExtension in interface FacesConfigComponentType
Returns:
one of FacesConfigComponentExtensionType

getComponentExtensionLength

public int getComponentExtensionLength()
Specified by:
getComponentExtensionLength in interface FacesConfigComponentType

setComponentExtension

public void setComponentExtension(FacesConfigComponentExtensionType[] values)
Specified by:
setComponentExtension in interface FacesConfigComponentType
Parameters:
values - allowed objects are FacesConfigComponentExtensionType

setComponentExtension

public FacesConfigComponentExtensionType setComponentExtension(int idx,
                                                               FacesConfigComponentExtensionType value)
Specified by:
setComponentExtension in interface FacesConfigComponentType
value - allowed object is FacesConfigComponentExtensionType

getId

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

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

setId

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

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

copyDescription

public void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyDisplayName

public void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIcon

public void copyIcon(IconType[] source)
Copies all values of property Icon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyFacet

public void copyFacet(FacesConfigFacetType[] source)
Copies all values of property Facet.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAttribute

public void copyAttribute(FacesConfigAttributeType[] source)
Copies all values of property Attribute.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyProperty

public void copyProperty(FacesConfigPropertyType[] source)
Copies all values of property Property.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyComponentExtension

public void copyComponentExtension(FacesConfigComponentExtensionType[] source)
Copies all values of property ComponentExtension.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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