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

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

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

Methods in org.apache.geronimo.xbeans.ejb that return RelationshipsType
 RelationshipsType EjbJarType.getRelationships()
          Gets the "relationships" element
 RelationshipsType EjbJarType.addNewRelationships()
          Appends and returns a new empty "relationships" element
static RelationshipsType RelationshipsType.Factory.newInstance()
           
static RelationshipsType RelationshipsType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(String s)
           
static RelationshipsType RelationshipsType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(File f)
           
static RelationshipsType RelationshipsType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(URL u)
           
static RelationshipsType RelationshipsType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(InputStream is)
           
static RelationshipsType RelationshipsType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(Reader r)
           
static RelationshipsType RelationshipsType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(Node node)
           
static RelationshipsType RelationshipsType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RelationshipsType RelationshipsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static RelationshipsType RelationshipsType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type RelationshipsType
 void EjbJarType.setRelationships(RelationshipsType relationships)
          Sets the "relationships" element
 

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

Classes in org.apache.geronimo.xbeans.ejb.impl that implement RelationshipsType
 class RelationshipsTypeImpl
          An XML relationshipsType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.ejb.impl that return RelationshipsType
 RelationshipsType EjbJarTypeImpl.getRelationships()
          Gets the "relationships" element
 RelationshipsType EjbJarTypeImpl.addNewRelationships()
          Appends and returns a new empty "relationships" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type RelationshipsType
 void EjbJarTypeImpl.setRelationships(RelationshipsType relationships)
          Sets the "relationships" element
 



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