Uses of Interface
org.apache.geronimo.xbeans.geronimo.client.GerResourceType

Packages that use GerResourceType
org.apache.geronimo.xbeans.geronimo.client   
org.apache.geronimo.xbeans.geronimo.client.impl   
 

Uses of GerResourceType in org.apache.geronimo.xbeans.geronimo.client
 

Methods in org.apache.geronimo.xbeans.geronimo.client that return GerResourceType
 GerResourceType GerApplicationClientType.addNewResource()
          Appends and returns a new empty value (as xml) as the last "resource" element
 GerResourceType[] GerApplicationClientType.getResourceArray()
          Gets array of all "resource" elements
 GerResourceType GerApplicationClientType.getResourceArray(int i)
          Gets ith "resource" element
 GerResourceType GerApplicationClientType.insertNewResource(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource" element
static GerResourceType GerResourceType.Factory.newInstance()
           
static GerResourceType GerResourceType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(File file)
           
static GerResourceType GerResourceType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(InputStream is)
           
static GerResourceType GerResourceType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(Node node)
           
static GerResourceType GerResourceType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(Reader r)
           
static GerResourceType GerResourceType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(String xmlAsString)
           
static GerResourceType GerResourceType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(URL u)
           
static GerResourceType GerResourceType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerResourceType GerResourceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerResourceType GerResourceType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerResourceType GerResourceType.Factory.parse(XMLStreamReader sr)
           
static GerResourceType GerResourceType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.client with parameters of type GerResourceType
 void GerApplicationClientType.setResourceArray(GerResourceType[] resourceArray)
          Sets array of all "resource" element
 void GerApplicationClientType.setResourceArray(int i, GerResourceType resource)
          Sets ith "resource" element
 

Uses of GerResourceType in org.apache.geronimo.xbeans.geronimo.client.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.client.impl that implement GerResourceType
 class GerResourceTypeImpl
          An XML resourceType(@http://geronimo.apache.org/xml/ns/j2ee/application-client-2.0).
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl that return GerResourceType
 GerResourceType GerApplicationClientTypeImpl.addNewResource()
          Appends and returns a new empty value (as xml) as the last "resource" element
 GerResourceType[] GerApplicationClientTypeImpl.getResourceArray()
          Gets array of all "resource" elements
 GerResourceType GerApplicationClientTypeImpl.getResourceArray(int i)
          Gets ith "resource" element
 GerResourceType GerApplicationClientTypeImpl.insertNewResource(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource" element
 

Methods in org.apache.geronimo.xbeans.geronimo.client.impl with parameters of type GerResourceType
 void GerApplicationClientTypeImpl.setResourceArray(GerResourceType[] resourceArray)
          Sets array of all "resource" element
 void GerApplicationClientTypeImpl.setResourceArray(int i, GerResourceType resource)
          Sets ith "resource" element
 



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