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

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

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

Methods in org.apache.geronimo.xbeans.wsdl that return TDocumentation
 TDocumentation TDocumented.addNewDocumentation()
          Appends and returns a new empty "documentation" element
 TDocumentation TDocumented.getDocumentation()
          Gets the "documentation" element
static TDocumentation TDocumentation.Factory.newInstance()
           
static TDocumentation TDocumentation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(File file)
           
static TDocumentation TDocumentation.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(InputStream is)
           
static TDocumentation TDocumentation.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(Node node)
           
static TDocumentation TDocumentation.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(Reader r)
           
static TDocumentation TDocumentation.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(String xmlAsString)
           
static TDocumentation TDocumentation.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(URL u)
           
static TDocumentation TDocumentation.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TDocumentation TDocumentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TDocumentation TDocumentation.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TDocumentation TDocumentation.Factory.parse(XMLStreamReader sr)
           
static TDocumentation TDocumentation.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.wsdl with parameters of type TDocumentation
 void TDocumented.setDocumentation(TDocumentation documentation)
          Sets the "documentation" element
 

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

Classes in org.apache.geronimo.xbeans.wsdl.impl that implement TDocumentation
 class TDocumentationImpl
          An XML tDocumentation(@http://schemas.xmlsoap.org/wsdl/).
 

Methods in org.apache.geronimo.xbeans.wsdl.impl that return TDocumentation
 TDocumentation TDocumentedImpl.addNewDocumentation()
          Appends and returns a new empty "documentation" element
 TDocumentation TDocumentedImpl.getDocumentation()
          Gets the "documentation" element
 

Methods in org.apache.geronimo.xbeans.wsdl.impl with parameters of type TDocumentation
 void TDocumentedImpl.setDocumentation(TDocumentation documentation)
          Sets the "documentation" element
 



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