Uses of Interface
noNamespace.RequestPackageV2Type

Packages that use RequestPackageV2Type
noNamespace   
noNamespace.impl   
 

Uses of RequestPackageV2Type in noNamespace
 

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

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

Uses of RequestPackageV2Type in noNamespace.impl
 

Classes in noNamespace.impl that implement RequestPackageV2Type
 class RequestPackageV2TypeImpl
          An XML RequestPackageV2Type(@).
 

Methods in noNamespace.impl that return RequestPackageV2Type
 RequestPackageV2Type RateV2RequestTypeImpl.addNewPackage()
          Appends and returns a new empty value (as xml) as the last "Package" element
 RequestPackageV2Type[] RateV2RequestTypeImpl.getPackageArray()
          Gets array of all "Package" elements
 RequestPackageV2Type RateV2RequestTypeImpl.getPackageArray(int i)
          Gets ith "Package" element
 RequestPackageV2Type RateV2RequestTypeImpl.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 RequestPackageV2Type
 void RateV2RequestTypeImpl.setPackageArray(int i, RequestPackageV2Type xpackage)
          Sets ith "Package" element
 void RateV2RequestTypeImpl.setPackageArray(RequestPackageV2Type[] xpackageArray)
          Sets array of all "Package" element
 



Copyright © 2012. All Rights Reserved.