|
||||||||||
| 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.FacesConfigPropertyType
public class FacesConfigPropertyType
The "property" element represents a JavaBean property of the Java class represented by our parent element. Property names must be unique within the scope of the Java class that is represented by the parent element, and must correspond to property names that will be recognized when performing introspection against that class via java.beans.Introspector.
Java class for faces-config-propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-propertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="property-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="property-class" type="{http://java.sun.com/xml/ns/javaee}java-typeType"/>
<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="property-extension" type="{http://java.sun.com/xml/ns/javaee}faces-config-property-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected FacesConfigDefaultValueType |
defaultValue
|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected IconType[] |
icon
|
protected String |
id
|
protected JavaTypeType |
propertyClass
|
protected FacesConfigPropertyExtensionType[] |
propertyExtension
|
protected String |
propertyName
|
protected FacesConfigSuggestedValueType |
suggestedValue
|
| Constructor Summary | |
|---|---|
FacesConfigPropertyType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigPropertyType instance. |
|
FacesConfigPropertyType(FacesConfigPropertyType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigPropertyType 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 propertyName
protected JavaTypeType propertyClass
protected FacesConfigDefaultValueType defaultValue
protected FacesConfigSuggestedValueType suggestedValue
protected FacesConfigPropertyExtensionType[] propertyExtension
protected String id
| Constructor Detail |
|---|
public FacesConfigPropertyType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigPropertyType instance.
public FacesConfigPropertyType(FacesConfigPropertyType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.FacesConfigPropertyType 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 getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic JavaTypeType getPropertyClass()
JavaTypeTypepublic void setPropertyClass(JavaTypeType value)
value - allowed object is
JavaTypeTypepublic FacesConfigDefaultValueType getDefaultValue()
FacesConfigDefaultValueTypepublic void setDefaultValue(FacesConfigDefaultValueType value)
value - allowed object is
FacesConfigDefaultValueTypepublic FacesConfigSuggestedValueType getSuggestedValue()
FacesConfigSuggestedValueTypepublic void setSuggestedValue(FacesConfigSuggestedValueType value)
value - allowed object is
FacesConfigSuggestedValueTypepublic FacesConfigPropertyExtensionType[] getPropertyExtension()
FacesConfigPropertyExtensionTypepublic FacesConfigPropertyExtensionType getPropertyExtension(int idx)
FacesConfigPropertyExtensionTypepublic int getPropertyExtensionLength()
public void setPropertyExtension(FacesConfigPropertyExtensionType[] values)
values - allowed objects are
FacesConfigPropertyExtensionType
public FacesConfigPropertyExtensionType setPropertyExtension(int idx,
FacesConfigPropertyExtensionType value)
value - allowed object is
FacesConfigPropertyExtensionTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic FacesConfigPropertyType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||