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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.j2ee that return GerPathType
 GerPathType GerModuleType.addNewAltDd()
          Appends and returns a new empty "alt-dd" element
 GerPathType GerModuleType.addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType GerExtModuleType.addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType GerModuleType.addNewEjb()
          Appends and returns a new empty "ejb" element
 GerPathType GerExtModuleType.addNewEjb()
          Appends and returns a new empty "ejb" element
 GerPathType GerModuleType.addNewJava()
          Appends and returns a new empty "java" element
 GerPathType GerExtModuleType.addNewJava()
          Appends and returns a new empty "java" element
 GerPathType GerModuleType.addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType GerExtModuleType.addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType GerModuleType.getAltDd()
          Gets the "alt-dd" element
 GerPathType GerModuleType.getConnector()
          Gets the "connector" element
 GerPathType GerExtModuleType.getConnector()
          Gets the "connector" element
 GerPathType GerModuleType.getEjb()
          Gets the "ejb" element
 GerPathType GerExtModuleType.getEjb()
          Gets the "ejb" element
 GerPathType GerModuleType.getJava()
          Gets the "java" element
 GerPathType GerExtModuleType.getJava()
          Gets the "java" element
 GerPathType GerModuleType.getWeb()
          Gets the "web" element
 GerPathType GerExtModuleType.getWeb()
          Gets the "web" element
static GerPathType GerPathType.Factory.newInstance()
           
static GerPathType GerPathType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(File file)
           
static GerPathType GerPathType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(InputStream is)
           
static GerPathType GerPathType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(Node node)
           
static GerPathType GerPathType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(Reader r)
           
static GerPathType GerPathType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(String xmlAsString)
           
static GerPathType GerPathType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(URL u)
           
static GerPathType GerPathType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerPathType GerPathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerPathType GerPathType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerPathType GerPathType.Factory.parse(XMLStreamReader sr)
           
static GerPathType GerPathType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee with parameters of type GerPathType
 void GerModuleType.setAltDd(GerPathType altDd)
          Sets the "alt-dd" element
 void GerModuleType.setConnector(GerPathType connector)
          Sets the "connector" element
 void GerExtModuleType.setConnector(GerPathType connector)
          Sets the "connector" element
 void GerModuleType.setEjb(GerPathType ejb)
          Sets the "ejb" element
 void GerExtModuleType.setEjb(GerPathType ejb)
          Sets the "ejb" element
 void GerModuleType.setJava(GerPathType java)
          Sets the "java" element
 void GerExtModuleType.setJava(GerPathType java)
          Sets the "java" element
 void GerModuleType.setWeb(GerPathType web)
          Sets the "web" element
 void GerExtModuleType.setWeb(GerPathType web)
          Sets the "web" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.j2ee.impl that implement GerPathType
 class GerPathTypeImpl
          An XML pathType(@http://geronimo.apache.org/xml/ns/j2ee/application-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl that return GerPathType
 GerPathType GerModuleTypeImpl.addNewAltDd()
          Appends and returns a new empty "alt-dd" element
 GerPathType GerModuleTypeImpl.addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType GerExtModuleTypeImpl.addNewConnector()
          Appends and returns a new empty "connector" element
 GerPathType GerModuleTypeImpl.addNewEjb()
          Appends and returns a new empty "ejb" element
 GerPathType GerExtModuleTypeImpl.addNewEjb()
          Appends and returns a new empty "ejb" element
 GerPathType GerModuleTypeImpl.addNewJava()
          Appends and returns a new empty "java" element
 GerPathType GerExtModuleTypeImpl.addNewJava()
          Appends and returns a new empty "java" element
 GerPathType GerModuleTypeImpl.addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType GerExtModuleTypeImpl.addNewWeb()
          Appends and returns a new empty "web" element
 GerPathType GerModuleTypeImpl.getAltDd()
          Gets the "alt-dd" element
 GerPathType GerModuleTypeImpl.getConnector()
          Gets the "connector" element
 GerPathType GerExtModuleTypeImpl.getConnector()
          Gets the "connector" element
 GerPathType GerModuleTypeImpl.getEjb()
          Gets the "ejb" element
 GerPathType GerExtModuleTypeImpl.getEjb()
          Gets the "ejb" element
 GerPathType GerModuleTypeImpl.getJava()
          Gets the "java" element
 GerPathType GerExtModuleTypeImpl.getJava()
          Gets the "java" element
 GerPathType GerModuleTypeImpl.getWeb()
          Gets the "web" element
 GerPathType GerExtModuleTypeImpl.getWeb()
          Gets the "web" element
 

Methods in org.apache.geronimo.xbeans.geronimo.j2ee.impl with parameters of type GerPathType
 void GerModuleTypeImpl.setAltDd(GerPathType altDd)
          Sets the "alt-dd" element
 void GerModuleTypeImpl.setConnector(GerPathType connector)
          Sets the "connector" element
 void GerExtModuleTypeImpl.setConnector(GerPathType connector)
          Sets the "connector" element
 void GerModuleTypeImpl.setEjb(GerPathType ejb)
          Sets the "ejb" element
 void GerExtModuleTypeImpl.setEjb(GerPathType ejb)
          Sets the "ejb" element
 void GerModuleTypeImpl.setJava(GerPathType java)
          Sets the "java" element
 void GerExtModuleTypeImpl.setJava(GerPathType java)
          Sets the "java" element
 void GerModuleTypeImpl.setWeb(GerPathType web)
          Sets the "web" element
 void GerExtModuleTypeImpl.setWeb(GerPathType web)
          Sets the "web" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.