noNamespace
Interface PostageV3Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
PostageV3TypeImpl

public interface PostageV3Type
extends org.apache.xmlbeans.XmlObject

An XML PostageV3Type(@). This is a complex type.


Nested Class Summary
static class PostageV3Type.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 CommitmentV3Type addNewCommitment()
          Appends and returns a new empty value (as xml) as the last "Commitment" element
 LocationV3Type addNewLocation()
          Appends and returns a new empty value (as xml) as the last "Location" element
 int getCLASSID()
          Gets the "CLASSID" attribute
 float getCommercialRate()
          Gets the "CommercialRate" element
 CommitmentV3Type[] getCommitmentArray()
          Gets array of all "Commitment" elements
 CommitmentV3Type getCommitmentArray(int i)
          Gets ith "Commitment" element
 String getCommitmentDate()
          Gets the "CommitmentDate" element
 LocationV3Type[] getLocationArray()
          Gets array of all "Location" elements
 LocationV3Type getLocationArray(int i)
          Gets ith "Location" element
 String getMailService()
          Gets the "MailService" element
 float getRate()
          Gets the "Rate" element
 CommitmentV3Type insertNewCommitment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Commitment" element
 LocationV3Type insertNewLocation(int i)
          Inserts and returns a new empty value (as xml) as the ith "Location" element
 boolean isSetCLASSID()
          True if has "CLASSID" attribute
 boolean isSetCommercialRate()
          True if has "CommercialRate" element
 void removeCommitment(int i)
          Removes the ith "Commitment" element
 void removeLocation(int i)
          Removes the ith "Location" element
 void setCLASSID(int classid)
          Sets the "CLASSID" attribute
 void setCommercialRate(float commercialRate)
          Sets the "CommercialRate" element
 void setCommitmentArray(CommitmentV3Type[] commitmentArray)
          Sets array of all "Commitment" element
 void setCommitmentArray(int i, CommitmentV3Type commitment)
          Sets ith "Commitment" element
 void setCommitmentDate(String commitmentDate)
          Sets the "CommitmentDate" element
 void setLocationArray(int i, LocationV3Type location)
          Sets ith "Location" element
 void setLocationArray(LocationV3Type[] locationArray)
          Sets array of all "Location" element
 void setMailService(String mailService)
          Sets the "MailService" element
 void setRate(float rate)
          Sets the "Rate" element
 int sizeOfCommitmentArray()
          Returns number of "Commitment" element
 int sizeOfLocationArray()
          Returns number of "Location" element
 void unsetCLASSID()
          Unsets the "CLASSID" attribute
 void unsetCommercialRate()
          Unsets the "CommercialRate" element
 org.apache.xmlbeans.XmlInt xgetCLASSID()
          Gets (as xml) the "CLASSID" attribute
 org.apache.xmlbeans.XmlFloat xgetCommercialRate()
          Gets (as xml) the "CommercialRate" element
 org.apache.xmlbeans.XmlString xgetCommitmentDate()
          Gets (as xml) the "CommitmentDate" element
 org.apache.xmlbeans.XmlString xgetMailService()
          Gets (as xml) the "MailService" element
 org.apache.xmlbeans.XmlFloat xgetRate()
          Gets (as xml) the "Rate" element
 void xsetCLASSID(org.apache.xmlbeans.XmlInt classid)
          Sets (as xml) the "CLASSID" attribute
 void xsetCommercialRate(org.apache.xmlbeans.XmlFloat commercialRate)
          Sets (as xml) the "CommercialRate" element
 void xsetCommitmentDate(org.apache.xmlbeans.XmlString commitmentDate)
          Sets (as xml) the "CommitmentDate" element
 void xsetMailService(org.apache.xmlbeans.XmlString mailService)
          Sets (as xml) the "MailService" element
 void xsetRate(org.apache.xmlbeans.XmlFloat rate)
          Sets (as xml) the "Rate" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getMailService

String getMailService()
Gets the "MailService" element


xgetMailService

org.apache.xmlbeans.XmlString xgetMailService()
Gets (as xml) the "MailService" element


setMailService

void setMailService(String mailService)
Sets the "MailService" element


