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

Packages that use EmptyType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return EmptyType
 EmptyType MethodPermissionType.getUnchecked()
          Gets the "unchecked" element
 EmptyType MethodPermissionType.addNewUnchecked()
          Appends and returns a new empty "unchecked" element
 EmptyType EjbRelationshipRoleType.getCascadeDelete()
          Gets the "cascade-delete" element
 EmptyType EjbRelationshipRoleType.addNewCascadeDelete()
          Appends and returns a new empty "cascade-delete" element
 EmptyType SecurityIdentityType.getUseCallerIdentity()
          Gets the "use-caller-identity" element
 EmptyType SecurityIdentityType.addNewUseCallerIdentity()
          Appends and returns a new empty "use-caller-identity" element
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type EmptyType
 void MethodPermissionType.setUnchecked(EmptyType unchecked)
          Sets the "unchecked" element
 void EjbRelationshipRoleType.setCascadeDelete(EmptyType cascadeDelete)
          Sets the "cascade-delete" element
 void SecurityIdentityType.setUseCallerIdentity(EmptyType useCallerIdentity)
          Sets the "use-caller-identity" element
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return EmptyType
 EmptyType SecurityIdentityTypeImpl.getUseCallerIdentity()
          Gets the "use-caller-identity" element
 EmptyType SecurityIdentityTypeImpl.addNewUseCallerIdentity()
          Appends and returns a new empty "use-caller-identity" element
 EmptyType EjbRelationshipRoleTypeImpl.getCascadeDelete()
          Gets the "cascade-delete" element
 EmptyType EjbRelationshipRoleTypeImpl.addNewCascadeDelete()
          Appends and returns a new empty "cascade-delete" element
 EmptyType MethodPermissionTypeImpl.getUnchecked()
          Gets the "unchecked" element
 EmptyType MethodPermissionTypeImpl.addNewUnchecked()
          Appends and returns a new empty "unchecked" element
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type EmptyType
 void SecurityIdentityTypeImpl.setUseCallerIdentity(EmptyType useCallerIdentity)
          Sets the "use-caller-identity" element
 void EjbRelationshipRoleTypeImpl.setCascadeDelete(EmptyType cascadeDelete)
          Sets the "cascade-delete" element
 void MethodPermissionTypeImpl.setUnchecked(EmptyType unchecked)
          Sets the "unchecked" element
 

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement EmptyType
 class EmptyTypeImpl
          An XML emptyType(@http://java.sun.com/xml/ns/j2ee).
 

Uses of EmptyType in org.apache.geronimo.xbeans.web
 

Methods in org.apache.geronimo.xbeans.web that return EmptyType
 EmptyType WebAppType.getDistributable()
          Gets the "distributable" element
 EmptyType WebAppType.addNewDistributable()
          Appends and returns a new empty "distributable" element
 

Methods in org.apache.geronimo.xbeans.web with parameters of type EmptyType
 void WebAppType.setDistributable(EmptyType distributable)
          Sets the "distributable" element
 

Uses of EmptyType in org.apache.geronimo.xbeans.web.impl
 

Methods in org.apache.geronimo.xbeans.web.impl that return EmptyType
 EmptyType WebAppTypeImpl.getDistributable()
          Gets the "distributable" element
 EmptyType WebAppTypeImpl.addNewDistributable()
          Appends and returns a new empty "distributable" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type EmptyType
 void WebAppTypeImpl.setDistributable(EmptyType distributable)
          Sets the "distributable" element
 



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