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

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

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

Methods in org.apache.geronimo.xbeans.j2ee that return LicenseType
static LicenseType LicenseType.Factory.newInstance()
           
static LicenseType LicenseType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(String s)
           
static LicenseType LicenseType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(File f)
           
static LicenseType LicenseType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(URL u)
           
static LicenseType LicenseType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(InputStream is)
           
static LicenseType LicenseType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(Reader r)
           
static LicenseType LicenseType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(Node node)
           
static LicenseType LicenseType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static LicenseType LicenseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static LicenseType LicenseType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 LicenseType ConnectorType.getLicense()
          Gets the "license" element
 LicenseType ConnectorType.addNewLicense()
          Appends and returns a new empty "license" element
 

Methods in org.apache.geronimo.xbeans.j2ee with parameters of type LicenseType
 void ConnectorType.setLicense(LicenseType license)
          Sets the "license" element
 

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

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

Methods in org.apache.geronimo.xbeans.j2ee.impl that return LicenseType
 LicenseType ConnectorTypeImpl.getLicense()
          Gets the "license" element
 LicenseType ConnectorTypeImpl.addNewLicense()
          Appends and returns a new empty "license" element
 

Methods in org.apache.geronimo.xbeans.j2ee.impl with parameters of type LicenseType
 void ConnectorTypeImpl.setLicense(LicenseType license)
          Sets the "license" element
 



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