Class FacesMapEntry


  • public class FacesMapEntry
    extends Object
    web-facesconfig_2_0.xsd

    Java class for faces-config-map-entryType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="faces-config-map-entryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <choice>
               <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"/>
             </choice>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • FacesMapEntry

        public FacesMapEntry()
    • Method Detail

      • getKey

        public String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(String value)
        Sets the value of the key property.
        Parameters:
        value - allowed object is String
      • setNullValue

        public void setNullValue​(FacesNullValue value)
        Sets the value of the nullValue property.
        Parameters:
        value - allowed object is FacesNullValue
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String