|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigConverterType
public class FacesConfigConverterType
The "converter" element represents a concrete Converter implementation class that should be registered under the specified converter identifier. Converter identifiers must be unique within the entire web application. Nested "attribute" elements identify generic attributes that may be configured on the corresponding UIComponent in order to affect the operation of the Converter. Nested "property" elements identify JavaBeans properties of the Converter implementation class that may be configured to affect the operation of the Converter. "attribute" and "property" elements are intended to allow component developers to more completely describe their components to tools and users. These elements have no required runtime semantics.
Java class for faces-config-converterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-converterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<choice>
<element name="converter-id" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="converter-for-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
</choice>
<element name="converter-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="attribute" type="{http://java.sun.com/xml/ns/javaee}faces-config-attributeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{http://java.sun.com/xml/ns/javaee}faces-config-propertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="converter-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-converter-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacesConfigAttributeType[] |
attribute
|
protected FullyQualifiedClassType |
converterClass
|
protected FacesConfigConverterExtensionType[] |
converterExtension
|
protected FullyQualifiedClassType |
converterForClass
|
protected String |
converterId
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected IconType[] |
icon
|
protected String |
id
|
protected FacesConfigPropertyType[] |
property
|
| Constructor Summary | |
|---|---|
FacesConfigConverterType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigConverterType instance. |
|
FacesConfigConverterType(FacesConfigConverterType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigConverterType 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 converterId
protected FullyQualifiedClassType converterForClass
protected FullyQualifiedClassType converterClass
protected FacesConfigAttributeType[] attribute
protected FacesConfigPropertyType[] property
protected FacesConfigConverterExtensionType[] converterExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigConverterType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigConverterType instance.
public FacesConfigConverterType(FacesConfigConverterType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.FacesConfigConverterType 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 getConverterId()
Stringpublic void setConverterId(String value)
value - allowed object is
Stringpublic FullyQualifiedClassType getConverterForClass()
FullyQualifiedClassTypepublic void setConverterForClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic FullyQualifiedClassType getConverterClass()
FullyQualifiedClassTypepublic void setConverterClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic FacesConfigAttributeType[] getAttribute()
FacesConfigAttributeTypepublic FacesConfigAttributeType getAttribute(int idx)
FacesConfigAttributeTypepublic int getAttributeLength()
public void setAttribute(FacesConfigAttributeType[] values)
values - allowed objects are
FacesConfigAttributeType
public FacesConfigAttributeType setAttribute(int idx,
FacesConfigAttributeType value)
value - allowed object is
FacesConfigAttributeTypepublic FacesConfigPropertyType[] getProperty()
FacesConfigPropertyTypepublic FacesConfigPropertyType getProperty(int idx)
FacesConfigPropertyTypepublic int getPropertyLength()
public void setProperty(FacesConfigPropertyType[] values)
values - allowed objects are
FacesConfigPropertyType
public FacesConfigPropertyType setProperty(int idx,
FacesConfigPropertyType value)
value - allowed object is
FacesConfigPropertyTypepublic FacesConfigConverterExtensionType[] getConverterExtension()
FacesConfigConverterExtensionTypepublic FacesConfigConverterExtensionType getConverterExtension(int idx)
FacesConfigConverterExtensionTypepublic int getConverterExtensionLength()
public void setConverterExtension(FacesConfigConverterExtensionType[] values)
values - allowed objects are
FacesConfigConverterExtensionType
public FacesConfigConverterExtensionType setConverterExtension(int idx,
FacesConfigConverterExtensionType value)
value - allowed object is
FacesConfigConverterExtensionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic FacesConfigConverterType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||