Class ContainerTransaction

  • All Implemented Interfaces:
    AttributeBinding<TransAttribute>

    public class ContainerTransaction
    extends Object
    implements AttributeBinding<TransAttribute>
    ejb-jar_3_1.xsd

    Java class for container-transactionType complex type.

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

     <complexType name="container-transactionType">
       <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="method" type="{http://java.sun.com/xml/ns/javaee}methodType" maxOccurs="unbounded"/>
             <element name="trans-attribute" type="{http://java.sun.com/xml/ns/javaee}trans-attributeType"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>