|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigAttributeType
public class FacesConfigAttributeType
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>
| 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.priv.indexed.valueclass.javaee.FacesConfigAttributeType instance. |
|
FacesConfigAttributeType(FacesConfigAttributeType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigAttributeType instance by copying a given instance. |
|
| 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 String attributeName
protected FullyQualifiedClassType attributeClass
protected FacesConfigDefaultValueType defaultValue
protected FacesConfigSuggestedValueType suggestedValue
protected FacesConfigAttributeExtensionType[] attributeExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigAttributeType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigAttributeType instance.
public FacesConfigAttributeType(FacesConfigAttributeType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigAttributeType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic String getAttributeName()
Stringpublic void setAttributeName(String value)
value - allowed object is
Stringpublic FullyQualifiedClassType getAttributeClass()
FullyQualifiedClassTypepublic void setAttributeClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic FacesConfigDefaultValueType getDefaultValue()
FacesConfigDefaultValueTypepublic void setDefaultValue(FacesConfigDefaultValueType value)
value - allowed object is
FacesConfigDefaultValueTypepublic FacesConfigSuggestedValueType getSuggestedValue()
FacesConfigSuggestedValueTypepublic void setSuggestedValue(FacesConfigSuggestedValueType value)
value - allowed object is
FacesConfigSuggestedValueTypepublic FacesConfigAttributeExtensionType[] getAttributeExtension()
FacesConfigAttributeExtensionTypepublic FacesConfigAttributeExtensionType getAttributeExtension(int idx)
FacesConfigAttributeExtensionTypepublic int getAttributeExtensionLength()
public void setAttributeExtension(FacesConfigAttributeExtensionType[] values)
values - allowed objects are
FacesConfigAttributeExtensionType
public FacesConfigAttributeExtensionType setAttributeExtension(int idx,
FacesConfigAttributeExtensionType value)
value - allowed object is
FacesConfigAttributeExtensionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic FacesConfigAttributeType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||