Uses of Interface
noNamespace.CommitmentV3Type

Packages that use CommitmentV3Type
noNamespace   
noNamespace.impl   
 

Uses of CommitmentV3Type in noNamespace
 

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

Methods in noNamespace with parameters of type CommitmentV3Type
 void PostageV3Type.setCommitmentArray(CommitmentV3Type[] commitmentArray)
          Sets array of all "Commitment" element
 void PostageV3Type.setCommitmentArray(int i, CommitmentV3Type commitment)
          Sets ith "Commitment" element
 

Uses of CommitmentV3Type in noNamespace.impl
 

Classes in noNamespace.impl that implement CommitmentV3Type
 class CommitmentV3TypeImpl
          An XML CommitmentV3Type(@).
 

Methods in noNamespace.impl that return CommitmentV3Type
 CommitmentV3Type PostageV3TypeImpl.addNewCommitment()
          Appends and returns a new empty value (as xml) as the last "Commitment" element
 CommitmentV3Type[] PostageV3TypeImpl.getCommitmentArray()
          Gets array of all "Commitment" elements
 CommitmentV3Type PostageV3TypeImpl.getCommitmentArray(int i)
          Gets ith "Commitment" element
 CommitmentV3Type PostageV3TypeImpl.insertNewCommitment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Commitment" element
 

Methods in noNamespace.impl with parameters of type CommitmentV3Type
 void PostageV3TypeImpl.setCommitmentArray(CommitmentV3Type[] commitmentArray)
          Sets array of all "Commitment" element
 void PostageV3TypeImpl.setCommitmentArray(int i, CommitmentV3Type commitment)
          Sets ith "Commitment" element
 



Copyright © 2012. All Rights Reserved.