Uses of Interface
org.apache.geronimo.deployment.xbeans.ReferencesType

Packages that use ReferencesType
org.apache.geronimo.deployment.xbeans   
org.apache.geronimo.deployment.xbeans.impl   
 

Uses of ReferencesType in org.apache.geronimo.deployment.xbeans
 

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

Methods in org.apache.geronimo.deployment.xbeans with parameters of type ReferencesType
 void GbeanType.setReferencesArray(int i, ReferencesType references)
          Sets ith "references" element
 void GbeanType.setReferencesArray(ReferencesType[] referencesArray)
          Sets array of all "references" element
 

Uses of ReferencesType in org.apache.geronimo.deployment.xbeans.impl
 

Classes in org.apache.geronimo.deployment.xbeans.impl that implement ReferencesType
 class ReferencesTypeImpl
          An XML referencesType(@http://geronimo.apache.org/xml/ns/deployment-1.2).
 

Methods in org.apache.geronimo.deployment.xbeans.impl that return ReferencesType
 ReferencesType GbeanTypeImpl.addNewReferences()
          Appends and returns a new empty value (as xml) as the last "references" element
 ReferencesType[] GbeanTypeImpl.getReferencesArray()
          Gets array of all "references" elements
 ReferencesType GbeanTypeImpl.getReferencesArray(int i)
          Gets ith "references" element
 ReferencesType GbeanTypeImpl.insertNewReferences(int i)
          Inserts and returns a new empty value (as xml) as the ith "references" element
 

Methods in org.apache.geronimo.deployment.xbeans.impl with parameters of type ReferencesType
 void GbeanTypeImpl.setReferencesArray(int i, ReferencesType references)
          Sets ith "references" element
 void GbeanTypeImpl.setReferencesArray(ReferencesType[] referencesArray)
          Sets array of all "references" element
 



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