Uses of Interface
org.apache.geronimo.xbeans.j2ee.TransAttributeType

Packages that use TransAttributeType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

Uses of TransAttributeType in org.apache.geronimo.xbeans.ejb
 

Methods in org.apache.geronimo.xbeans.ejb that return TransAttributeType
 TransAttributeType ContainerTransactionType.xgetTransAttribute()
          Gets (as xml) the "trans-attribute" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type TransAttributeType
 void ContainerTransactionType.xsetTransAttribute(TransAttributeType transAttribute)
          Sets (as xml) the "trans-attribute" element
 

Uses of TransAttributeType in org.apache.geronimo.xbeans.ejb.impl
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return TransAttributeType
 TransAttributeType ContainerTransactionTypeImpl.xgetTransAttribute()
          Gets (as xml) the "trans-attribute" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type TransAttributeType
 void ContainerTransactionTypeImpl.xsetTransAttribute(TransAttributeType transAttribute)
          Sets (as xml) the "trans-attribute" element
 

Uses of TransAttributeType in org.apache.geronimo.xbeans.j2ee
 

Methods in org.apache.geronimo.xbeans.j2ee that return TransAttributeType
static TransAttributeType TransAttributeType.Factory.newValue(Object obj)
           
static TransAttributeType TransAttributeType.Factory.newInstance()
           
static TransAttributeType TransAttributeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(String s)
           
static TransAttributeType TransAttributeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(File f)
           
static TransAttributeType TransAttributeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(URL u)
           
static TransAttributeType TransAttributeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(InputStream is)
           
static TransAttributeType TransAttributeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(Reader r)
           
static TransAttributeType TransAttributeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(Node node)
           
static TransAttributeType TransAttributeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TransAttributeType TransAttributeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static TransAttributeType TransAttributeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of TransAttributeType in org.apache.geronimo.xbeans.j2ee.impl
 

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement TransAttributeType
 class TransAttributeTypeImpl
          An XML trans-attributeType(@http://java.sun.com/xml/ns/j2ee).
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.