Uses of Interface
noNamespace.RateV3RequestDocument

Packages that use RateV3RequestDocument
noNamespace   
noNamespace.impl   
 

Uses of RateV3RequestDocument in noNamespace
 

Methods in noNamespace that return RateV3RequestDocument
static RateV3RequestDocument RateV3RequestDocument.Factory.newInstance()
           
static RateV3RequestDocument RateV3RequestDocument.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.File file)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.InputStream is)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(org.w3c.dom.Node node)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.Reader r)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.lang.String xmlAsString)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.net.URL u)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Uses of RateV3RequestDocument in noNamespace.impl
 

Classes in noNamespace.impl that implement RateV3RequestDocument
 class RateV3RequestDocumentImpl
          A document containing one RateV3Request(@) element.
 



Copyright © 2012. All Rights Reserved.