|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl
public class FacesConfigManagedPropertyTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected 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.prot.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance. |
|
FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigManagedPropertyTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
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. |
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 |
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 |
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 DescriptionType[] description
protected DisplayNameType[] displayName
protected 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.prot.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance.
public FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface FacesConfigManagedPropertyTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface FacesConfigManagedPropertyTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface FacesConfigManagedPropertyTypepublic void setDescription(DescriptionType[] values)
setDescription in interface FacesConfigManagedPropertyTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface FacesConfigManagedPropertyTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface FacesConfigManagedPropertyTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface FacesConfigManagedPropertyTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface FacesConfigManagedPropertyTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface FacesConfigManagedPropertyTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface FacesConfigManagedPropertyTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface FacesConfigManagedPropertyTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface FacesConfigManagedPropertyTypeIconTypepublic int getIconLength()
getIconLength in interface FacesConfigManagedPropertyTypepublic void setIcon(IconType[] values)
setIcon in interface FacesConfigManagedPropertyTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface FacesConfigManagedPropertyTypevalue - allowed object is
IconTypepublic 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
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||