Uses of Interface
org.apache.geronimo.xbeans.ejb.EjbRelationshipRoleType

Packages that use EjbRelationshipRoleType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return EjbRelationshipRoleType
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.newInstance()
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(String s)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(File f)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(URL u)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(InputStream is)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(Reader r)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(Node node)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static EjbRelationshipRoleType EjbRelationshipRoleType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 EjbRelationshipRoleType[] EjbRelationType.getEjbRelationshipRoleArray()
          Gets array of all "ejb-relationship-role" elements
 EjbRelationshipRoleType EjbRelationType.getEjbRelationshipRoleArray(int i)
          Gets ith "ejb-relationship-role" element
 EjbRelationshipRoleType EjbRelationType.insertNewEjbRelationshipRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element
 EjbRelationshipRoleType EjbRelationType.addNewEjbRelationshipRole()
          Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type EjbRelationshipRoleType
 void EjbRelationType.setEjbRelationshipRoleArray(EjbRelationshipRoleType[] ejbRelationshipRoleArray)
          Sets array of all "ejb-relationship-role" element
 void EjbRelationType.setEjbRelationshipRoleArray(int i, EjbRelationshipRoleType ejbRelationshipRole)
          Sets ith "ejb-relationship-role" element
 

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

Classes in org.apache.geronimo.xbeans.ejb.impl that implement EjbRelationshipRoleType
 class EjbRelationshipRoleTypeImpl
          An XML ejb-relationship-roleType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return EjbRelationshipRoleType
 EjbRelationshipRoleType[] EjbRelationTypeImpl.getEjbRelationshipRoleArray()
          Gets array of all "ejb-relationship-role" elements
 EjbRelationshipRoleType EjbRelationTypeImpl.getEjbRelationshipRoleArray(int i)
          Gets ith "ejb-relationship-role" element
 EjbRelationshipRoleType EjbRelationTypeImpl.insertNewEjbRelationshipRole(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-relationship-role" element
 EjbRelationshipRoleType EjbRelationTypeImpl.addNewEjbRelationshipRole()
          Appends and returns a new empty value (as xml) as the last "ejb-relationship-role" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EjbRelationshipRoleType
 void EjbRelationTypeImpl.setEjbRelationshipRoleArray(EjbRelationshipRoleType[] ejbRelationshipRoleArray)
          Sets array of all "ejb-relationship-role" element
 void EjbRelationTypeImpl.setEjbRelationshipRoleArray(int i, EjbRelationshipRoleType ejbRelationshipRole)
          Sets ith "ejb-relationship-role" element
 



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