net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class FacesConfigManagedPropertyTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  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.pkg.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance.
FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigManagedPropertyTypeImpl clone()
          Creates and returns a copy of this object.
 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

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected 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.pkg.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance.


FacesConfigManagedPropertyTypeImpl

public FacesConfigManagedPropertyTypeImpl(FacesConfigManagedPropertyTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FacesConfigManagedPropertyTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface FacesConfigManagedPropertyType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface FacesConfigManagedPropertyType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface FacesConfigManagedPropertyType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface FacesConfigManagedPropertyType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface FacesConfigManagedPropertyType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface FacesConfigManagedPropertyType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface FacesConfigManagedPropertyType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface FacesConfigManagedPropertyType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface FacesConfigManagedPropertyType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface FacesConfigManagedPropertyType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface FacesConfigManagedPropertyType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface FacesConfigManagedPropertyType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface FacesConfigManagedPropertyType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface FacesConfigManagedPropertyType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface FacesConfigManagedPropertyType
value - allowed object is IconType

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.