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

Packages that use DeweyVersionType
org.apache.geronimo.xbeans.ejb   
org.apache.geronimo.xbeans.ejb.impl   
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
 

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

Methods in org.apache.geronimo.xbeans.ejb that return DeweyVersionType
 DeweyVersionType EjbJarType.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.ejb with parameters of type DeweyVersionType
 void EjbJarType.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 

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

Methods in org.apache.geronimo.xbeans.ejb.impl that return DeweyVersionType
 DeweyVersionType EjbJarTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.ejb.impl with parameters of type DeweyVersionType
 void EjbJarTypeImpl.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 

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

Methods in org.apache.geronimo.xbeans.j2ee that return DeweyVersionType
static DeweyVersionType DeweyVersionType.Factory.newValue(Object obj)
           
static DeweyVersionType DeweyVersionType.Factory.newInstance()
           
static DeweyVersionType DeweyVersionType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(String s)
           
static DeweyVersionType DeweyVersionType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(File f)
           
static DeweyVersionType DeweyVersionType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(URL u)
           
static DeweyVersionType DeweyVersionType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(InputStream is)
           
static DeweyVersionType DeweyVersionType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(Reader r)
           
static DeweyVersionType DeweyVersionType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(Node node)
           
static DeweyVersionType DeweyVersionType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static DeweyVersionType DeweyVersionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static DeweyVersionType DeweyVersionType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 DeweyVersionType ConnectorType.xgetVersion()
          Gets (as xml) the "version" attribute
 DeweyVersionType ApplicationClientType.xgetVersion()
          Gets (as xml) the "version" attribute
 DeweyVersionType ApplicationType.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type DeweyVersionType
 void ConnectorType.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 void ApplicationClientType.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 void ApplicationType.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement DeweyVersionType
 class DeweyVersionTypeImpl
          An XML dewey-versionType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.j2ee.impl that return DeweyVersionType
 DeweyVersionType ConnectorTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 DeweyVersionType ApplicationTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 DeweyVersionType ApplicationClientTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type DeweyVersionType
 void ConnectorTypeImpl.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 void ApplicationTypeImpl.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 void ApplicationClientTypeImpl.xsetVersion(DeweyVersionType version)
          Sets (as xml) the "version" attribute
 



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