Uses of Interface
org.apache.geronimo.xbeans.geronimo.GerFullyQualifiedClassType

Packages that use GerFullyQualifiedClassType
org.apache.geronimo.xbeans.geronimo   
org.apache.geronimo.xbeans.geronimo.impl   
 

Uses of GerFullyQualifiedClassType in org.apache.geronimo.xbeans.geronimo
 

Methods in org.apache.geronimo.xbeans.geronimo that return GerFullyQualifiedClassType
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceType.addNewImplementedInterface()
          Appends and returns a new empty value (as xml) as the last "implemented-interface" element
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceType.insertNewImplementedInterface(int i)
          Inserts and returns a new empty value (as xml) as the ith "implemented-interface" element
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.newInstance()
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.newValue(Object obj)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(File file)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(InputStream is)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(Node node)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(Reader r)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(String xmlAsString)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(URL u)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(XMLStreamReader sr)
           
static GerFullyQualifiedClassType GerFullyQualifiedClassType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 GerFullyQualifiedClassType GerAdminobjectType.xgetAdminobjectClass()
          Gets (as xml) the "adminobject-class" element
 GerFullyQualifiedClassType GerAdminobjectType.xgetAdminobjectInterface()
          Gets (as xml) the "adminobject-interface" element
 GerFullyQualifiedClassType GerConnectionDefinitionType.xgetConnectionfactoryInterface()
          Gets (as xml) the "connectionfactory-interface" element
 GerFullyQualifiedClassType[] GerConnectiondefinitionInstanceType.xgetImplementedInterfaceArray()
          Gets (as xml) array of all "implemented-interface" elements
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceType.xgetImplementedInterfaceArray(int i)
          Gets (as xml) ith "implemented-interface" element
 

Methods in org.apache.geronimo.xbeans.geronimo with parameters of type GerFullyQualifiedClassType
 void GerAdminobjectType.xsetAdminobjectClass(GerFullyQualifiedClassType adminobjectClass)
          Sets (as xml) the "adminobject-class" element
 void GerAdminobjectType.xsetAdminobjectInterface(GerFullyQualifiedClassType adminobjectInterface)
          Sets (as xml) the "adminobject-interface" element
 void GerConnectionDefinitionType.xsetConnectionfactoryInterface(GerFullyQualifiedClassType connectionfactoryInterface)
          Sets (as xml) the "connectionfactory-interface" element
 void GerConnectiondefinitionInstanceType.xsetImplementedInterfaceArray(GerFullyQualifiedClassType[] implementedInterfaceArray)
          Sets (as xml) array of all "implemented-interface" element
 void GerConnectiondefinitionInstanceType.xsetImplementedInterfaceArray(int i, GerFullyQualifiedClassType implementedInterface)
          Sets (as xml) ith "implemented-interface" element
 

Uses of GerFullyQualifiedClassType in org.apache.geronimo.xbeans.geronimo.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.impl that implement GerFullyQualifiedClassType
 class GerFullyQualifiedClassTypeImpl
          An XML fully-qualified-classType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2).
 

Methods in org.apache.geronimo.xbeans.geronimo.impl that return GerFullyQualifiedClassType
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceTypeImpl.addNewImplementedInterface()
          Appends and returns a new empty value (as xml) as the last "implemented-interface" element
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceTypeImpl.insertNewImplementedInterface(int i)
          Inserts and returns a new empty value (as xml) as the ith "implemented-interface" element
 GerFullyQualifiedClassType GerAdminobjectTypeImpl.xgetAdminobjectClass()
          Gets (as xml) the "adminobject-class" element
 GerFullyQualifiedClassType GerAdminobjectTypeImpl.xgetAdminobjectInterface()
          Gets (as xml) the "adminobject-interface" element
 GerFullyQualifiedClassType GerConnectionDefinitionTypeImpl.xgetConnectionfactoryInterface()
          Gets (as xml) the "connectionfactory-interface" element
 GerFullyQualifiedClassType[] GerConnectiondefinitionInstanceTypeImpl.xgetImplementedInterfaceArray()
          Gets (as xml) array of all "implemented-interface" elements
 GerFullyQualifiedClassType GerConnectiondefinitionInstanceTypeImpl.xgetImplementedInterfaceArray(int i)
          Gets (as xml) ith "implemented-interface" element
 

Methods in org.apache.geronimo.xbeans.geronimo.impl with parameters of type GerFullyQualifiedClassType
 void GerAdminobjectTypeImpl.xsetAdminobjectClass(GerFullyQualifiedClassType adminobjectClass)
          Sets (as xml) the "adminobject-class" element
 void GerAdminobjectTypeImpl.xsetAdminobjectInterface(GerFullyQualifiedClassType adminobjectInterface)
          Sets (as xml) the "adminobject-interface" element
 void GerConnectionDefinitionTypeImpl.xsetConnectionfactoryInterface(GerFullyQualifiedClassType connectionfactoryInterface)
          Sets (as xml) the "connectionfactory-interface" element
 void GerConnectiondefinitionInstanceTypeImpl.xsetImplementedInterfaceArray(GerFullyQualifiedClassType[] implementedInterfaceArray)
          Sets (as xml) array of all "implemented-interface" element
 void GerConnectiondefinitionInstanceTypeImpl.xsetImplementedInterfaceArray(int i, GerFullyQualifiedClassType implementedInterface)
          Sets (as xml) ith "implemented-interface" element
 



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