Uses of Interface
noNamespace.RateV3RequestType

Packages that use RateV3RequestType
noNamespace   
noNamespace.impl   
 

Uses of RateV3RequestType in noNamespace
 

Methods in noNamespace that return RateV3RequestType
 RateV3RequestType RateV3RequestDocument.addNewRateV3Request()
          Appends and returns a new empty "RateV3Request" element
 RateV3RequestType RateV3RequestDocument.getRateV3Request()
          Gets the "RateV3Request" element
static RateV3RequestType RateV3RequestType.Factory.newInstance()
           
static RateV3RequestType RateV3RequestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.File file)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.InputStream is)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(org.w3c.dom.Node node)
           
static RateV3RequestType RateV3RequestType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.Reader r)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.lang.String xmlAsString)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.net.URL u)
           
static RateV3RequestType RateV3RequestType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static RateV3RequestType RateV3RequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RateV3RequestType RateV3RequestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RateV3RequestType RateV3RequestType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RateV3RequestType RateV3RequestType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in noNamespace with parameters of type RateV3RequestType
 void RateV3RequestDocument.setRateV3Request(RateV3RequestType rateV3Request)
          Sets the "RateV3Request" element
 

Uses of RateV3RequestType in noNamespace.impl
 

Classes in noNamespace.impl that implement RateV3RequestType
 class RateV3RequestTypeImpl
          An XML RateV3RequestType(@).
 

Methods in noNamespace.impl that return RateV3RequestType
 RateV3RequestType RateV3RequestDocumentImpl.addNewRateV3Request()
          Appends and returns a new empty "RateV3Request" element
 RateV3RequestType RateV3RequestDocumentImpl.getRateV3Request()
          Gets the "RateV3Request" element
 

Methods in noNamespace.impl with parameters of type RateV3RequestType
 void RateV3RequestDocumentImpl.setRateV3Request(RateV3RequestType rateV3Request)
          Sets the "RateV3Request" element
 



Copyright © 2012. All Rights Reserved.