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

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

public class FacesConfigManagedBeanTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigManagedBeanType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigListEntriesTypeImpl listEntries
           
protected  FullyQualifiedClassTypeImpl managedBeanClass
           
protected  FacesConfigManagedBeanExtensionType[] managedBeanExtension
           
protected  JavaIdentifierTypeImpl managedBeanName
           
protected  FacesConfigManagedBeanScopeOrNoneTypeImpl managedBeanScope
           
protected  FacesConfigManagedPropertyType[] managedProperty
           
protected  FacesConfigMapEntriesTypeImpl mapEntries
           
 
Constructor Summary
FacesConfigManagedBeanTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance.
FacesConfigManagedBeanTypeImpl(FacesConfigManagedBeanTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigManagedBeanTypeImpl 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.
 void copyManagedBeanExtension(FacesConfigManagedBeanExtensionType[] source)
          Copies all values of property ManagedBeanExtension.
 void copyManagedProperty(FacesConfigManagedPropertyType[] source)
          Copies all values of property ManagedProperty.
 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.
 FacesConfigListEntriesType getListEntries()
          Gets the value of the listEntries property.
 FullyQualifiedClassType getManagedBeanClass()
          Gets the value of the managedBeanClass property.
 FacesConfigManagedBeanExtensionType[] getManagedBeanExtension()
           
 FacesConfigManagedBeanExtensionType getManagedBeanExtension(int idx)
           
 int getManagedBeanExtensionLength()
           
 JavaIdentifierType getManagedBeanName()
          Gets the value of the managedBeanName property.
 FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
          Gets the value of the managedBeanScope property.
 FacesConfigManagedPropertyType[] getManagedProperty()
           
 FacesConfigManagedPropertyType getManagedProperty(int idx)
           
 int getManagedPropertyLength()
           
 FacesConfigMapEntriesType getMapEntries()
          Gets the value of the mapEntries 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 setListEntries(FacesConfigListEntriesType value)
          Sets the value of the listEntries property.
 void setManagedBeanClass(FullyQualifiedClassType value)
          Sets the value of the managedBeanClass property.
 void setManagedBeanExtension(FacesConfigManagedBeanExtensionType[] values)
           
 FacesConfigManagedBeanExtensionType setManagedBeanExtension(int idx, FacesConfigManagedBeanExtensionType value)
           
 void setManagedBeanName(JavaIdentifierType value)
          Sets the value of the managedBeanName property.
 void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
          Sets the value of the managedBeanScope property.
 void setManagedProperty(FacesConfigManagedPropertyType[] values)
           
 FacesConfigManagedPropertyType setManagedProperty(int idx, FacesConfigManagedPropertyType value)
           
 void setMapEntries(FacesConfigMapEntriesType value)
          Sets the value of the mapEntries 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

managedBeanName

protected JavaIdentifierTypeImpl managedBeanName

managedBeanClass

protected FullyQualifiedClassTypeImpl managedBeanClass

managedBeanScope

protected FacesConfigManagedBeanScopeOrNoneTypeImpl managedBeanScope

managedProperty

protected FacesConfigManagedPropertyType[] managedProperty

mapEntries

protected FacesConfigMapEntriesTypeImpl mapEntries

listEntries

protected FacesConfigListEntriesTypeImpl listEntries

managedBeanExtension

protected FacesConfigManagedBeanExtensionType[] managedBeanExtension

id

protected String id
Constructor Detail

FacesConfigManagedBeanTypeImpl

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


FacesConfigManagedBeanTypeImpl

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

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getManagedBeanName

public JavaIdentifierType getManagedBeanName()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the managedBeanName property.

Specified by:
getManagedBeanName in interface FacesConfigManagedBeanType
Returns:
possible object is JavaIdentifierType

setManagedBeanName

public void setManagedBeanName(JavaIdentifierType value)
Description copied from interface: FacesConfigManagedBeanType
Sets the value of the managedBeanName property.

Specified by:
setManagedBeanName in interface FacesConfigManagedBeanType
Parameters:
value - allowed object is JavaIdentifierType

getManagedBeanClass

public FullyQualifiedClassType getManagedBeanClass()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the managedBeanClass property.

Specified by:
getManagedBeanClass in interface FacesConfigManagedBeanType
Returns:
possible object is FullyQualifiedClassType

setManagedBeanClass

public void setManagedBeanClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigManagedBeanType
Sets the value of the managedBeanClass property.

Specified by:
setManagedBeanClass in interface FacesConfigManagedBeanType
Parameters:
value - allowed object is FullyQualifiedClassType

getManagedBeanScope

public FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the managedBeanScope property.

Specified by:
getManagedBeanScope in interface FacesConfigManagedBeanType
Returns:
possible object is FacesConfigManagedBeanScopeOrNoneType

setManagedBeanScope

public void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
Description copied from interface: FacesConfigManagedBeanType
Sets the value of the managedBeanScope property.

Specified by:
setManagedBeanScope in interface FacesConfigManagedBeanType
Parameters:
value - allowed object is FacesConfigManagedBeanScopeOrNoneType

getManagedProperty

public FacesConfigManagedPropertyType[] getManagedProperty()
Specified by:
getManagedProperty in interface FacesConfigManagedBeanType
Returns:
array of FacesConfigManagedPropertyType

getManagedProperty

public FacesConfigManagedPropertyType getManagedProperty(int idx)
Specified by:
getManagedProperty in interface FacesConfigManagedBeanType
Returns:
one of FacesConfigManagedPropertyType

getManagedPropertyLength

public int getManagedPropertyLength()
Specified by:
getManagedPropertyLength in interface FacesConfigManagedBeanType

setManagedProperty

public void setManagedProperty(FacesConfigManagedPropertyType[] values)
Specified by:
setManagedProperty in interface FacesConfigManagedBeanType
Parameters:
values - allowed objects are FacesConfigManagedPropertyType

setManagedProperty

public FacesConfigManagedPropertyType setManagedProperty(int idx,
                                                         FacesConfigManagedPropertyType value)
Specified by:
setManagedProperty in interface FacesConfigManagedBeanType
value - allowed object is FacesConfigManagedPropertyType

getMapEntries

public FacesConfigMapEntriesType getMapEntries()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the mapEntries property.

Specified by:
getMapEntries in interface FacesConfigManagedBeanType
Returns:
possible object is FacesConfigMapEntriesType

setMapEntries

public void setMapEntries(FacesConfigMapEntriesType value)
Description copied from interface: FacesConfigManagedBeanType
Sets the value of the mapEntries property.

Specified by:
setMapEntries in interface FacesConfigManagedBeanType
Parameters:
value - allowed object is FacesConfigMapEntriesType

getListEntries

public FacesConfigListEntriesType getListEntries()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the listEntries property.

Specified by:
getListEntries in interface FacesConfigManagedBeanType
Returns:
possible object is FacesConfigListEntriesType

setListEntries

public void setListEntries(FacesConfigListEntriesType value)
Description copied from interface: FacesConfigManagedBeanType
Sets the value of the listEntries property.

Specified by:
setListEntries in interface FacesConfigManagedBeanType
Parameters:
value - allowed object is FacesConfigListEntriesType

getManagedBeanExtension

public FacesConfigManagedBeanExtensionType[] getManagedBeanExtension()
Specified by:
getManagedBeanExtension in interface FacesConfigManagedBeanType
Returns:
array of FacesConfigManagedBeanExtensionType

getManagedBeanExtension

public FacesConfigManagedBeanExtensionType getManagedBeanExtension(int idx)
Specified by:
getManagedBeanExtension in interface FacesConfigManagedBeanType
Returns:
one of FacesConfigManagedBeanExtensionType

getManagedBeanExtensionLength

public int getManagedBeanExtensionLength()
Specified by:
getManagedBeanExtensionLength in interface FacesConfigManagedBeanType

setManagedBeanExtension

public void setManagedBeanExtension(FacesConfigManagedBeanExtensionType[] values)
Specified by:
setManagedBeanExtension in interface FacesConfigManagedBeanType
Parameters:
values - allowed objects are FacesConfigManagedBeanExtensionType

setManagedBeanExtension

public FacesConfigManagedBeanExtensionType setManagedBeanExtension(int idx,
                                                                   FacesConfigManagedBeanExtensionType value)
Specified by:
setManagedBeanExtension in interface FacesConfigManagedBeanType
value - allowed object is FacesConfigManagedBeanExtensionType

getId

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

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

setId

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

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

copyManagedProperty

public void copyManagedProperty(FacesConfigManagedPropertyType[] source)
Copies all values of property ManagedProperty.

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

copyManagedBeanExtension

public void copyManagedBeanExtension(FacesConfigManagedBeanExtensionType[] source)
Copies all values of property ManagedBeanExtension.

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

clone

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