Uses of Interface
noNamespace.RequestPackageV3Type

Packages that use RequestPackageV3Type
noNamespace   
noNamespace.impl   
 

Uses of RequestPackageV3Type in noNamespace
 

Methods in noNamespace that return RequestPackageV3Type
 RequestPackageV3Type RateV3RequestType.addNewPackage()
          Appends and returns a new empty value (as xml) as the last "Package" element
 RequestPackageV3Type[] RateV3RequestType.getPackageArray()
          Gets array of all "Package" elements
 RequestPackageV3Type RateV3RequestType.getPackageArray(int i)
          Gets ith "Package" element
 RequestPackageV3Type RateV3RequestType.insertNewPackage(int i)
          Inserts and returns a new empty value (as xml) as the ith "Package" element
static RequestPackageV3Type RequestPackageV3Type.Factory.newInstance()
           
static RequestPackageV3Type RequestPackageV3Type.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.File file)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.InputStream is)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(org.w3c.dom.Node node)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.Reader r)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.lang.String xmlAsString)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.net.URL u)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static RequestPackageV3Type RequestPackageV3Type.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in noNamespace with parameters of type RequestPackageV3Type
 void RateV3RequestType.setPackageArray(int i, RequestPackageV3Type xpackage)
          Sets ith "Package" element
 void RateV3RequestType.setPackageArray(RequestPackageV3Type[] xpackageArray)
          Sets array of all "Package" element
 

Uses of RequestPackageV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement RequestPackageV3Type
 class RequestPackageV3TypeImpl
          An XML RequestPackageV3Type(@).
 

Methods in noNamespace.impl that return RequestPackageV3Type
 RequestPackageV3Type RateV3RequestTypeImpl.addNewPackage()
          Appends and returns a new empty value (as xml) as the last "Package" element
 RequestPackageV3Type[] RateV3RequestTypeImpl.getPackageArray()
          Gets array of all "Package" elements
 RequestPackageV3Type RateV3RequestTypeImpl.getPackageArray(int i)
          Gets ith "Package" element
 RequestPackageV3Type RateV3RequestTypeImpl.insertNewPackage(int i)
          Inserts and returns a new empty value (as xml) as the ith "Package" element
 

Methods in noNamespace.impl with parameters of type RequestPackageV3Type
 void RateV3RequestTypeImpl.setPackageArray(int i, RequestPackageV3Type xpackage)
          Sets ith "Package" element
 void RateV3RequestTypeImpl.setPackageArray(RequestPackageV3Type[] xpackageArray)
          Sets array of all "Package" element
 



Copyright © 2012. All Rights Reserved.