Uses of Interface
noNamespace.RateV2RequestDocument

Packages that use RateV2RequestDocument
noNamespace   
noNamespace.impl   
 

Uses of RateV2RequestDocument in noNamespace
 

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

Uses of RateV2RequestDocument in noNamespace.impl
 

Classes in noNamespace.impl that implement RateV2RequestDocument
 class RateV2RequestDocumentImpl
          A document containing one RateV2Request(@) element.
 



Copyright © 2011. All Rights Reserved.