|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PostageV3Type
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 |
java.lang.String |
getCommitmentDate()
Gets the "CommitmentDate" element |
LocationV3Type[] |
getLocationArray()
Gets array of all "Location" elements |
LocationV3Type |
getLocationArray(int i)
Gets ith "Location" element |
java.lang.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(java.lang.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(java.lang.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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getMailService()
org.apache.xmlbeans.XmlString xgetMailService()
void setMailService(java.lang.String mailService)
void xsetMailService(org.apache.xmlbeans.XmlString mailService)
float getRate()
org.apache.xmlbeans.XmlFloat xgetRate()
void setRate(float rate)
void xsetRate(org.apache.xmlbeans.XmlFloat rate)
float getCommercialRate()
org.apache.xmlbeans.XmlFloat xgetCommercialRate()
boolean isSetCommercialRate()
void setCommercialRate(float commercialRate)
void xsetCommercialRate(org.apache.xmlbeans.XmlFloat commercialRate)
void unsetCommercialRate()
java.lang.String getCommitmentDate()
org.apache.xmlbeans.XmlString xgetCommitmentDate()
void setCommitmentDate(java.lang.String commitmentDate)
void xsetCommitmentDate(org.apache.xmlbeans.XmlString commitmentDate)
LocationV3Type[] getLocationArray()
LocationV3Type getLocationArray(int i)
int sizeOfLocationArray()
void setLocationArray(LocationV3Type[] locationArray)
void setLocationArray(int i,
LocationV3Type location)
LocationV3Type insertNewLocation(int i)
LocationV3Type addNewLocation()
void removeLocation(int i)
CommitmentV3Type[] getCommitmentArray()
CommitmentV3Type getCommitmentArray(int i)
int sizeOfCommitmentArray()
void setCommitmentArray(CommitmentV3Type[] commitmentArray)
void setCommitmentArray(int i,
CommitmentV3Type commitment)
CommitmentV3Type insertNewCommitment(int i)
CommitmentV3Type addNewCommitment()
void removeCommitment(int i)
int getCLASSID()
org.apache.xmlbeans.XmlInt xgetCLASSID()
boolean isSetCLASSID()
void setCLASSID(int classid)
void xsetCLASSID(org.apache.xmlbeans.XmlInt classid)
void unsetCLASSID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||