public class FacesManagedProperty
extends java.lang.Object
Java class for faces-config-managed-propertyType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="faces-config-managed-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://www.w3.org/2001/XMLSchema}string"/>
         <element name="property-class" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <choice>
           <element name="map-entries" type="{http://java.sun.com/xml/ns/javaee}faces-config-map-entriesType"/>
           <element name="null-value" type="{http://java.sun.com/xml/ns/javaee}faces-config-null-valueType"/>
           <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
           <element name="list-entries" type="{http://java.sun.com/xml/ns/javaee}faces-config-list-entriesType"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected TextMap | description | 
| protected TextMap | displayName | 
| protected LocalCollection<Icon> | icon | 
| protected java.lang.String | id | 
| protected FacesListEntries | listEntries | 
| protected FacesMapEntries | mapEntries | 
| protected FacesNullValue | nullValue | 
| protected java.lang.String | propertyClass | 
| protected java.lang.String | propertyName | 
| protected java.lang.String | value | 
| Constructor and Description | 
|---|
| FacesManagedProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDescription() | 
| Text[] | getDescriptions() | 
| java.lang.String | getDisplayName() | 
| Text[] | getDisplayNames() | 
| Icon | getIcon() | 
| java.util.Map<java.lang.String,Icon> | getIconMap() | 
| java.util.Collection<Icon> | getIcons() | 
| java.lang.String | getId()Gets the value of the id property. | 
| FacesListEntries | getListEntries()Gets the value of the listEntries property. | 
| FacesMapEntries | getMapEntries()Gets the value of the mapEntries property. | 
| FacesNullValue | getNullValue()Gets the value of the nullValue property. | 
| java.lang.String | getPropertyClass()Gets the value of the propertyClass property. | 
| java.lang.String | getPropertyName()Gets the value of the propertyName property. | 
| java.lang.String | getValue()Gets the value of the value property. | 
| void | setDescriptions(Text[] text) | 
| void | setDisplayNames(Text[] text) | 
| void | setId(java.lang.String value)Sets the value of the id property. | 
| void | setListEntries(FacesListEntries value)Sets the value of the listEntries property. | 
| void | setMapEntries(FacesMapEntries value)Sets the value of the mapEntries property. | 
| void | setNullValue(FacesNullValue value)Sets the value of the nullValue property. | 
| void | setPropertyClass(java.lang.String value)Sets the value of the propertyClass property. | 
| void | setPropertyName(java.lang.String value)Sets the value of the propertyName property. | 
| void | setValue(java.lang.String value)Sets the value of the value property. | 
protected TextMap description
protected TextMap displayName
protected LocalCollection<Icon> icon
protected java.lang.String propertyName
protected java.lang.String propertyClass
protected FacesMapEntries mapEntries
protected FacesNullValue nullValue
protected java.lang.String value
protected FacesListEntries listEntries
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public Text[] getDisplayNames()
public void setDisplayNames(Text[] text)
public java.lang.String getDisplayName()
public java.util.Collection<Icon> getIcons()
public java.util.Map<java.lang.String,Icon> getIconMap()
public Icon getIcon()
public java.lang.String getPropertyName()
Stringpublic void setPropertyName(java.lang.String value)
value - allowed object is
              Stringpublic java.lang.String getPropertyClass()
Stringpublic void setPropertyClass(java.lang.String value)
value - allowed object is
              Stringpublic FacesMapEntries getMapEntries()
FacesMapEntriespublic void setMapEntries(FacesMapEntries value)
value - allowed object is
              FacesMapEntriespublic FacesNullValue getNullValue()
FacesNullValuepublic void setNullValue(FacesNullValue value)
value - allowed object is
              FacesNullValuepublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
              Stringpublic FacesListEntries getListEntries()
FacesListEntriespublic void setListEntries(FacesListEntries value)
value - allowed object is
              FacesListEntriespublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
              String