Uses of Interface
noNamespace.PostageV2Type

Packages that use PostageV2Type
noNamespace   
noNamespace.impl   
 

Uses of PostageV2Type in noNamespace
 

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

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

Uses of PostageV2Type in noNamespace.impl
 

Classes in noNamespace.impl that implement PostageV2Type
 class PostageV2TypeImpl
          An XML PostageV2Type(@).
 

Methods in noNamespace.impl that return PostageV2Type
 PostageV2Type ResponsePackageV2TypeImpl.addNewPostage()
          Appends and returns a new empty value (as xml) as the last "Postage" element
 PostageV2Type[] ResponsePackageV2TypeImpl.getPostageArray()
          Gets array of all "Postage" elements
 PostageV2Type ResponsePackageV2TypeImpl.getPostageArray(int i)
          Gets ith "Postage" element
 PostageV2Type ResponsePackageV2TypeImpl.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 PostageV2Type
 void ResponsePackageV2TypeImpl.setPostageArray(int i, PostageV2Type postage)
          Sets ith "Postage" element
 void ResponsePackageV2TypeImpl.setPostageArray(PostageV2Type[] postageArray)
          Sets array of all "Postage" element
 



Copyright © 2011. All Rights Reserved.