net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl
Class FacesConfigManagedPropertyTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigManagedPropertyType

public class FacesConfigManagedPropertyTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigManagedPropertyType

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  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.priv.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance.
FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigManagedPropertyTypeImpl 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.
 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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

propertyName

protected StringImpl propertyName

propertyClass

protected JavaTypeTypeImpl propertyClass

mapEntries

protected FacesConfigMapEntriesTypeImpl mapEntries

nullValue

protected FacesConfigNullValueTypeImpl nullValue

value

protected String value

listEntries

protected FacesConfigListEntriesTypeImpl listEntries

id

protected String id
Constructor Detail

FacesConfigManagedPropertyTypeImpl

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


FacesConfigManagedPropertyTypeImpl

public FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl 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: FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyType

getIcon

public List<IconType> getIcon()
Description copied from interface: FacesConfigManagedPropertyType
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 FacesConfigManagedPropertyType

getPropertyName

public String getPropertyName()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the propertyName property.

Specified by:
getPropertyName in interface FacesConfigManagedPropertyType
Returns:
possible object is String

setPropertyName

public void setPropertyName(String value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the propertyName property.

Specified by:
setPropertyName in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is String

getPropertyClass

public JavaTypeType getPropertyClass()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the propertyClass property.

Specified by:
getPropertyClass in interface FacesConfigManagedPropertyType
Returns:
possible object is JavaTypeType

setPropertyClass

public void setPropertyClass(JavaTypeType value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the propertyClass property.

Specified by:
setPropertyClass in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is JavaTypeType

getMapEntries

public FacesConfigMapEntriesType getMapEntries()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the mapEntries property.

Specified by:
getMapEntries in interface FacesConfigManagedPropertyType
Returns:
possible object is FacesConfigMapEntriesType

setMapEntries

public void setMapEntries(FacesConfigMapEntriesType value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the mapEntries property.

Specified by:
setMapEntries in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is FacesConfigMapEntriesType

getNullValue

public FacesConfigNullValueType getNullValue()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the nullValue property.

Specified by:
getNullValue in interface FacesConfigManagedPropertyType
Returns:
possible object is FacesConfigNullValueType

setNullValue

public void setNullValue(FacesConfigNullValueType value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the nullValue property.

Specified by:
setNullValue in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is FacesConfigNullValueType

getValue

public String getValue()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the value property.

Specified by:
getValue in interface FacesConfigManagedPropertyType
Returns:
possible object is String

setValue

public void setValue(String value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the value property.

Specified by:
setValue in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is String

getListEntries

public FacesConfigListEntriesType getListEntries()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the listEntries property.

Specified by:
getListEntries in interface FacesConfigManagedPropertyType
Returns:
possible object is FacesConfigListEntriesType

setListEntries

public void setListEntries(FacesConfigListEntriesType value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the listEntries property.

Specified by:
setListEntries in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is FacesConfigListEntriesType

getId

public String getId()
Description copied from interface: FacesConfigManagedPropertyType
Gets the value of the id property.

Specified by:
getId in interface FacesConfigManagedPropertyType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: FacesConfigManagedPropertyType
Sets the value of the id property.

Specified by:
setId in interface FacesConfigManagedPropertyType
Parameters:
value - allowed object is String

clone

public FacesConfigManagedPropertyTypeImpl 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.