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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return ResSharingScopeType
static ResSharingScopeType ResSharingScopeType.Factory.newValue(Object obj)
           
static ResSharingScopeType ResSharingScopeType.Factory.newInstance()
           
static ResSharingScopeType ResSharingScopeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(String s)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(File f)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(URL u)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(InputStream is)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(Reader r)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(Node node)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static ResSharingScopeType ResSharingScopeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 ResSharingScopeType ResourceRefType.xgetResSharingScope()
          Gets (as xml) the "res-sharing-scope" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type ResSharingScopeType
 void ResourceRefType.xsetResSharingScope(ResSharingScopeType resSharingScope)
          Sets (as xml) the "res-sharing-scope" element
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement ResSharingScopeType
 class ResSharingScopeTypeImpl
          An XML res-sharing-scopeType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return ResSharingScopeType
 ResSharingScopeType ResourceRefTypeImpl.xgetResSharingScope()
          Gets (as xml) the "res-sharing-scope" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type ResSharingScopeType
 void ResourceRefTypeImpl.xsetResSharingScope(ResSharingScopeType resSharingScope)
          Sets (as xml) the "res-sharing-scope" element
 



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