|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl
public class FacesConfigManagedPropertyTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected List<IconType> |
icon
|
protected String |
id
|
protected FacesConfigListEntriesTypeImpl |
listEntries
|
protected FacesConfigMapEntriesTypeImpl |
mapEntries
|
protected FacesConfigNullValueTypeImpl |
nullValue
|
protected JavaTypeTypeImpl |
propertyClass
|
protected StringImpl |
propertyName
|
protected String |
value
|
| Constructor Summary | |
|---|---|
FacesConfigManagedPropertyTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance. |
|
FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigManagedPropertyTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
static void |
copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
Copies all values of property DisplayName. |
static void |
copyIcon(List<IconType> source,
List<IconType> target)
Copies all values of property Icon. |
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. |
FacesConfigMapEntriesType |
getMapEntries()
Gets the value of the mapEntries property. |
FacesConfigNullValueType |
getNullValue()
Gets the value of the nullValue property. |
JavaTypeType |
getPropertyClass()
Gets the value of the propertyClass property. |
String |
getPropertyName()
Gets the value of the propertyName property. |
String |
getValue()
Gets the value of the value property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setListEntries(FacesConfigListEntriesType value)
Sets the value of the listEntries property. |
void |
setMapEntries(FacesConfigMapEntriesType value)
Sets the value of the mapEntries property. |
void |
setNullValue(FacesConfigNullValueType value)
Sets the value of the nullValue property. |
void |
setPropertyClass(JavaTypeType value)
Sets the value of the propertyClass property. |
void |
setPropertyName(String value)
Sets the value of the propertyName property. |
void |
setValue(String value)
Sets the value of the value 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 propertyName
protected JavaTypeTypeImpl propertyClass
protected FacesConfigMapEntriesTypeImpl mapEntries
protected FacesConfigNullValueTypeImpl nullValue
protected String value
protected FacesConfigListEntriesTypeImpl listEntries
protected String id
| Constructor Detail |
|---|
public FacesConfigManagedPropertyTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance.
public FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyTypepublic List<DisplayNameType> getDisplayName()
FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyTypepublic List<IconType> getIcon()
FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyTypepublic String getPropertyName()
FacesConfigManagedPropertyType
getPropertyName in interface FacesConfigManagedPropertyTypeStringpublic void setPropertyName(String value)
FacesConfigManagedPropertyType
setPropertyName in interface FacesConfigManagedPropertyTypevalue - allowed object is
Stringpublic JavaTypeType getPropertyClass()
FacesConfigManagedPropertyType
getPropertyClass in interface FacesConfigManagedPropertyTypeJavaTypeTypepublic void setPropertyClass(JavaTypeType value)
FacesConfigManagedPropertyType
setPropertyClass in interface FacesConfigManagedPropertyTypevalue - allowed object is
JavaTypeTypepublic FacesConfigMapEntriesType getMapEntries()
FacesConfigManagedPropertyType
getMapEntries in interface FacesConfigManagedPropertyTypeFacesConfigMapEntriesTypepublic void setMapEntries(FacesConfigMapEntriesType value)
FacesConfigManagedPropertyType
setMapEntries in interface FacesConfigManagedPropertyTypevalue - allowed object is
FacesConfigMapEntriesTypepublic FacesConfigNullValueType getNullValue()
FacesConfigManagedPropertyType
getNullValue in interface FacesConfigManagedPropertyTypeFacesConfigNullValueTypepublic void setNullValue(FacesConfigNullValueType value)
FacesConfigManagedPropertyType
setNullValue in interface FacesConfigManagedPropertyTypevalue - allowed object is
FacesConfigNullValueTypepublic String getValue()
FacesConfigManagedPropertyType
getValue in interface FacesConfigManagedPropertyTypeStringpublic void setValue(String value)
FacesConfigManagedPropertyType
setValue in interface FacesConfigManagedPropertyTypevalue - allowed object is
Stringpublic FacesConfigListEntriesType getListEntries()
FacesConfigManagedPropertyType
getListEntries in interface FacesConfigManagedPropertyTypeFacesConfigListEntriesTypepublic void setListEntries(FacesConfigListEntriesType value)
FacesConfigManagedPropertyType
setListEntries in interface FacesConfigManagedPropertyTypevalue - allowed object is
FacesConfigListEntriesTypepublic String getId()
FacesConfigManagedPropertyType
getId in interface FacesConfigManagedPropertyTypeStringpublic void setId(String value)
FacesConfigManagedPropertyType
setId in interface FacesConfigManagedPropertyTypevalue - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
DisplayName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyIcon(List<IconType> source,
List<IconType> target)
Icon.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public FacesConfigManagedPropertyTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||