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

Packages that use EjbRefTypeType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return EjbRefTypeType
static EjbRefTypeType EjbRefTypeType.Factory.newValue(Object obj)
           
static EjbRefTypeType EjbRefTypeType.Factory.newInstance()
           
static EjbRefTypeType EjbRefTypeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(String s)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(File f)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(URL u)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(InputStream is)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(Reader r)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(Node node)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EjbRefTypeType EjbRefTypeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 EjbRefTypeType EjbRefType.xgetEjbRefType()
          Gets (as xml) the "ejb-ref-type" element
 EjbRefTypeType EjbLocalRefType.xgetEjbRefType()
          Gets (as xml) the "ejb-ref-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type EjbRefTypeType
 void EjbRefType.xsetEjbRefType(EjbRefTypeType ejbRefType)
          Sets (as xml) the "ejb-ref-type" element
 void EjbLocalRefType.xsetEjbRefType(EjbRefTypeType ejbRefType)
          Sets (as xml) the "ejb-ref-type" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement EjbRefTypeType
 class EjbRefTypeTypeImpl
          An XML ejb-ref-typeType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return EjbRefTypeType
 EjbRefTypeType EjbRefTypeImpl.xgetEjbRefType()
          Gets (as xml) the "ejb-ref-type" element
 EjbRefTypeType EjbLocalRefTypeImpl.xgetEjbRefType()
          Gets (as xml) the "ejb-ref-type" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type EjbRefTypeType
 void EjbRefTypeImpl.xsetEjbRefType(EjbRefTypeType ejbRefType)
          Sets (as xml) the "ejb-ref-type" element
 void EjbLocalRefTypeImpl.xsetEjbRefType(EjbRefTypeType ejbRefType)
          Sets (as xml) the "ejb-ref-type" element
 



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