Class EnvEntry

  • All Implemented Interfaces:
    Injectable, JndiReference, Keyable<String>

    public class EnvEntry
    extends Object
    implements JndiReference
    javaee6.xsd

    Java class for env-entryType complex type.

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

     <complexType name="env-entryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="env-entry-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/>
             <element name="env-entry-type" type="{http://java.sun.com/xml/ns/javaee}env-entry-type-valuesType" minOccurs="0"/>
             <element name="env-entry-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
             <group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>