Uses of Interface
org.apache.geronimo.xbeans.wsdl.TImport

Packages that use TImport
org.apache.geronimo.xbeans.wsdl   
org.apache.geronimo.xbeans.wsdl.impl   
 

Uses of TImport in org.apache.geronimo.xbeans.wsdl
 

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

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TImport
 void TDefinitions.setImportArray(int i, TImport ximport)
          Sets ith "import" element
 void TDefinitions.setImportArray(TImport[] ximportArray)
          Sets array of all "import" element
 

Uses of TImport in org.apache.geronimo.xbeans.wsdl.impl
 

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TImport
 class TImportImpl
          An XML tImport(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TImport
 TImport TDefinitionsImpl.addNewImport()
          Appends and returns a new empty value (as xml) as the last "import" element
 TImport[] TDefinitionsImpl.getImportArray()
          Gets array of all "import" elements
 TImport TDefinitionsImpl.getImportArray(int i)
          Gets ith "import" element
 TImport TDefinitionsImpl.insertNewImport(int i)
          Inserts and returns a new empty value (as xml) as the ith "import" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TImport
 void TDefinitionsImpl.setImportArray(int i, TImport ximport)
          Sets ith "import" element
 void TDefinitionsImpl.setImportArray(TImport[] ximportArray)
          Sets array of all "import" element
 



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