|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl
public class FacesConfigManagedBeanTypeImpl
| 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 |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected JavaIdentifierTypeImpl managedBeanName
protected FullyQualifiedClassTypeImpl managedBeanClass
protected FacesConfigManagedBeanScopeOrNoneTypeImpl managedBeanScope
protected List<FacesConfigManagedPropertyType> managedProperty
protected FacesConfigMapEntriesTypeImpl mapEntries
protected FacesConfigListEntriesTypeImpl listEntries
protected List<FacesConfigManagedBeanExtensionType> managedBeanExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigManagedBeanTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance.
public FacesConfigManagedBeanTypeImpl(FacesConfigManagedBeanTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigManagedBeanTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
FacesConfigManagedBeanType
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
getDescription in interface FacesConfigManagedBeanTypepublic List<DisplayNameType> getDisplayName()
FacesConfigManagedBeanType
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
getDisplayName in interface FacesConfigManagedBeanTypepublic List<IconType> getIcon()
FacesConfigManagedBeanType
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
getIcon in interface FacesConfigManagedBeanTypepublic JavaIdentifierType getManagedBeanName()
FacesConfigManagedBeanType
getManagedBeanName in interface FacesConfigManagedBeanTypeJavaIdentifierTypepublic void setManagedBeanName(JavaIdentifierType value)
FacesConfigManagedBeanType
setManagedBeanName in interface FacesConfigManagedBeanTypevalue - allowed object is
JavaIdentifierTypepublic FullyQualifiedClassType getManagedBeanClass()
FacesConfigManagedBeanType
getManagedBeanClass in interface FacesConfigManagedBeanTypeFullyQualifiedClassTypepublic void setManagedBeanClass(FullyQualifiedClassType value)
FacesConfigManagedBeanType
setManagedBeanClass in interface FacesConfigManagedBeanTypevalue - allowed object is
FullyQualifiedClassTypepublic FacesConfigManagedBeanScopeOrNoneType getManagedBeanScope()
FacesConfigManagedBeanType
getManagedBeanScope in interface FacesConfigManagedBeanTypeFacesConfigManagedBeanScopeOrNoneTypepublic void setManagedBeanScope(FacesConfigManagedBeanScopeOrNoneType value)
FacesConfigManagedBeanType
setManagedBeanScope in interface FacesConfigManagedBeanTypevalue - allowed object is
FacesConfigManagedBeanScopeOrNoneTypepublic List<FacesConfigManagedPropertyType> getManagedProperty()
FacesConfigManagedBeanType
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
getManagedProperty in interface FacesConfigManagedBeanTypepublic FacesConfigMapEntriesType getMapEntries()
FacesConfigManagedBeanType
getMapEntries in interface FacesConfigManagedBeanTypeFacesConfigMapEntriesTypepublic void setMapEntries(FacesConfigMapEntriesType value)
FacesConfigManagedBeanType
setMapEntries in interface FacesConfigManagedBeanTypevalue - allowed object is
FacesConfigMapEntriesTypepublic FacesConfigListEntriesType getListEntries()
FacesConfigManagedBeanType
getListEntries in interface FacesConfigManagedBeanTypeFacesConfigListEntriesTypepublic void setListEntries(FacesConfigListEntriesType value)
FacesConfigManagedBeanType
setListEntries in interface FacesConfigManagedBeanTypevalue - allowed object is
FacesConfigListEntriesTypepublic List<FacesConfigManagedBeanExtensionType> getManagedBeanExtension()
FacesConfigManagedBeanType
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
getManagedBeanExtension in interface FacesConfigManagedBeanTypepublic String getId()
FacesConfigManagedBeanType
getId in interface FacesConfigManagedBeanTypeStringpublic void setId(String value)
FacesConfigManagedBeanType
setId in interface FacesConfigManagedBeanTypevalue - allowed object is
Stringpublic FacesConfigManagedBeanTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||