net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class FacesConfigConverterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigConverterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigConverterType

public class FacesConfigConverterTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigConverterType

See Also:
Serialized Form

Field Summary
protected  FacesConfigAttributeType[] attribute
           
protected  FullyQualifiedClassTypeImpl converterClass
           
protected  FacesConfigConverterExtensionType[] converterExtension
           
protected  FullyQualifiedClassTypeImpl converterForClass
           
protected  StringImpl converterId
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigPropertyType[] property
           
 
Constructor Summary
FacesConfigConverterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigConverterTypeImpl instance.
FacesConfigConverterTypeImpl(FacesConfigConverterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FacesConfigConverterTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigConverterTypeImpl clone()
          Creates and returns a copy of this object.
 FacesConfigAttributeType[] getAttribute()
           
 FacesConfigAttributeType getAttribute(int idx)
           
 int getAttributeLength()
           
 FullyQualifiedClassType getConverterClass()
          Gets the value of the converterClass property.
 FacesConfigConverterExtensionType[] getConverterExtension()
           
 FacesConfigConverterExtensionType getConverterExtension(int idx)
           
 int getConverterExtensionLength()
           
 FullyQualifiedClassType getConverterForClass()
          Gets the value of the converterForClass property.
 String getConverterId()
          Gets the value of the converterId property.
 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.
 FacesConfigPropertyType[] getProperty()
           
 FacesConfigPropertyType getProperty(int idx)
           
 int getPropertyLength()
           
 void setAttribute(FacesConfigAttributeType[] values)
           
 FacesConfigAttributeType setAttribute(int idx, FacesConfigAttributeType value)
           
 void setConverterClass(FullyQualifiedClassType value)
          Sets the value of the converterClass property.
 void setConverterExtension(FacesConfigConverterExtensionType[] values)
           
 FacesConfigConverterExtensionType setConverterExtension(int idx, FacesConfigConverterExtensionType value)
           
 void setConverterForClass(FullyQualifiedClassType value)
          Sets the value of the converterForClass property.
 void setConverterId(String value)
          Sets the value of the converterId 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 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

converterId

protected StringImpl converterId

converterForClass

protected FullyQualifiedClassTypeImpl converterForClass

converterClass

protected FullyQualifiedClassTypeImpl converterClass

attribute

protected FacesConfigAttributeType[] attribute

property

protected FacesConfigPropertyType[] property

converterExtension

protected FacesConfigConverterExtensionType[] converterExtension

id

protected String id
Constructor Detail

FacesConfigConverterTypeImpl

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


FacesConfigConverterTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getConverterId

public String getConverterId()
Description copied from interface: FacesConfigConverterType
Gets the value of the converterId property.

Specified by:
getConverterId in interface FacesConfigConverterType
Returns:
possible object is String

setConverterId

public void setConverterId(String value)
Description copied from interface: FacesConfigConverterType
Sets the value of the converterId property.

Specified by:
setConverterId in interface FacesConfigConverterType
Parameters:
value - allowed object is String

getConverterForClass

public FullyQualifiedClassType getConverterForClass()
Description copied from interface: FacesConfigConverterType
Gets the value of the converterForClass property.

Specified by:
getConverterForClass in interface FacesConfigConverterType
Returns:
possible object is FullyQualifiedClassType

setConverterForClass

public void setConverterForClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigConverterType
Sets the value of the converterForClass property.

Specified by:
setConverterForClass in interface FacesConfigConverterType
Parameters:
value - allowed object is FullyQualifiedClassType

getConverterClass

public FullyQualifiedClassType getConverterClass()
Description copied from interface: FacesConfigConverterType
Gets the value of the converterClass property.

Specified by:
getConverterClass in interface FacesConfigConverterType
Returns:
possible object is FullyQualifiedClassType

setConverterClass

public void setConverterClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigConverterType
Sets the value of the converterClass property.

Specified by:
setConverterClass in interface FacesConfigConverterType
Parameters:
value - allowed object is FullyQualifiedClassType

getAttribute

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

getAttribute

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

getAttributeLength

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

setAttribute

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

setAttribute

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

getProperty

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

getProperty

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

getPropertyLength

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

setProperty

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

setProperty

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

getConverterExtension

public FacesConfigConverterExtensionType[] getConverterExtension()
Specified by:
getConverterExtension in interface FacesConfigConverterType
Returns:
array of FacesConfigConverterExtensionType

getConverterExtension

public FacesConfigConverterExtensionType getConverterExtension(int idx)
Specified by:
getConverterExtension in interface FacesConfigConverterType
Returns:
one of FacesConfigConverterExtensionType

getConverterExtensionLength

public int getConverterExtensionLength()
Specified by:
getConverterExtensionLength in interface FacesConfigConverterType

setConverterExtension

public void setConverterExtension(FacesConfigConverterExtensionType[] values)
Specified by:
setConverterExtension in interface FacesConfigConverterType
Parameters:
values - allowed objects are FacesConfigConverterExtensionType

setConverterExtension

public FacesConfigConverterExtensionType setConverterExtension(int idx,
                                                               FacesConfigConverterExtensionType value)
Specified by:
setConverterExtension in interface FacesConfigConverterType
value - allowed object is FacesConfigConverterExtensionType

getId

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

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

setId

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

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

clone

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