xsetMailService

void xsetMailService(org.apache.xmlbeans.XmlString mailService)
Sets (as xml) the "MailService" element


getRate

float getRate()
Gets the "Rate" element


xgetRate

org.apache.xmlbeans.XmlFloat xgetRate()
Gets (as xml) the "Rate" element


setRate

void setRate(float rate)
Sets the "Rate" element


xsetRate

void xsetRate(org.apache.xmlbeans.XmlFloat rate)
Sets (as xml) the "Rate" element


getCommercialRate

float getCommercialRate()
Gets the "CommercialRate" element


xgetCommercialRate

org.apache.xmlbeans.XmlFloat xgetCommercialRate()
Gets (as xml) the "CommercialRate" element


isSetCommercialRate

boolean isSetCommercialRate()
True if has "CommercialRate" element


setCommercialRate

void setCommercialRate(float commercialRate)
Sets the "CommercialRate" element


xsetCommercialRate

void xsetCommercialRate(org.apache.xmlbeans.XmlFloat commercialRate)
Sets (as xml) the "CommercialRate" element


unsetCommercialRate

void unsetCommercialRate()
Unsets the "CommercialRate" element


getCommitmentDate

String getCommitmentDate()
Gets the "CommitmentDate" element


xgetCommitmentDate

org.apache.xmlbeans.XmlString xgetCommitmentDate()
Gets (as xml) the "CommitmentDate" element


setCommitmentDate

void setCommitmentDate(String commitmentDate)
Sets the "CommitmentDate" element


xsetCommitmentDate

void xsetCommitmentDate(org.apache.xmlbeans.XmlString commitmentDate)
Sets (as xml) the "CommitmentDate" element


getLocationArray

LocationV3Type[] getLocationArray()
Gets array of all "Location" elements


getLocationArray

LocationV3Type getLocationArray(int i)
Gets ith "Location" element


sizeOfLocationArray

int sizeOfLocationArray()
Returns number of "Location" element


setLocationArray

void setLocationArray(LocationV3Type[] locationArray)
Sets array of all "Location" element


setLocationArray

void setLocationArray(int i,
                      LocationV3Type location)
Sets ith "Location" element


insertNewLocation

LocationV3Type insertNewLocation(int i)
Inserts and returns a new empty value (as xml) as the ith "Location" element


addNewLocation

LocationV3Type addNewLocation()
Appends and returns a new empty value (as xml) as the last "Location" element


removeLocation

void removeLocation(int i)
Removes the ith "Location" element


getCommitmentArray

CommitmentV3Type[] getCommitmentArray()
Gets array of all "Commitment" elements


getCommitmentArray

CommitmentV3Type getCommitmentArray(int i)
Gets ith "Commitment" element


sizeOfCommitmentArray

int sizeOfCommitmentArray()
Returns number of "Commitment" element


setCommitmentArray

void setCommitmentArray(CommitmentV3Type[] commitmentArray)
Sets array of all "Commitment" element


setCommitmentArray

void setCommitmentArray(int i,
                        CommitmentV3Type commitment)
Sets ith "Commitment" element


insertNewCommitment

CommitmentV3Type insertNewCommitment(int i)
Inserts and returns a new empty value (as xml) as the ith "Commitment" element


addNewCommitment

CommitmentV3Type addNewCommitment()
Appends and returns a new empty value (as xml) as the last "Commitment" element


removeCommitment

void removeCommitment(int i)
Removes the ith "Commitment" element


getCLASSID

int getCLASSID()
Gets the "CLASSID" attribute


xgetCLASSID

org.apache.xmlbeans.XmlInt xgetCLASSID()
Gets (as xml) the "CLASSID" attribute


isSetCLASSID

boolean isSetCLASSID()
True if has "CLASSID" attribute


setCLASSID

void setCLASSID(int classid)
Sets the "CLASSID" attribute


xsetCLASSID

void xsetCLASSID(org.apache.xmlbeans.XmlInt classid)
Sets (as xml) the "CLASSID" attribute


unsetCLASSID

void unsetCLASSID()
Unsets the "CLASSID" attribute



Copyright © 2012. All Rights Reserved.