net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class FacesConfigManagedBeanTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.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  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  List<IconType> icon
           
protected  String id
           
protected  FacesConfigListEntriesTypeImpl listEntries
           
protected  FullyQualifiedClassTypeImpl managedBeanClass
           
protected  List<FacesConfigManagedBeanExtensionType> managedBeanExtension
           
protected  JavaIdentifierTypeImpl managedBeanName
           
protected  FacesConfigManagedBeanScopeOrNoneTypeImpl managedBeanScope
           
protected  List<FacesConfigManagedPropertyType> managedProperty
           
protected  FacesConfigMapEntriesTypeImpl mapEntries
           
 
Constructor Summary
FacesConfigManagedBeanTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance.
FacesConfigManagedBeanTypeImpl(FacesConfigManagedBeanTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigManagedBeanTypeImpl clone()
          Creates and returns a copy of this object.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 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.
 List<FacesConfigManagedBeanExtensionType> getManagedBeanExtension()
          Gets the value of the managedBeanExtension property.
 JavaIdentifierType getManagedBeanName()
          Gets the value of the managedBeanName property.
 FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
          Gets the value of the managedBeanScope property.
 List<FacesConfigManagedPropertyType> getManagedProperty()
          Gets the value of the managedProperty property.
 FacesConfigMapEntriesType getMapEntries()
          Gets the value of the mapEntries property.
 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 setManagedBeanName(JavaIdentifierType value)
          Sets the value of the managedBeanName property.
 void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
          Sets the value of the managedBeanScope property.
 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 List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

managedBeanName

protected JavaIdentifierTypeImpl managedBeanName

managedBeanClass

protected FullyQualifiedClassTypeImpl managedBeanClass

managedBeanScope

protected FacesConfigManagedBeanScopeOrNoneTypeImpl managedBeanScope

managedProperty

protected List<FacesConfigManagedPropertyType> managedProperty

mapEntries

protected FacesConfigMapEntriesTypeImpl mapEntries

listEntries

protected FacesConfigListEntriesTypeImpl listEntries

managedBeanExtension

protected List<FacesConfigManagedBeanExtensionType> managedBeanExtension

id

protected String id
Constructor Detail

FacesConfigManagedBeanTypeImpl

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


FacesConfigManagedBeanTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface FacesConfigManagedBeanType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the displayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the displayName property.

For example, to add a new item, do as follows:

    getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayNameType

Specified by:
getDisplayName in interface FacesConfigManagedBeanType

getIcon

public List<IconType> getIcon()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the icon property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icon property.

For example, to add a new item, do as follows:

    getIcon().add(newItem);
 

Objects of the following type(s) are allowed in the list IconType

Specified by:
getIcon in interface FacesConfigManagedBeanType

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 List<FacesConfigManagedPropertyType> getManagedProperty()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the managedProperty property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the managedProperty property.

For example, to add a new item, do as follows:

    getManagedProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesConfigManagedPropertyType

Specified by:
getManagedProperty in interface FacesConfigManagedBeanType

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 List<FacesConfigManagedBeanExtensionType> getManagedBeanExtension()
Description copied from interface: FacesConfigManagedBeanType
Gets the value of the managedBeanExtension property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the managedBeanExtension property.

For example, to add a new item, do as follows:

    getManagedBeanExtension().add(newItem);
 

Objects of the following type(s) are allowed in the list FacesConfigManagedBeanExtensionType

Specified by:
getManagedBeanExtension in interface FacesConfigManagedBeanType

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

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.