Uses of Interface
noNamespace.ResponsePackageV3Type

Packages that use ResponsePackageV3Type
noNamespace   
noNamespace.impl   
 

Uses of ResponsePackageV3Type in noNamespace
 

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

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

Uses of ResponsePackageV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement ResponsePackageV3Type
 class ResponsePackageV3TypeImpl
          An XML ResponsePackageV3Type(@).
 

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



Copyright © 2012. All Rights Reserved.