|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.io.File file)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.io.InputStream is)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options)
|
static PostageV2Type |
PostageV2Type.Factory.parse(org.w3c.dom.Node node)
|
static PostageV2Type |
PostageV2Type.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.io.Reader r)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.lang.String xmlAsString)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.net.URL u)
|
static PostageV2Type |
PostageV2Type.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
|
static PostageV2Type |
PostageV2Type.Factory.parse(javax.xml.stream.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||