Class ResourceEnvRef

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

    public class ResourceEnvRef
    extends Object
    implements JndiReference
    javaee6.xsd

    Java class for resource-env-refType complex type.

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

     <complexType name="resource-env-refType">
       <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="resource-env-ref-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/>
             <element name="resource-env-ref-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" 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>