noNamespace.impl
Class ResponsePackageV3TypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by noNamespace.impl.ResponsePackageV3TypeImpl
All Implemented Interfaces:
Serializable, ResponsePackageV3Type, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class ResponsePackageV3TypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements ResponsePackageV3Type

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

See Also:
Serialized Form

Nested Class Summary
static class ResponsePackageV3TypeImpl.ContainerImpl
          An XML Container(@).
static class ResponsePackageV3TypeImpl.FirstClassMailTypeImpl
          An XML FirstClassMailType(@).
static class ResponsePackageV3TypeImpl.SizeImpl
          An XML Size(@).
 
Nested classes/interfaces inherited from interface noNamespace.ResponsePackageV3Type
ResponsePackageV3Type.Container, ResponsePackageV3Type.Factory, ResponsePackageV3Type.FirstClassMailType, ResponsePackageV3Type.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.ResponsePackageV3Type
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
ResponsePackageV3TypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ErrorV3Type addNewError()
          Appends and returns a new empty "Error" element
 PostageV3Type addNewPostage()
          Appends and returns a new empty value (as xml) as the last "Postage" element
 ResponsePackageV3Type.Container.Enum getContainer()
          Gets the "Container" element
 ErrorV3Type getError()
          Gets the "Error" element
 ResponsePackageV3Type.FirstClassMailType.Enum getFirstClassMailType()
          Gets the "FirstClassMailType" element
 float getGirth()
          Gets the "Girth" element
 float getHeight()
          Gets the "Height" element
 String getID()
          Gets the "ID" attribute
 float getLength()
          Gets the "Length" element
 boolean getMachinable()
          Gets the "Machinable" element
 float getOunces()
          Gets the "Ounces" element
 PostageV3Type[] getPostageArray()
          Gets array of all "Postage" elements
 PostageV3Type getPostageArray(int i)
          Gets ith "Postage" element
 int getPounds()
          Gets the "Pounds" element
 String getRestrictions()
          Gets the "Restrictions" element
 ResponsePackageV3Type.Size.Enum getSize()
          Gets the "Size" element
 float getWidth()
          Gets the "Width" element
 int getZipDestination()
          Gets the "ZipDestination" element
 int getZipOrigination()
          Gets the "ZipOrigination" element
 String getZone()
          Gets the "Zone" element
 PostageV3Type 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 isSetFirstClassMailType()
          True if has "FirstClassMailType" element
 boolean isSetGirth()
          True if has "Girth" element
 boolean isSetHeight()
          True if has "Height" element
 boolean isSetID()
          True if has "ID" attribute
 boolean isSetLength()
          True if has "Length" element
 boolean isSetMachinable()
          True if has "Machinable" element
 boolean isSetRestrictions()
          True if has "Restrictions" element
 boolean isSetSize()
          True if has "Size" element
 boolean isSetWidth()
          True if has "Width" element
 boolean isSetZone()
          True if has "Zone" element
 void removePostage(int i)
          Removes the ith "Postage" element
 void setContainer(ResponsePackageV3Type.Container.Enum container)
          Sets the "Container" element
 void setError(ErrorV3Type error)
          Sets the "Error" element
 void setFirstClassMailType(ResponsePackageV3Type.FirstClassMailType.Enum firstClassMailType)
          Sets the "FirstClassMailType" element
 void setGirth(float girth)
          Sets the "Girth" element
 void setHeight(float height)
          Sets the "Height" element
 void setID(String id)
          Sets the "ID" attribute
 void setLength(float length)
          Sets the "Length" element
 void setMachinable(boolean machinable)
          Sets the "Machinable" element
 void setOunces(float ounces)
          Sets the "Ounces" element
 void setPostageArray(int i, PostageV3Type postage)
          Sets ith "Postage" element
 void setPostageArray(PostageV3Type[] 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(ResponsePackageV3Type.Size.Enum size)
          Sets the "Size" element
 void setWidth(float width)
          Sets the "Width" 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 unsetFirstClassMailType()
          Unsets the "FirstClassMailType" element
 void unsetGirth()
          Unsets the "Girth" element
 void unsetHeight()
          Unsets the "Height" element
 void unsetID()
          Unsets the "ID" attribute
 void unsetLength()
          Unsets the "Length" element
 void unsetMachinable()
          Unsets the "Machinable" element
 void unsetRestrictions()
          Unsets the "Restrictions" element
 void unsetSize()
          Unsets the "Size" element
 void unsetWidth()
          Unsets the "Width" element
 void unsetZone()
          Unsets the "Zone" element
 ResponsePackageV3Type.Container xgetContainer()
          Gets (as xml) the "Container" element
 ResponsePackageV3Type.FirstClassMailType xgetFirstClassMailType()
          Gets (as xml) the "FirstClassMailType" element
 org.apache.xmlbeans.XmlFloat xgetGirth()
          Gets (as xml) the "Girth" element
 org.apache.xmlbeans.XmlFloat xgetHeight()
          Gets (as xml) the "Height" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" attribute
 org.apache.xmlbeans.XmlFloat xgetLength()
          Gets (as xml) the "Length" element
 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
 ResponsePackageV3Type.Size xgetSize()
          Gets (as xml) the "Size" element
 org.apache.xmlbeans.XmlFloat xgetWidth()
          Gets (as xml) the "Width" 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(ResponsePackageV3Type.Container container)
          Sets (as xml) the "Container" element
 void xsetFirstClassMailType(ResponsePackageV3Type.FirstClassMailType firstClassMailType)
          Sets (as xml) the "FirstClassMailType" element
 void xsetGirth(org.apache.xmlbeans.XmlFloat girth)
          Sets (as xml) the "Girth" element
 void xsetHeight(org.apache.xmlbeans.XmlFloat height)
          Sets (as xml) the "Height" element
 void xsetID(org.apache.xmlbeans.XmlString id)
          Sets (as xml) the "ID" attribute
 void xsetLength(org.apache.xmlbeans.XmlFloat length)
          Sets (as xml) the "Length" element
 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(ResponsePackageV3Type.Size size)
          Sets (as xml) the "Size" element
 void xsetWidth(org.apache.xmlbeans.XmlFloat width)
          Sets (as xml) the "Width" 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

ResponsePackageV3TypeImpl

public ResponsePackageV3TypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getZipOrigination

public int getZipOrigination()
Gets the "ZipOrigination" element

Specified by:
getZipOrigination in interface ResponsePackageV3Type

xgetZipOrigination

public org.apache.xmlbeans.XmlInt xgetZipOrigination()
Gets (as xml) the "ZipOrigination" element

Specified by:
xgetZipOrigination in interface ResponsePackageV3Type

setZipOrigination

public void setZipOrigination(int zipOrigination)
Sets the "ZipOrigination" element

Specified by:
setZipOrigination in interface ResponsePackageV3Type

xsetZipOrigination

public void xsetZipOrigination(org.apache.xmlbeans.XmlInt zipOrigination)
Sets (as xml) the "ZipOrigination" element

Specified by:
xsetZipOrigination in interface ResponsePackageV3Type

getZipDestination

public int getZipDestination()
Gets the "ZipDestination" element

Specified by:
getZipDestination in interface ResponsePackageV3Type

xgetZipDestination

public org.apache.xmlbeans.XmlInt xgetZipDestination()
Gets (as xml) the "ZipDestination" element

Specified by:
xgetZipDestination in interface ResponsePackageV3Type

setZipDestination

public void setZipDestination(int zipDestination)
Sets the "ZipDestination" element

Specified by:
setZipDestination in interface ResponsePackageV3Type

xsetZipDestination

public void xsetZipDestination(org.apache.xmlbeans.XmlInt zipDestination)
Sets (as xml) the "ZipDestination" element

Specified by:
xsetZipDestination in interface ResponsePackageV3Type

getPounds

public int getPounds()
Gets the "Pounds" element

Specified by:
getPounds in interface ResponsePackageV3Type

xgetPounds

public org.apache.xmlbeans.XmlInt xgetPounds()
Gets (as xml) the "Pounds" element

Specified by:
xgetPounds in interface ResponsePackageV3Type

setPounds

public void setPounds(int pounds)
Sets the "Pounds" element

Specified by:
setPounds in interface ResponsePackageV3Type

xsetPounds

public void xsetPounds(org.apache.xmlbeans.XmlInt pounds)
Sets (as xml) the "Pounds" element

Specified by:
xsetPounds in interface ResponsePackageV3Type

getOunces

public float getOunces()
Gets the "Ounces" element

Specified by:
getOunces in interface ResponsePackageV3Type

xgetOunces

public org.apache.xmlbeans.XmlFloat xgetOunces()
Gets (as xml) the "Ounces" element

Specified by:
xgetOunces in interface ResponsePackageV3Type

setOunces

public void setOunces(float ounces)
Sets the "Ounces" element

Specified by:
setOunces in interface ResponsePackageV3Type

xsetOunces

public void xsetOunces(org.apache.xmlbeans.XmlFloat ounces)
Sets (as xml) the "Ounces" element

Specified by:
xsetOunces in interface ResponsePackageV3Type

getFirstClassMailType

public ResponsePackageV3Type.FirstClassMailType.Enum getFirstClassMailType()
Gets the "FirstClassMailType" element

Specified by:
getFirstClassMailType in interface ResponsePackageV3Type

xgetFirstClassMailType

public ResponsePackageV3Type.FirstClassMailType xgetFirstClassMailType()
Gets (as xml) the "FirstClassMailType" element

Specified by:
xgetFirstClassMailType in interface ResponsePackageV3Type

isSetFirstClassMailType

public boolean isSetFirstClassMailType()
True if has "FirstClassMailType" element

Specified by:
isSetFirstClassMailType in interface ResponsePackageV3Type

setFirstClassMailType

public void setFirstClassMailType(ResponsePackageV3Type.FirstClassMailType.Enum firstClassMailType)
Sets the "FirstClassMailType" element

Specified by:
setFirstClassMailType in interface ResponsePackageV3Type

xsetFirstClassMailType

public void xsetFirstClassMailType(ResponsePackageV3Type.FirstClassMailType firstClassMailType)
Sets (as xml) the "FirstClassMailType" element

Specified by:
xsetFirstClassMailType in interface ResponsePackageV3Type

unsetFirstClassMailType

public void unsetFirstClassMailType()
Unsets the "FirstClassMailType" element

Specified by:
unsetFirstClassMailType in interface ResponsePackageV3Type

getContainer

public ResponsePackageV3Type.Container.Enum getContainer()
Gets the "Container" element

Specified by:
getContainer in interface ResponsePackageV3Type

xgetContainer

public ResponsePackageV3Type.Container xgetContainer()
Gets (as xml) the "Container" element

Specified by:
xgetContainer in interface ResponsePackageV3Type

isSetContainer

public boolean isSetContainer()
True if has "Container" element

Specified by:
isSetContainer in interface ResponsePackageV3Type

setContainer

public void setContainer(ResponsePackageV3Type.Container.Enum container)
Sets the "Container" element

Specified by:
setContainer in interface ResponsePackageV3Type

xsetContainer

public void xsetContainer(ResponsePackageV3Type.Container container)
Sets (as xml) the "Container" element

Specified by:
xsetContainer in interface ResponsePackageV3Type

unsetContainer

public void unsetContainer()
Unsets the "Container" element

Specified by:
unsetContainer in interface ResponsePackageV3Type

getSize

public ResponsePackageV3Type.Size.Enum getSize()
Gets the "Size" element

Specified by:
getSize in interface ResponsePackageV3Type

xgetSize

public ResponsePackageV3Type.Size xgetSize()
Gets (as xml) the "Size" element

Specified by:
xgetSize in interface ResponsePackageV3Type

isSetSize

public boolean isSetSize()
True if has "Size" element

Specified by:
isSetSize in interface ResponsePackageV3Type

setSize

public void setSize(ResponsePackageV3Type.Size.Enum size)
Sets the "Size" element

Specified by:
setSize in interface ResponsePackageV3Type

xsetSize

public void xsetSize(ResponsePackageV3Type.Size size)
Sets (as xml) the "Size" element

Specified by:
xsetSize in interface ResponsePackageV3Type

unsetSize

public void unsetSize()
Unsets the "Size" element

Specified by:
unsetSize in interface ResponsePackageV3Type

getMachinable

public boolean getMachinable()
Gets the "Machinable" element

Specified by:
getMachinable in interface ResponsePackageV3Type

xgetMachinable

public org.apache.xmlbeans.XmlBoolean xgetMachinable()
Gets (as xml) the "Machinable" element

Specified by:
xgetMachinable in interface ResponsePackageV3Type

isSetMachinable

public boolean isSetMachinable()
True if has "Machinable" element

Specified by:
isSetMachinable in interface ResponsePackageV3Type

setMachinable

public void setMachinable(boolean machinable)
Sets the "Machinable" element

Specified by:
setMachinable in interface ResponsePackageV3Type

xsetMachinable

public void xsetMachinable(org.apache.xmlbeans.XmlBoolean machinable)
Sets (as xml) the "Machinable" element

Specified by:
xsetMachinable in interface ResponsePackageV3Type

unsetMachinable

public void unsetMachinable()
Unsets the "Machinable" element

Specified by:
unsetMachinable in interface ResponsePackageV3Type

getWidth

public float getWidth()
Gets the "Width" element

Specified by:
getWidth in interface ResponsePackageV3Type

xgetWidth

public org.apache.xmlbeans.XmlFloat xgetWidth()
Gets (as xml) the "Width" element

Specified by:
xgetWidth in interface ResponsePackageV3Type

isSetWidth

public boolean isSetWidth()
True if has "Width" element

Specified by:
isSetWidth in interface ResponsePackageV3Type

setWidth

public void setWidth(float width)
Sets the "Width" element

Specified by:
setWidth in interface ResponsePackageV3Type

xsetWidth

public void xsetWidth(org.apache.xmlbeans.XmlFloat width)
Sets (as xml) the "Width" element

Specified by:
xsetWidth in interface ResponsePackageV3Type

unsetWidth

public void unsetWidth()
Unsets the "Width" element

Specified by:
unsetWidth in interface ResponsePackageV3Type

getLength

public float getLength()
Gets the "Length" element

Specified by:
getLength in interface ResponsePackageV3Type

xgetLength

public org.apache.xmlbeans.XmlFloat xgetLength()
Gets (as xml) the "Length" element

Specified by:
xgetLength in interface ResponsePackageV3Type

isSetLength

public boolean isSetLength()
True if has "Length" element

Specified by:
isSetLength in interface ResponsePackageV3Type

setLength

public void setLength(float length)
Sets the "Length" element

Specified by:
setLength in interface ResponsePackageV3Type

xsetLength

public void xsetLength(org.apache.xmlbeans.XmlFloat length)
Sets (as xml) the "Length" element

Specified by:
xsetLength in interface ResponsePackageV3Type

unsetLength

public void unsetLength()
Unsets the "Length" element

Specified by:
unsetLength in interface ResponsePackageV3Type

getHeight

public float getHeight()
Gets the "Height" element

Specified by:
getHeight in interface ResponsePackageV3Type

xgetHeight

public org.apache.xmlbeans.XmlFloat xgetHeight()
Gets (as xml) the "Height" element

Specified by:
xgetHeight in interface ResponsePackageV3Type

isSetHeight

public boolean isSetHeight()
True if has "Height" element

Specified by:
isSetHeight in interface ResponsePackageV3Type

setHeight

public void setHeight(float height)
Sets the "Height" element

Specified by:
setHeight in interface ResponsePackageV3Type

xsetHeight

public void xsetHeight(org.apache.xmlbeans.XmlFloat height)
Sets (as xml) the "Height" element

Specified by:
xsetHeight in interface ResponsePackageV3Type

unsetHeight

public void unsetHeight()
Unsets the "Height" element

Specified by:
unsetHeight in interface ResponsePackageV3Type

getGirth

public float getGirth()
Gets the "Girth" element

Specified by:
getGirth in interface ResponsePackageV3Type

xgetGirth

public org.apache.xmlbeans.XmlFloat xgetGirth()
Gets (as xml) the "Girth" element

Specified by:
xgetGirth in interface ResponsePackageV3Type

isSetGirth

public boolean isSetGirth()
True if has "Girth" element

Specified by:
isSetGirth in interface ResponsePackageV3Type

setGirth

public void setGirth(float girth)
Sets the "Girth" element

Specified by:
setGirth in interface ResponsePackageV3Type

xsetGirth

public void xsetGirth(org.apache.xmlbeans.XmlFloat girth)
Sets (as xml) the "Girth" element

Specified by:
xsetGirth in interface ResponsePackageV3Type

unsetGirth

public void unsetGirth()
Unsets the "Girth" element

Specified by:
unsetGirth in interface ResponsePackageV3Type

getZone

public String getZone()
Gets the "Zone" element

Specified by:
getZone in interface ResponsePackageV3Type

xgetZone

public org.apache.xmlbeans.XmlString xgetZone()
Gets (as xml) the "Zone" element

Specified by:
xgetZone in interface ResponsePackageV3Type

isSetZone

public boolean isSetZone()
True if has "Zone" element

Specified by:
isSetZone in interface ResponsePackageV3Type

setZone

public void setZone(String zone)
Sets the "Zone" element

Specified by:
setZone in interface ResponsePackageV3Type

xsetZone

public void xsetZone(org.apache.xmlbeans.XmlString zone)
Sets (as xml) the "Zone" element

Specified by:
xsetZone in interface ResponsePackageV3Type

unsetZone

public void unsetZone()
Unsets the "Zone" element

Specified by:
unsetZone in interface ResponsePackageV3Type

getPostageArray

public PostageV3Type[] getPostageArray()
Gets array of all "Postage" elements

Specified by:
getPostageArray in interface ResponsePackageV3Type

getPostageArray

public PostageV3Type getPostageArray(int i)
Gets ith "Postage" element

Specified by:
getPostageArray in interface ResponsePackageV3Type

sizeOfPostageArray

public int sizeOfPostageArray()
Returns number of "Postage" element

Specified by:
sizeOfPostageArray in interface ResponsePackageV3Type

setPostageArray

public void setPostageArray(PostageV3Type[] postageArray)
Sets array of all "Postage" element

Specified by:
setPostageArray in interface ResponsePackageV3Type

setPostageArray

public void setPostageArray(int i,
                            PostageV3Type postage)
Sets ith "Postage" element

Specified by:
setPostageArray in interface ResponsePackageV3Type

insertNewPostage

public PostageV3Type insertNewPostage(int i)
Inserts and returns a new empty value (as xml) as the ith "Postage" element

Specified by:
insertNewPostage in interface ResponsePackageV3Type

addNewPostage

public PostageV3Type addNewPostage()
Appends and returns a new empty value (as xml) as the last "Postage" element

Specified by:
addNewPostage in interface ResponsePackageV3Type

removePostage

public void removePostage(int i)
Removes the ith "Postage" element

Specified by:
removePostage in interface ResponsePackageV3Type

getRestrictions

public String getRestrictions()
Gets the "Restrictions" element

Specified by:
getRestrictions in interface ResponsePackageV3Type

xgetRestrictions

public org.apache.xmlbeans.XmlString xgetRestrictions()
Gets (as xml) the "Restrictions" element

Specified by:
xgetRestrictions in interface ResponsePackageV3Type

isSetRestrictions

public boolean isSetRestrictions()
True if has "Restrictions" element

Specified by:
isSetRestrictions in interface ResponsePackageV3Type

setRestrictions

public void setRestrictions(String restrictions)
Sets the "Restrictions" element

Specified by:
setRestrictions in interface ResponsePackageV3Type

xsetRestrictions

public void xsetRestrictions(org.apache.xmlbeans.XmlString restrictions)
Sets (as xml) the "Restrictions" element

Specified by:
xsetRestrictions in interface ResponsePackageV3Type

unsetRestrictions

public void unsetRestrictions()
Unsets the "Restrictions" element

Specified by:
unsetRestrictions in interface ResponsePackageV3Type

getError

public ErrorV3Type getError()
Gets the "Error" element

Specified by:
getError in interface ResponsePackageV3Type

isSetError

public boolean isSetError()
True if has "Error" element

Specified by:
isSetError in interface ResponsePackageV3Type

setError

public void setError(ErrorV3Type error)
Sets the "Error" element

Specified by:
setError in interface ResponsePackageV3Type

addNewError

public ErrorV3Type addNewError()
Appends and returns a new empty "Error" element

Specified by:
addNewError in interface ResponsePackageV3Type

unsetError

public void unsetError()
Unsets the "Error" element

Specified by:
unsetError in interface ResponsePackageV3Type

getID

public String getID()
Gets the "ID" attribute

Specified by:
getID in interface ResponsePackageV3Type

xgetID

public org.apache.xmlbeans.XmlString xgetID()
Gets (as xml) the "ID" attribute

Specified by:
xgetID in interface ResponsePackageV3Type

isSetID

public boolean isSetID()
True if has "ID" attribute

Specified by:
isSetID in interface ResponsePackageV3Type

setID

public void setID(String id)
Sets the "ID" attribute

Specified by:
setID in interface ResponsePackageV3Type

xsetID

public void xsetID(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "ID" attribute

Specified by:
xsetID in interface ResponsePackageV3Type

unsetID

public void unsetID()
Unsets the "ID" attribute

Specified by:
unsetID in interface ResponsePackageV3Type


Copyright © 2012. All Rights Reserved.