|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.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.prot.indexed.valueclass.javaee.FacesConfigPropertyType instance. |
|
FacesConfigPropertyType(FacesConfigPropertyType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.FacesConfigPropertyType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FacesConfigPropertyType |
clone()
Creates and returns a copy of this object. |
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. |
protected void |
copyPropertyExtension(FacesConfigPropertyExtensionType[] source)
Copies all values of property PropertyExtension. |
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. |
JavaTypeType |
getPropertyClass()
Gets the value of the propertyClass property. |
FacesConfigPropertyExtensionType[] |
getPropertyExtension()
|
FacesConfigPropertyExtensionType |
getPropertyExtension(int idx)
|
int |
getPropertyExtensionLength()
|
String |
getPropertyName()
Gets the value of the propertyName property. |
FacesConfigSuggestedValueType |
getSuggestedValue()
Gets the value of the suggestedValue 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 |
setPropertyClass(JavaTypeType value)
Sets the value of the propertyClass property. |
void |
setPropertyExtension(FacesConfigPropertyExtensionType[] values)
|
FacesConfigPropertyExtensionType |
setPropertyExtension(int idx,
FacesConfigPropertyExtensionType value)
|
void |
setPropertyName(String value)
Sets the value of the propertyName 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 |
|---|
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.prot.indexed.valueclass.javaee.FacesConfigPropertyType instance.
public FacesConfigPropertyType(FacesConfigPropertyType o)
net.sourceforge.ccxjc.it.model.prot.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
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyPropertyExtension(FacesConfigPropertyExtensionType[] source)
PropertyExtension.
source - The source to copy from.
NullPointerException - if source is null.public FacesConfigPropertyType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||