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(File file)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(InputStream is)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(Node node)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(Reader r)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(String xmlAsString)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(URL u)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(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(XMLStreamReader sr)
           
static RateV3RequestDocument RateV3RequestDocument.Factory.parse(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.