Uses of Interface
noNamespace.RateV2ResponseDocument

Packages that use RateV2ResponseDocument
noNamespace   
noNamespace.impl   
 

Uses of RateV2ResponseDocument in noNamespace
 

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

Uses of RateV2ResponseDocument in noNamespace.impl
 

Classes in noNamespace.impl that implement RateV2ResponseDocument
 class RateV2ResponseDocumentImpl
          A document containing one RateV2Response(@) element.
 



Copyright © 2011. All Rights Reserved.