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

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

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

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

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TTypes
 void TDefinitions.setTypesArray(int i, TTypes types)
          Sets ith "types" element
 void TDefinitions.setTypesArray(TTypes[] typesArray)
          Sets array of all "types" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TTypes
 class TTypesImpl
          An XML tTypes(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TTypes
 TTypes TDefinitionsImpl.addNewTypes()
          Appends and returns a new empty value (as xml) as the last "types" element
 TTypes[] TDefinitionsImpl.getTypesArray()
          Gets array of all "types" elements
 TTypes TDefinitionsImpl.getTypesArray(int i)
          Gets ith "types" element
 TTypes TDefinitionsImpl.insertNewTypes(int i)
          Inserts and returns a new empty value (as xml) as the ith "types" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TTypes
 void TDefinitionsImpl.setTypesArray(int i, TTypes types)
          Sets ith "types" element
 void TDefinitionsImpl.setTypesArray(TTypes[] typesArray)
          Sets array of all "types" element
 



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