Uses of Interface
noNamespace.ResponsePackageV2Type

Packages that use ResponsePackageV2Type
noNamespace   
noNamespace.impl   
 

Uses of ResponsePackageV2Type in noNamespace
 

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

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

Uses of ResponsePackageV2Type in noNamespace.impl
 

Classes in noNamespace.impl that implement ResponsePackageV2Type
 class ResponsePackageV2TypeImpl
          An XML ResponsePackageV2Type(@).
 

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



Copyright © 2012. All Rights Reserved.