|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.XmlComplexContentImpl
noNamespace.impl.ResponsePackageV2TypeImpl
public class ResponsePackageV2TypeImpl
An XML ResponsePackageV2Type(@). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
ResponsePackageV2TypeImpl.ContainerImpl
An XML Container(@). |
static class |
ResponsePackageV2TypeImpl.SizeImpl
An XML Size(@). |
| Nested classes/interfaces inherited from interface noNamespace.ResponsePackageV2Type |
|---|
ResponsePackageV2Type.Container, ResponsePackageV2Type.Factory, ResponsePackageV2Type.Size |
| Field Summary |
|---|
| Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
| Fields inherited from interface noNamespace.ResponsePackageV2Type |
|---|
type |
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Constructor Summary | |
|---|---|
ResponsePackageV2TypeImpl(org.apache.xmlbeans.SchemaType sType)
|
|
| Method Summary | |
|---|---|
ErrorV2Type |
addNewError()
Appends and returns a new empty "Error" element |
PostageV2Type |
addNewPostage()
Appends and returns a new empty value (as xml) as the last "Postage" element |
ResponsePackageV2Type.Container.Enum |
getContainer()
Gets the "Container" element |
ErrorV2Type |
getError()
Gets the "Error" element |
String |
getID()
Gets the "ID" attribute |
boolean |
getMachinable()
Gets the "Machinable" element |
float |
getOunces()
Gets the "Ounces" element |
PostageV2Type[] |
getPostageArray()
Gets array of all "Postage" elements |
PostageV2Type |
getPostageArray(int i)
Gets ith "Postage" element |
int |
getPounds()
Gets the "Pounds" element |
String |
getRestrictions()
Gets the "Restrictions" element |
ResponsePackageV2Type.Size.Enum |
getSize()
Gets the "Size" element |
int |
getZipDestination()
Gets the "ZipDestination" element |
int |
getZipOrigination()
Gets the "ZipOrigination" element |
String |
getZone()
Gets the "Zone" element |
PostageV2Type |
insertNewPostage(int i)
Inserts and returns a new empty value (as xml) as the ith "Postage" element |
boolean |
isSetContainer()
True if has "Container" element |
boolean |
isSetError()
True if has "Error" element |
boolean |
isSetID()
True if has "ID" attribute |
boolean |
isSetMachinable()
True if has "Machinable" element |
boolean |
isSetRestrictions()
True if has "Restrictions" element |
boolean |
isSetSize()
True if has "Size" element |
boolean |
isSetZone()
True if has "Zone" element |
void |
removePostage(int i)
Removes the ith "Postage" element |
void |
setContainer(ResponsePackageV2Type.Container.Enum container)
Sets the "Container" element |
void |
setError(ErrorV2Type error)
Sets the "Error" element |
void |
setID(String id)
Sets the "ID" attribute |
void |
setMachinable(boolean machinable)
Sets the "Machinable" element |
void |
setOunces(float ounces)
Sets the "Ounces" element |
void |
setPostageArray(int i,
PostageV2Type postage)
Sets ith "Postage" element |
void |
setPostageArray(PostageV2Type[] postageArray)
Sets array of all "Postage" element |
void |
setPounds(int pounds)
Sets the "Pounds" element |
void |
setRestrictions(String restrictions)
Sets the "Restrictions" element |
void |
setSize(ResponsePackageV2Type.Size.Enum size)
Sets the "Size" element |
void |
setZipDestination(int zipDestination)
Sets the "ZipDestination" element |
void |
setZipOrigination(int zipOrigination)
Sets the "ZipOrigination" element |
void |
setZone(String zone)
Sets the "Zone" element |
int |
sizeOfPostageArray()
Returns number of "Postage" element |
void |
unsetContainer()
Unsets the "Container" element |
void |
unsetError()
Unsets the "Error" element |
void |
unsetID()
Unsets the "ID" attribute |
void |
unsetMachinable()
Unsets the "Machinable" element |
void |
unsetRestrictions()
Unsets the "Restrictions" element |
void |
unsetSize()
Unsets the "Size" element |
void |
unsetZone()
Unsets the "Zone" element |
ResponsePackageV2Type.Container |
xgetContainer()
Gets (as xml) the "Container" element |
org.apache.xmlbeans.XmlString |
xgetID()
Gets (as xml) the "ID" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetMachinable()
Gets (as xml) the "Machinable" element |
org.apache.xmlbeans.XmlFloat |
xgetOunces()
Gets (as xml) the "Ounces" element |
org.apache.xmlbeans.XmlInt |
xgetPounds()
Gets (as xml) the "Pounds" element |
org.apache.xmlbeans.XmlString |
xgetRestrictions()
Gets (as xml) the "Restrictions" element |
ResponsePackageV2Type.Size |
xgetSize()
Gets (as xml) the "Size" element |
org.apache.xmlbeans.XmlInt |
xgetZipDestination()
Gets (as xml) the "ZipDestination" element |
org.apache.xmlbeans.XmlInt |
xgetZipOrigination()
Gets (as xml) the "ZipOrigination" element |
org.apache.xmlbeans.XmlString |
xgetZone()
Gets (as xml) the "Zone" element |
void |
xsetContainer(ResponsePackageV2Type.Container container)
Sets (as xml) the "Container" element |
void |
xsetID(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "ID" attribute |
void |
xsetMachinable(org.apache.xmlbeans.XmlBoolean machinable)
Sets (as xml) the "Machinable" element |
void |
xsetOunces(org.apache.xmlbeans.XmlFloat ounces)
Sets (as xml) the "Ounces" element |
void |
xsetPounds(org.apache.xmlbeans.XmlInt pounds)
Sets (as xml) the "Pounds" element |
void |
xsetRestrictions(org.apache.xmlbeans.XmlString restrictions)
Sets (as xml) the "Restrictions" element |
void |
xsetSize(ResponsePackageV2Type.Size size)
Sets (as xml) the "Size" element |
void |
xsetZipDestination(org.apache.xmlbeans.XmlInt zipDestination)
Sets (as xml) the "ZipDestination" element |
void |
xsetZipOrigination(org.apache.xmlbeans.XmlInt zipOrigination)
Sets (as xml) the "ZipOrigination" element |
void |
xsetZone(org.apache.xmlbeans.XmlString zone)
Sets (as xml) the "Zone" element |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl |
|---|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code |
| Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
|---|
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public ResponsePackageV2TypeImpl(org.apache.xmlbeans.SchemaType sType)
| Method Detail |
|---|
public int getZipOrigination()
getZipOrigination in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlInt xgetZipOrigination()
xgetZipOrigination in interface ResponsePackageV2Typepublic void setZipOrigination(int zipOrigination)
setZipOrigination in interface ResponsePackageV2Typepublic void xsetZipOrigination(org.apache.xmlbeans.XmlInt zipOrigination)
xsetZipOrigination in interface ResponsePackageV2Typepublic int getZipDestination()
getZipDestination in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlInt xgetZipDestination()
xgetZipDestination in interface ResponsePackageV2Typepublic void setZipDestination(int zipDestination)
setZipDestination in interface ResponsePackageV2Typepublic void xsetZipDestination(org.apache.xmlbeans.XmlInt zipDestination)
xsetZipDestination in interface ResponsePackageV2Typepublic int getPounds()
getPounds in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlInt xgetPounds()
xgetPounds in interface ResponsePackageV2Typepublic void setPounds(int pounds)
setPounds in interface ResponsePackageV2Typepublic void xsetPounds(org.apache.xmlbeans.XmlInt pounds)
xsetPounds in interface ResponsePackageV2Typepublic float getOunces()
getOunces in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlFloat xgetOunces()
xgetOunces in interface ResponsePackageV2Typepublic void setOunces(float ounces)
setOunces in interface ResponsePackageV2Typepublic void xsetOunces(org.apache.xmlbeans.XmlFloat ounces)
xsetOunces in interface ResponsePackageV2Typepublic ResponsePackageV2Type.Container.Enum getContainer()
getContainer in interface ResponsePackageV2Typepublic ResponsePackageV2Type.Container xgetContainer()
xgetContainer in interface ResponsePackageV2Typepublic boolean isSetContainer()
isSetContainer in interface ResponsePackageV2Typepublic void setContainer(ResponsePackageV2Type.Container.Enum container)
setContainer in interface ResponsePackageV2Typepublic void xsetContainer(ResponsePackageV2Type.Container container)
xsetContainer in interface ResponsePackageV2Typepublic void unsetContainer()
unsetContainer in interface ResponsePackageV2Typepublic ResponsePackageV2Type.Size.Enum getSize()
getSize in interface ResponsePackageV2Typepublic ResponsePackageV2Type.Size xgetSize()
xgetSize in interface ResponsePackageV2Typepublic boolean isSetSize()
isSetSize in interface ResponsePackageV2Typepublic void setSize(ResponsePackageV2Type.Size.Enum size)
setSize in interface ResponsePackageV2Typepublic void xsetSize(ResponsePackageV2Type.Size size)
xsetSize in interface ResponsePackageV2Typepublic void unsetSize()
unsetSize in interface ResponsePackageV2Typepublic boolean getMachinable()
getMachinable in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlBoolean xgetMachinable()
xgetMachinable in interface ResponsePackageV2Typepublic boolean isSetMachinable()
isSetMachinable in interface ResponsePackageV2Typepublic void setMachinable(boolean machinable)
setMachinable in interface ResponsePackageV2Typepublic void xsetMachinable(org.apache.xmlbeans.XmlBoolean machinable)
xsetMachinable in interface ResponsePackageV2Typepublic void unsetMachinable()
unsetMachinable in interface ResponsePackageV2Typepublic String getZone()
getZone in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlString xgetZone()
xgetZone in interface ResponsePackageV2Typepublic boolean isSetZone()
isSetZone in interface ResponsePackageV2Typepublic void setZone(String zone)
setZone in interface ResponsePackageV2Typepublic void xsetZone(org.apache.xmlbeans.XmlString zone)
xsetZone in interface ResponsePackageV2Typepublic void unsetZone()
unsetZone in interface ResponsePackageV2Typepublic PostageV2Type[] getPostageArray()
getPostageArray in interface ResponsePackageV2Typepublic PostageV2Type getPostageArray(int i)
getPostageArray in interface ResponsePackageV2Typepublic int sizeOfPostageArray()
sizeOfPostageArray in interface ResponsePackageV2Typepublic void setPostageArray(PostageV2Type[] postageArray)
setPostageArray in interface ResponsePackageV2Type
public void setPostageArray(int i,
PostageV2Type postage)
setPostageArray in interface ResponsePackageV2Typepublic PostageV2Type insertNewPostage(int i)
insertNewPostage in interface ResponsePackageV2Typepublic PostageV2Type addNewPostage()
addNewPostage in interface ResponsePackageV2Typepublic void removePostage(int i)
removePostage in interface ResponsePackageV2Typepublic String getRestrictions()
getRestrictions in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlString xgetRestrictions()
xgetRestrictions in interface ResponsePackageV2Typepublic boolean isSetRestrictions()
isSetRestrictions in interface ResponsePackageV2Typepublic void setRestrictions(String restrictions)
setRestrictions in interface ResponsePackageV2Typepublic void xsetRestrictions(org.apache.xmlbeans.XmlString restrictions)
xsetRestrictions in interface ResponsePackageV2Typepublic void unsetRestrictions()
unsetRestrictions in interface ResponsePackageV2Typepublic ErrorV2Type getError()
getError in interface ResponsePackageV2Typepublic boolean isSetError()
isSetError in interface ResponsePackageV2Typepublic void setError(ErrorV2Type error)
setError in interface ResponsePackageV2Typepublic ErrorV2Type addNewError()
addNewError in interface ResponsePackageV2Typepublic void unsetError()
unsetError in interface ResponsePackageV2Typepublic String getID()
getID in interface ResponsePackageV2Typepublic org.apache.xmlbeans.XmlString xgetID()
xgetID in interface ResponsePackageV2Typepublic boolean isSetID()
isSetID in interface ResponsePackageV2Typepublic void setID(String id)
setID in interface ResponsePackageV2Typepublic void xsetID(org.apache.xmlbeans.XmlString id)
xsetID in interface ResponsePackageV2Typepublic void unsetID()
unsetID in interface ResponsePackageV2Type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||