net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee
Class FacesConfigAttributeType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigAttributeType
All Implemented Interfaces:
Serializable, Cloneable

public class FacesConfigAttributeType
extends Object
implements Serializable, Cloneable

The "attribute" element represents a named, typed, value associated with the parent UIComponent via the generic attributes mechanism. Attribute names must be unique within the scope of the parent (or related) component.

Java class for faces-config-attributeType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="faces-config-attributeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="attribute-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
         <element name="attribute-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
         <element name="default-value" type="{http://java.sun.com/xml/ns/javaee}faces-config-default-valueType" minOccurs="0"/>
         <element name="suggested-value" type="{http://java.sun.com/xml/ns/javaee}faces-config-suggested-valueType" minOccurs="0"/>
         <element name="attribute-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-attribute-extensionType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassType attributeClass
           
protected  FacesConfigAttributeExtensionType[] attributeExtension
           
protected  String attributeName
           
protected  FacesConfigDefaultValueType defaultValue
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  IconType[] icon
           
protected  String id
           
protected  FacesConfigSuggestedValueType suggestedValue
           
 
Constructor Summary
FacesConfigAttributeType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigAttributeType instance.
FacesConfigAttributeType(FacesConfigAttributeType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigAttributeType instance by copying a given instance.
 
Method Summary
 FacesConfigAttributeType clone()
          Creates and returns a copy of this object.
 void copyAttributeExtension(FacesConfigAttributeExtensionType[] source)
          Copies all values of property AttributeExtension.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 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 String attributeName

attributeClass

protected FullyQualifiedClassType attributeClass

defaultValue

protected FacesConfigDefaultValueType defaultValue

suggestedValue

protected FacesConfigSuggestedValueType suggestedValue

attributeExtension

protected FacesConfigAttributeExtensionType[] attributeExtension

id

protected String id
Constructor Detail

FacesConfigAttributeType

public FacesConfigAttributeType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigAttributeType instance.


FacesConfigAttributeType

public FacesConfigAttributeType(FacesConfigAttributeType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.FacesConfigAttributeType instance by copying a given instance.

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

getDescription

public DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()

setDescription

public void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

public int getIconLength()

setIcon

public void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Parameters:
value - allowed object is IconType

getAttributeName

public String getAttributeName()
Gets the value of the attributeName property.

Returns:
possible object is String

setAttributeName

public void setAttributeName(String value)
Sets the value of the attributeName property.

Parameters:
value - allowed object is String

getAttributeClass

public FullyQualifiedClassType getAttributeClass()
Gets the value of the attributeClass property.

Returns:
possible object is FullyQualifiedClassType

setAttributeClass

public void setAttributeClass(FullyQualifiedClassType value)
Sets the value of the attributeClass property.

Parameters:
value - allowed object is FullyQualifiedClassType

getDefaultValue

public FacesConfigDefaultValueType getDefaultValue()
Gets the value of the defaultValue property.

Returns:
possible object is FacesConfigDefaultValueType

setDefaultValue

public void setDefaultValue(FacesConfigDefaultValueType value)
Sets the value of the defaultValue property.

Parameters:
value - allowed object is FacesConfigDefaultValueType

getSuggestedValue

public FacesConfigSuggestedValueType getSuggestedValue()
Gets the value of the suggestedValue property.

Returns:
possible object is FacesConfigSuggestedValueType

setSuggestedValue

public void setSuggestedValue(FacesConfigSuggestedValueType value)
Sets the value of the suggestedValue property.

Parameters:
value - allowed object is FacesConfigSuggestedValueType

getAttributeExtension

public FacesConfigAttributeExtensionType[] getAttributeExtension()
Returns:
array of FacesConfigAttributeExtensionType

getAttributeExtension

public FacesConfigAttributeExtensionType getAttributeExtension(int idx)
Returns:
one of FacesConfigAttributeExtensionType

getAttributeExtensionLength

public int getAttributeExtensionLength()

setAttributeExtension

public void setAttributeExtension(FacesConfigAttributeExtensionType[] values)
Parameters:
values - allowed objects are FacesConfigAttributeExtensionType

setAttributeExtension

public FacesConfigAttributeExtensionType setAttributeExtension(int idx,
                                                               FacesConfigAttributeExtensionType value)
Parameters:
value - allowed object is FacesConfigAttributeExtensionType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

copyDescription

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

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

copyDisplayName

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

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

copyIcon

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

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

copyAttributeExtension

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