Uses of Interface
noNamespace.RateV3ResponseDocument

Packages that use RateV3ResponseDocument
noNamespace   
noNamespace.impl   
 

Uses of RateV3ResponseDocument in noNamespace
 

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

Uses of RateV3ResponseDocument in noNamespace.impl
 

Classes in noNamespace.impl that implement RateV3ResponseDocument
 class RateV3ResponseDocumentImpl
          A document containing one RateV3Response(@) element.
 



Copyright © 2011. All Rights Reserved.