Uses of Interface
noNamespace.PostageV3Type

Packages that use PostageV3Type
noNamespace   
noNamespace.impl   
 

Uses of PostageV3Type in noNamespace
 

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

Methods in noNamespace with parameters of type PostageV3Type
 void ResponsePackageV3Type.setPostageArray(int i, PostageV3Type postage)
          Sets ith "Postage" element
 void ResponsePackageV3Type.setPostageArray(PostageV3Type[] postageArray)
          Sets array of all "Postage" element
 

Uses of PostageV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement PostageV3Type
 class PostageV3TypeImpl
          An XML PostageV3Type(@).
 

Methods in noNamespace.impl that return PostageV3Type
 PostageV3Type ResponsePackageV3TypeImpl.addNewPostage()
          Appends and returns a new empty value (as xml) as the last "Postage" element
 PostageV3Type[] ResponsePackageV3TypeImpl.getPostageArray()
          Gets array of all "Postage" elements
 PostageV3Type ResponsePackageV3TypeImpl.getPostageArray(int i)
          Gets ith "Postage" element
 PostageV3Type ResponsePackageV3TypeImpl.insertNewPostage(int i)
          Inserts and returns a new empty value (as xml) as the ith "Postage" element
 

Methods in noNamespace.impl with parameters of type PostageV3Type
 void ResponsePackageV3TypeImpl.setPostageArray(int i, PostageV3Type postage)
          Sets ith "Postage" element
 void ResponsePackageV3TypeImpl.setPostageArray(PostageV3Type[] postageArray)
          Sets array of all "Postage" element
 



Copyright © 2012. All Rights Reserved.