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

Packages that use WebAppVersionType
org.apache.geronimo.xbeans.j2ee   
org.apache.geronimo.xbeans.j2ee.impl   
org.apache.geronimo.xbeans.web   
org.apache.geronimo.xbeans.web.impl   
 

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

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

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

Classes in org.apache.geronimo.xbeans.j2ee.impl that implement WebAppVersionType
 class WebAppVersionTypeImpl
          An XML web-app-versionType(@http://java.sun.com/xml/ns/j2ee).
 

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

Methods in org.apache.geronimo.xbeans.web that return WebAppVersionType
 WebAppVersionType WebAppType.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.web with parameters of type WebAppVersionType
 void WebAppType.xsetVersion(WebAppVersionType version)
          Sets (as xml) the "version" attribute
 

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

Methods in org.apache.geronimo.xbeans.web.impl that return WebAppVersionType
 WebAppVersionType WebAppTypeImpl.xgetVersion()
          Gets (as xml) the "version" attribute
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type WebAppVersionType
 void WebAppTypeImpl.xsetVersion(WebAppVersionType version)
          Sets (as xml) the "version" attribute
 



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