net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
Class FacesConfigAttributeTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigAttributeTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FacesConfigAttributeType

public class FacesConfigAttributeTypeImpl
extends Object
implements Serializable, Cloneable, FacesConfigAttributeType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl attributeClass
           
protected  FacesConfigAttributeExtensionType[] attributeExtension
           
protected  StringImpl attributeName
           
protected  FacesConfigDefaultValueTypeImpl defaultValue
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigSuggestedValueTypeImpl suggestedValue
           
 
Constructor Summary
FacesConfigAttributeTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigAttributeTypeImpl instance.
FacesConfigAttributeTypeImpl(FacesConfigAttributeTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigAttributeTypeImpl instance by copying a given instance.
 
Method Summary
 FacesConfigAttributeTypeImpl clone()
          Creates and returns a copy of this object.
protected  void copyAttributeExtension(FacesConfigAttributeExtensionType[] source)
          Copies all values of property AttributeExtension.
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.
 FullyQualifiedClassType getAttributeClass()
          Gets the value of the attributeClass property.
 FacesConfigAttributeExtensionType[] getAttributeExtension()
           
 FacesConfigAttributeExtensionType getAttributeExtension(int idx)
           
 int getAttributeExtensionLength()
           
 String getAttributeName()
          Gets the value of the attributeName property.
 FacesConfigDefaultValueType getDefaultValue()
          Gets the value of the defaultValue property.
 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.
 FacesConfigSuggestedValueType getSuggestedValue()
          Gets the value of the suggestedValue property.
 void setAttributeClass(FullyQualifiedClassType value)
          Sets the value of the attributeClass property.
 void setAttributeExtension(FacesConfigAttributeExtensionType[] values)
           
 FacesConfigAttributeExtensionType setAttributeExtension(int idx, FacesConfigAttributeExtensionType value)
           
 void setAttributeName(String value)
          Sets the value of the attributeName property.
 void setDefaultValue(FacesConfigDefaultValueType value)
          Sets the value of the defaultValue 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 setSuggestedValue(FacesConfigSuggestedValueType value)
          Sets the value of the suggestedValue 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

attributeName

protected StringImpl attributeName

attributeClass

protected FullyQualifiedClassTypeImpl attributeClass

defaultValue

protected FacesConfigDefaultValueTypeImpl defaultValue

suggestedValue

protected FacesConfigSuggestedValueTypeImpl suggestedValue

attributeExtension

protected FacesConfigAttributeExtensionType[] attributeExtension

id

protected String id
Constructor Detail

FacesConfigAttributeTypeImpl

public FacesConfigAttributeTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigAttributeTypeImpl instance.


FacesConfigAttributeTypeImpl

public FacesConfigAttributeTypeImpl(FacesConfigAttributeTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FacesConfigAttributeTypeImpl 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 FacesConfigAttributeType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getAttributeName

public String getAttributeName()
Description copied from interface: FacesConfigAttributeType
Gets the value of the attributeName property.

Specified by:
getAttributeName in interface FacesConfigAttributeType
Returns:
possible object is String

setAttributeName

public void setAttributeName(String value)
Description copied from interface: FacesConfigAttributeType
Sets the value of the attributeName property.

Specified by:
setAttributeName in interface FacesConfigAttributeType
Parameters:
value - allowed object is String

getAttributeClass

public FullyQualifiedClassType getAttributeClass()
Description copied from interface: FacesConfigAttributeType
Gets the value of the attributeClass property.

Specified by:
getAttributeClass in interface FacesConfigAttributeType
Returns:
possible object is FullyQualifiedClassType

setAttributeClass

public void setAttributeClass(FullyQualifiedClassType value)
Description copied from interface: FacesConfigAttributeType
Sets the value of the attributeClass property.

Specified by:
setAttributeClass in interface FacesConfigAttributeType
Parameters:
value - allowed object is FullyQualifiedClassType

getDefaultValue

public FacesConfigDefaultValueType getDefaultValue()
Description copied from interface: FacesConfigAttributeType
Gets the value of the defaultValue property.

Specified by:
getDefaultValue in interface FacesConfigAttributeType
Returns:
possible object is FacesConfigDefaultValueType

setDefaultValue

public void setDefaultValue(FacesConfigDefaultValueType value)
Description copied from interface: FacesConfigAttributeType
Sets the value of the defaultValue property.

Specified by:
setDefaultValue in interface FacesConfigAttributeType
Parameters:
value - allowed object is FacesConfigDefaultValueType

getSuggestedValue

public FacesConfigSuggestedValueType getSuggestedValue()
Description copied from interface: FacesConfigAttributeType
Gets the value of the suggestedValue property.

Specified by:
getSuggestedValue in interface FacesConfigAttributeType
Returns:
possible object is FacesConfigSuggestedValueType

setSuggestedValue

public void setSuggestedValue(FacesConfigSuggestedValueType value)
Description copied from interface: FacesConfigAttributeType
Sets the value of the suggestedValue property.

Specified by:
setSuggestedValue in interface FacesConfigAttributeType
Parameters:
value - allowed object is FacesConfigSuggestedValueType

getAttributeExtension

public FacesConfigAttributeExtensionType[] getAttributeExtension()
Specified by:
getAttributeExtension in interface FacesConfigAttributeType
Returns:
array of FacesConfigAttributeExtensionType

getAttributeExtension

public FacesConfigAttributeExtensionType getAttributeExtension(int idx)
Specified by:
getAttributeExtension in interface FacesConfigAttributeType
Returns:
one of FacesConfigAttributeExtensionType

getAttributeExtensionLength

public int getAttributeExtensionLength()
Specified by:
getAttributeExtensionLength in interface FacesConfigAttributeType

setAttributeExtension

public void setAttributeExtension(FacesConfigAttributeExtensionType[] values)
Specified by:
setAttributeExtension in interface FacesConfigAttributeType
Parameters:
values - allowed objects are FacesConfigAttributeExtensionType

setAttributeExtension

public FacesConfigAttributeExtensionType setAttributeExtension(int idx,
                                                               FacesConfigAttributeExtensionType value)
Specified by:
setAttributeExtension in interface FacesConfigAttributeType
value - allowed object is FacesConfigAttributeExtensionType

getId

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

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

setId

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

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

copyDescription

protected void copyDescription(DescriptionType[] source)
Copies all values of property Description.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyDisplayName

protected void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyIcon

protected void copyIcon(IconType[] source)
Copies all values of property Icon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

copyAttributeExtension

protected void copyAttributeExtension(FacesConfigAttributeExtensionType[] source)
Copies all values of property AttributeExtension.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

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