noNamespace.impl
Class RequestPackageV3TypeImpl

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

public class RequestPackageV3TypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements RequestPackageV3Type

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

See Also:
Serialized Form

Nested Class Summary
static class RequestPackageV3TypeImpl.ContainerImpl
          An XML Container(@).
static class RequestPackageV3TypeImpl.FirstClassMailTypeImpl
          An XML FirstClassMailType(@).
static class RequestPackageV3TypeImpl.ServiceImpl
          An XML Service(@).
static class RequestPackageV3TypeImpl.SizeImpl
          An XML Size(@).
 
Nested classes/interfaces inherited from interface noNamespace.RequestPackageV3Type
RequestPackageV3Type.Container, RequestPackageV3Type.Factory, RequestPackageV3Type.FirstClassMailType, RequestPackageV3Type.Service, RequestPackageV3Type.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.RequestPackageV3Type
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
RequestPackageV3TypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 ShipDateV3Type addNewShipDate()
          Appends and returns a new empty "ShipDate" element
 RequestPackageV3Type.Container.Enum getContainer()
          Gets the "Container" element
 RequestPackageV3Type.FirstClassMailType.Enum getFirstClassMailType()
          Gets the "FirstClassMailType" element
 String getGirth()
          Gets the "Girth" element
 String getHeight()
          Gets the "Height" element
 String getID()
          Gets the "ID" attribute
 String getLength()
          Gets the "Length" element
 boolean getMachinable()
          Gets the "Machinable" element
 String getOunces()
          Gets the "Ounces" element
 int getPounds()
          Gets the "Pounds" element
 boolean getReturnLocations()
          Gets the "ReturnLocations" element
 RequestPackageV3Type.Service.Enum getService()
          Gets the "Service" element
 ShipDateV3Type getShipDate()
          Gets the "ShipDate" element
 RequestPackageV3Type.Size.Enum getSize()
          Gets the "Size" element
 String getWidth()
          Gets the "Width" element
 int getZipDestination()
          Gets the "ZipDestination" element
 int getZipOrigination()
          Gets the "ZipOrigination" element
 boolean isSetContainer()
          True if has "Container" 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 isSetReturnLocations()
          True if has "ReturnLocations" element
 boolean isSetShipDate()
          True if has "ShipDate" element
 boolean isSetSize()
          True if has "Size" element
 boolean isSetWidth()
          True if has "Width" element
 void setContainer(RequestPackageV3Type.Container.Enum container)
          Sets the "Container" element
 void setFirstClassMailType(RequestPackageV3Type.FirstClassMailType.Enum firstClassMailType)
          Sets the "FirstClassMailType" element
 void setGirth(String girth)
          Sets the "Girth" element
 void setHeight(String height)
          Sets the "Height" element
 void setID(String id)
          Sets the "ID" attribute
 void setLength(String length)
          Sets the "Length" element
 void setMachinable(boolean machinable)
          Sets the "Machinable" element
 void setOunces(String ounces)
          Sets the "Ounces" element
 void setPounds(int pounds)
          Sets the "Pounds" element
 void setReturnLocations(boolean returnLocations)
          Sets the "ReturnLocations" element
 void setService(RequestPackageV3Type.Service.Enum service)
          Sets the "Service" element
 void setShipDate(ShipDateV3Type shipDate)
          Sets the "ShipDate" element
 void setSize(RequestPackageV3Type.Size.Enum size)
          Sets the "Size" element
 void setWidth(String width)
          Sets the "Width" element
 void setZipDestination(int zipDestination)
          Sets the "ZipDestination" element
 void setZipOrigination(int zipOrigination)
          Sets the "ZipOrigination" element
 void unsetContainer()
          Unsets the "Container" 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 unsetReturnLocations()
          Unsets the "ReturnLocations" element
 void unsetShipDate()
          Unsets the "ShipDate" element
 void unsetSize()
          Unsets the "Size" element
 void unsetWidth()
          Unsets the "Width" element
 RequestPackageV3Type.Container xgetContainer()
          Gets (as xml) the "Container" element
 RequestPackageV3Type.FirstClassMailType xgetFirstClassMailType()
          Gets (as xml) the "FirstClassMailType" element
 org.apache.xmlbeans.XmlString xgetGirth()
          Gets (as xml) the "Girth" element
 org.apache.xmlbeans.XmlString xgetHeight()
          Gets (as xml) the "Height" element
 org.apache.xmlbeans.XmlString xgetID()
          Gets (as xml) the "ID" attribute
 org.apache.xmlbeans.XmlString xgetLength()
          Gets (as xml) the "Length" element
 org.apache.xmlbeans.XmlBoolean xgetMachinable()
          Gets (as xml) the "Machinable" element
 org.apache.xmlbeans.XmlString xgetOunces()
          Gets (as xml) the "Ounces" element
 org.apache.xmlbeans.XmlInt xgetPounds()
          Gets (as xml) the "Pounds" element
 org.apache.xmlbeans.XmlBoolean xgetReturnLocations()
          Gets (as xml) the "ReturnLocations" element
 RequestPackageV3Type.Service xgetService()
          Gets (as xml) the "Service" element
 RequestPackageV3Type.Size xgetSize()
          Gets (as xml) the "Size" element
 org.apache.xmlbeans.XmlString 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
 void xsetContainer(RequestPackageV3Type.Container container)
          Sets (as xml) the "Container" element
 void xsetFirstClassMailType(RequestPackageV3Type.FirstClassMailType firstClassMailType)
          Sets (as xml) the "FirstClassMailType" element
 void xsetGirth(org.apache.xmlbeans.XmlString girth)
          Sets (as xml) the "Girth" element
 void xsetHeight(org.apache.xmlbeans.XmlString 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.XmlString 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.XmlString ounces)
          Sets (as xml) the "Ounces" element
 void xsetPounds(org.apache.xmlbeans.XmlInt pounds)
          Sets (as xml) the "Pounds" element
 void xsetReturnLocations(org.apache.xmlbeans.XmlBoolean returnLocations)
          Sets (as xml) the "ReturnLocations" element
 void xsetService(RequestPackageV3Type.Service service)
          Sets (as xml) the "Service" element
 void xsetSize(RequestPackageV3Type.Size size)
          Sets (as xml) the "Size" element
 void xsetWidth(org.apache.xmlbeans.XmlString 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
 
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

RequestPackageV3TypeImpl

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

getService

public RequestPackageV3Type.Service.Enum getService()
Gets the "Service" element

Specified by:
getService in interface RequestPackageV3Type

xgetService

public RequestPackageV3Type.Service xgetService()
Gets (as xml) the "Service" element

Specified by:
xgetService in interface RequestPackageV3Type

setService

public void setService(RequestPackageV3Type.Service.Enum service)
Sets the "Service" element

Specified by:
setService in interface RequestPackageV3Type

xsetService

public void xsetService(RequestPackageV3Type.Service service)
Sets (as xml) the "Service" element

Specified by:
xsetService in interface RequestPackageV3Type

getFirstClassMailType

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

Specified by:
getFirstClassMailType in interface RequestPackageV3Type

xgetFirstClassMailType

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

Specified by:
xgetFirstClassMailType in interface RequestPackageV3Type

isSetFirstClassMailType

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

Specified by:
isSetFirstClassMailType in interface RequestPackageV3Type

setFirstClassMailType

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

Specified by:
setFirstClassMailType in interface RequestPackageV3Type

xsetFirstClassMailType

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

Specified by:
xsetFirstClassMailType in interface RequestPackageV3Type

unsetFirstClassMailType

public void unsetFirstClassMailType()
Unsets the "FirstClassMailType" element

Specified by:
unsetFirstClassMailType in interface RequestPackageV3Type

getZipOrigination

public int getZipOrigination()
Gets the "ZipOrigination" element

Specified by:
getZipOrigination in interface RequestPackageV3Type

xgetZipOrigination

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

Specified by:
xgetZipOrigination in interface RequestPackageV3Type

setZipOrigination

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

Specified by:
setZipOrigination in interface RequestPackageV3Type

xsetZipOrigination

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

Specified by:
xsetZipOrigination in interface RequestPackageV3Type

getZipDestination

public int getZipDestination()
Gets the "ZipDestination" element

Specified by:
getZipDestination in interface RequestPackageV3Type

xgetZipDestination

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

Specified by:
xgetZipDestination in interface RequestPackageV3Type

setZipDestination

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

Specified by:
setZipDestination in interface RequestPackageV3Type

xsetZipDestination

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

Specified by:
xsetZipDestination in interface RequestPackageV3Type

getPounds

public int getPounds()
Gets the "Pounds" element

Specified by:
getPounds in interface RequestPackageV3Type

xgetPounds

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

Specified by:
xgetPounds in interface RequestPackageV3Type

setPounds

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

Specified by:
setPounds in interface RequestPackageV3Type

xsetPounds

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

Specified by:
xsetPounds in interface RequestPackageV3Type

getOunces

public String getOunces()
Gets the "Ounces" element

Specified by:
getOunces in interface RequestPackageV3Type

xgetOunces

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

Specified by:
xgetOunces in interface RequestPackageV3Type

setOunces

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

Specified by:
setOunces in interface RequestPackageV3Type

xsetOunces

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

Specified by:
xsetOunces in interface RequestPackageV3Type

getContainer

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

Specified by:
getContainer in interface RequestPackageV3Type

xgetContainer

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

Specified by:
xgetContainer in interface RequestPackageV3Type

isSetContainer

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

Specified by:
isSetContainer in interface RequestPackageV3Type

setContainer

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

Specified by:
setContainer in interface RequestPackageV3Type

xsetContainer

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

Specified by:
xsetContainer in interface RequestPackageV3Type

unsetContainer

public void unsetContainer()
Unsets the "Container" element

Specified by:
unsetContainer in interface RequestPackageV3Type

getSize

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

Specified by:
getSize in interface RequestPackageV3Type

xgetSize

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

Specified by:
xgetSize in interface RequestPackageV3Type

isSetSize

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

Specified by:
isSetSize in interface RequestPackageV3Type

setSize

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

Specified by:
setSize in interface RequestPackageV3Type

xsetSize

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

Specified by:
xsetSize in interface RequestPackageV3Type

unsetSize

public void unsetSize()
Unsets the "Size" element

Specified by:
unsetSize in interface RequestPackageV3Type

getMachinable

public boolean getMachinable()
Gets the "Machinable" element

Specified by:
getMachinable in interface RequestPackageV3Type

xgetMachinable

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

Specified by:
xgetMachinable in interface RequestPackageV3Type

isSetMachinable

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

Specified by:
isSetMachinable in interface RequestPackageV3Type

setMachinable

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

Specified by:
setMachinable in interface RequestPackageV3Type

xsetMachinable

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

Specified by:
xsetMachinable in interface RequestPackageV3Type

unsetMachinable

public void unsetMachinable()
Unsets the "Machinable" element

Specified by:
unsetMachinable in interface RequestPackageV3Type

getWidth

public String getWidth()
Gets the "Width" element

Specified by:
getWidth in interface RequestPackageV3Type

xgetWidth

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

Specified by:
xgetWidth in interface RequestPackageV3Type

isSetWidth

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

Specified by:
isSetWidth in interface RequestPackageV3Type

setWidth

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

Specified by:
setWidth in interface RequestPackageV3Type

xsetWidth

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

Specified by:
xsetWidth in interface RequestPackageV3Type

unsetWidth

public void unsetWidth()
Unsets the "Width" element

Specified by:
unsetWidth in interface RequestPackageV3Type

getLength

public String getLength()
Gets the "Length" element

Specified by:
getLength in interface RequestPackageV3Type

xgetLength

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

Specified by:
xgetLength in interface RequestPackageV3Type

isSetLength

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

Specified by:
isSetLength in interface RequestPackageV3Type

setLength

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

Specified by:
setLength in interface RequestPackageV3Type

xsetLength

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

Specified by:
xsetLength in interface RequestPackageV3Type

unsetLength

public void unsetLength()
Unsets the "Length" element

Specified by:
unsetLength in interface RequestPackageV3Type

getHeight

public String getHeight()
Gets the "Height" element

Specified by:
getHeight in interface RequestPackageV3Type

xgetHeight

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

Specified by:
xgetHeight in interface RequestPackageV3Type

isSetHeight

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

Specified by:
isSetHeight in interface RequestPackageV3Type

setHeight

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

Specified by:
setHeight in interface RequestPackageV3Type

xsetHeight

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

Specified by:
xsetHeight in interface RequestPackageV3Type

unsetHeight

public void unsetHeight()
Unsets the "Height" element

Specified by:
unsetHeight in interface RequestPackageV3Type

getGirth

public String getGirth()
Gets the "Girth" element

Specified by:
getGirth in interface RequestPackageV3Type

xgetGirth

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

Specified by:
xgetGirth in interface RequestPackageV3Type

isSetGirth

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

Specified by:
isSetGirth in interface RequestPackageV3Type

setGirth

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

Specified by:
setGirth in interface RequestPackageV3Type

xsetGirth

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

Specified by:
xsetGirth in interface RequestPackageV3Type

unsetGirth

public void unsetGirth()
Unsets the "Girth" element

Specified by:
unsetGirth in interface RequestPackageV3Type

getReturnLocations

public boolean getReturnLocations()
Gets the "ReturnLocations" element

Specified by:
getReturnLocations in interface RequestPackageV3Type

xgetReturnLocations

public org.apache.xmlbeans.XmlBoolean xgetReturnLocations()
Gets (as xml) the "ReturnLocations" element

Specified by:
xgetReturnLocations in interface RequestPackageV3Type

isSetReturnLocations

public boolean isSetReturnLocations()
True if has "ReturnLocations" element

Specified by:
isSetReturnLocations in interface RequestPackageV3Type

setReturnLocations

public void setReturnLocations(boolean returnLocations)
Sets the "ReturnLocations" element

Specified by:
setReturnLocations in interface RequestPackageV3Type

xsetReturnLocations

public void xsetReturnLocations(org.apache.xmlbeans.XmlBoolean returnLocations)
Sets (as xml) the "ReturnLocations" element

Specified by:
xsetReturnLocations in interface RequestPackageV3Type

unsetReturnLocations

public void unsetReturnLocations()
Unsets the "ReturnLocations" element

Specified by:
unsetReturnLocations in interface RequestPackageV3Type

getShipDate

public ShipDateV3Type getShipDate()
Gets the "ShipDate" element

Specified by:
getShipDate in interface RequestPackageV3Type

isSetShipDate

public boolean isSetShipDate()
True if has "ShipDate" element

Specified by:
isSetShipDate in interface RequestPackageV3Type

setShipDate

public void setShipDate(ShipDateV3Type shipDate)
Sets the "ShipDate" element

Specified by:
setShipDate in interface RequestPackageV3Type

addNewShipDate

public ShipDateV3Type addNewShipDate()
Appends and returns a new empty "ShipDate" element

Specified by:
addNewShipDate in interface RequestPackageV3Type

unsetShipDate

public void unsetShipDate()
Unsets the "ShipDate" element

Specified by:
unsetShipDate in interface RequestPackageV3Type

getID

public String getID()
Gets the "ID" attribute

Specified by:
getID in interface RequestPackageV3Type

xgetID

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

Specified by:
xgetID in interface RequestPackageV3Type

isSetID

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

Specified by:
isSetID in interface RequestPackageV3Type

setID

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

Specified by:
setID in interface RequestPackageV3Type

xsetID

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

Specified by:
xsetID in interface RequestPackageV3Type

unsetID

public void unsetID()
Unsets the "ID" attribute

Specified by:
unsetID in interface RequestPackageV3Type


Copyright © 2011. All Rights Reserved.