|
||||||||||
| 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.FacesConfigRendererTypeImpl
public class FacesConfigRendererTypeImpl
| Field Summary | |
|---|---|
protected List<FacesConfigAttributeType> |
attribute
|
protected StringImpl |
componentFamily
|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected List<FacesConfigFacetType> |
facet
|
protected List<IconType> |
icon
|
protected String |
id
|
protected FullyQualifiedClassTypeImpl |
rendererClass
|
protected List<FacesConfigRendererExtensionType> |
rendererExtension
|
protected StringImpl |
rendererType
|
| Constructor Summary | |
|---|---|
FacesConfigRendererTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance. |
|
FacesConfigRendererTypeImpl(FacesConfigRendererTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigRendererTypeImpl |
clone()
Creates and returns a copy of this object. |
List<FacesConfigAttributeType> |
getAttribute()
Gets the value of the attribute property. |
String |
getComponentFamily()
Gets the value of the componentFamily property. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
List<FacesConfigFacetType> |
getFacet()
Gets the value of the facet property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
FullyQualifiedClassType |
getRendererClass()
Gets the value of the rendererClass property. |
List<FacesConfigRendererExtensionType> |
getRendererExtension()
Gets the value of the rendererExtension property. |
String |
getRendererType()
Gets the value of the rendererType property. |
void |
setComponentFamily(String value)
Sets the value of the componentFamily property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setRendererClass(FullyQualifiedClassType value)
Sets the value of the rendererClass property. |
void |
setRendererType(String value)
Sets the value of the rendererType 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 StringImpl componentFamily
protected StringImpl rendererType
protected FullyQualifiedClassTypeImpl rendererClass
protected List<FacesConfigFacetType> facet
protected List<FacesConfigAttributeType> attribute
protected List<FacesConfigRendererExtensionType> rendererExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigRendererTypeImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance.
public FacesConfigRendererTypeImpl(FacesConfigRendererTypeImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.FacesConfigRendererTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
FacesConfigRendererType
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 FacesConfigRendererTypepublic List<DisplayNameType> getDisplayName()
FacesConfigRendererType
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 FacesConfigRendererTypepublic List<IconType> getIcon()
FacesConfigRendererType
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 FacesConfigRendererTypepublic String getComponentFamily()
FacesConfigRendererType
getComponentFamily in interface FacesConfigRendererTypeStringpublic void setComponentFamily(String value)
FacesConfigRendererType
setComponentFamily in interface FacesConfigRendererTypevalue - allowed object is
Stringpublic String getRendererType()
FacesConfigRendererType
getRendererType in interface FacesConfigRendererTypeStringpublic void setRendererType(String value)
FacesConfigRendererType
setRendererType in interface FacesConfigRendererTypevalue - allowed object is
Stringpublic FullyQualifiedClassType getRendererClass()
FacesConfigRendererType
getRendererClass in interface FacesConfigRendererTypeFullyQualifiedClassTypepublic void setRendererClass(FullyQualifiedClassType value)
FacesConfigRendererType
setRendererClass in interface FacesConfigRendererTypevalue - allowed object is
FullyQualifiedClassTypepublic List<FacesConfigFacetType> getFacet()
FacesConfigRendererType
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 facet property.
For example, to add a new item, do as follows:
getFacet().add(newItem);
Objects of the following type(s) are allowed in the list
FacesConfigFacetType
getFacet in interface FacesConfigRendererTypepublic List<FacesConfigAttributeType> getAttribute()
FacesConfigRendererType
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
FacesConfigAttributeType
getAttribute in interface FacesConfigRendererTypepublic List<FacesConfigRendererExtensionType> getRendererExtension()
FacesConfigRendererType
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 rendererExtension property.
For example, to add a new item, do as follows:
getRendererExtension().add(newItem);
Objects of the following type(s) are allowed in the list
FacesConfigRendererExtensionType
getRendererExtension in interface FacesConfigRendererTypepublic String getId()
FacesConfigRendererType
getId in interface FacesConfigRendererTypeStringpublic void setId(String value)
FacesConfigRendererType
setId in interface FacesConfigRendererTypevalue - allowed object is
Stringpublic FacesConfigRendererTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||