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

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

public class FacesConfigReferencedBeanTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigReferencedBeanType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FullyQualifiedClassTypeImpl referencedBeanClass
           
protected  JavaIdentifierTypeImpl referencedBeanName
           
 
Constructor Summary
FacesConfigReferencedBeanTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigReferencedBeanTypeImpl instance.
FacesConfigReferencedBeanTypeImpl(FacesConfigReferencedBeanTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigReferencedBeanTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigReferencedBeanTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 void copyIcon(IconType[] source)
          Copies all values of property Icon.
 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.
 FullyQualifiedClassType getReferencedBeanClass()
          Gets the value of the referencedBeanClass property.
 JavaIdentifierType getReferencedBeanName()
          Gets the value of the referencedBeanName 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 setReferencedBeanClass(FullyQualifiedClassType value)
          Sets the value of the referencedBeanClass property.
 void setReferencedBeanName(JavaIdentifierType value)
          Sets the value of the referencedBeanName 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

referencedBeanName

protected JavaIdentifierTypeImpl referencedBeanName

referencedBeanClass

protected FullyQualifiedClassTypeImpl referencedBeanClass

id

protected String id
Constructor Detail

FacesConfigReferencedBeanTypeImpl

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


FacesConfigReferencedBeanTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getReferencedBeanName

public JavaIdentifierType getReferencedBeanName()
Description copied from interface: FacesConfigReferencedBeanType
Gets the value of the referencedBeanName property.

Specified by:
getReferencedBeanName in interface FacesConfigReferencedBeanType
Returns:
possible object is JavaIdentifierType

setReferencedBeanName

public void setReferencedBeanName(JavaIdentifierType value)
Description copied from interface: FacesConfigReferencedBeanType
Sets the value of the referencedBeanName property.

Specified by:
setReferencedBeanName in interface FacesConfigReferencedBeanType
Parameters:
value - allowed object is JavaIdentifierType

getReferencedBeanClass

public FullyQualifiedClassType getReferencedBeanClass()
Description copied from interface: FacesConfigReferencedBeanType
Gets the value of the referencedBeanClass property.

Specified by:
getReferencedBeanClass in interface FacesConfigReferencedBeanType
Returns:
possible object is FullyQualifiedClassType

setReferencedBeanClass

public void setReferencedBeanClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigReferencedBeanType
Sets the value of the referencedBeanClass property.

Specified by:
setReferencedBeanClass in interface FacesConfigReferencedBeanType
Parameters:
value - allowed object is FullyQualifiedClassType

getId

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

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

setId

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

Specified by:
setId in interface FacesConfigReferencedBeanType
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.

clone

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