noNamespace.impl
Class ResponsePackageV2TypeImpl

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

public class ResponsePackageV2TypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements ResponsePackageV2Type

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

See Also:
Serialized Form

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
 java.lang.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
 java.lang.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
 java.lang.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(java.lang.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(java.lang.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(java.lang.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

ResponsePackageV2TypeImpl

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

getZipOrigination

public int getZipOrigination()
Gets the "ZipOrigination" element

Specified by:
getZipOrigination in interface ResponsePackageV2Type

xgetZipOrigination

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

Specified by:
xgetZipOrigination in interface ResponsePackageV2Type

setZipOrigination

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

Specified by:
setZipOrigination in interface ResponsePackageV2Type

xsetZipOrigination

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

Specified by:
xsetZipOrigination in interface ResponsePackageV2Type

getZipDestination

public int getZipDestination()
Gets the "ZipDestination" element

Specified by:
getZipDestination in interface ResponsePackageV2Type

xgetZipDestination

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

Specified by:
xgetZipDestination in interface ResponsePackageV2Type

setZipDestination

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

Specified by:
setZipDestination in interface ResponsePackageV2Type

xsetZipDestination

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

Specified by:
xsetZipDestination in interface ResponsePackageV2Type

getPounds

public int getPounds()
Gets the "Pounds" element

Specified by:
getPounds in interface ResponsePackageV2Type

xgetPounds

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

Specified by:
xgetPounds in interface ResponsePackageV2Type

setPounds

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

Specified by:
setPounds in interface ResponsePackageV2Type

xsetPounds

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

Specified by:
xsetPounds in interface ResponsePackageV2Type

getOunces

public float getOunces()
Gets the "Ounces" element

Specified by:
getOunces in interface ResponsePackageV2Type

xgetOunces

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

Specified by:
xgetOunces in interface ResponsePackageV2Type

setOunces

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

Specified by:
setOunces in interface ResponsePackageV2Type

xsetOunces

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

Specified by:
xsetOunces in interface ResponsePackageV2Type

getContainer

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

Specified by:
getContainer in interface ResponsePackageV2Type

xgetContainer

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

Specified by:
xgetContainer in interface ResponsePackageV2Type

isSetContainer

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

Specified by:
isSetContainer in interface ResponsePackageV2Type

setContainer

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

Specified by:
setContainer in interface ResponsePackageV2Type

xsetContainer

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

Specified by:
xsetContainer in interface ResponsePackageV2Type

unsetContainer

public void unsetContainer()
Unsets the "Container" element

Specified by:
unsetContainer in interface ResponsePackageV2Type

getSize

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

Specified by:
getSize in interface ResponsePackageV2Type

xgetSize

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

Specified by:
xgetSize in interface ResponsePackageV2Type

isSetSize

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

Specified by:
isSetSize in interface ResponsePackageV2Type

setSize

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

Specified by:
setSize in interface ResponsePackageV2Type

xsetSize

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

Specified by:
xsetSize in interface ResponsePackageV2Type

unsetSize

public void unsetSize()
Unsets the "Size" element

Specified by:
unsetSize in interface ResponsePackageV2Type

getMachinable

public boolean getMachinable()
Gets the "Machinable" element

Specified by:
getMachinable in interface ResponsePackageV2Type

xgetMachinable

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

Specified by:
xgetMachinable in interface ResponsePackageV2Type

isSetMachinable

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

Specified by:
isSetMachinable in interface ResponsePackageV2Type

setMachinable

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

Specified by:
setMachinable in interface ResponsePackageV2Type

xsetMachinable

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

Specified by:
xsetMachinable in interface ResponsePackageV2Type

unsetMachinable

public void unsetMachinable()
Unsets the "Machinable" element

Specified by:
unsetMachinable in interface ResponsePackageV2Type

getZone

public java.lang.String getZone()
Gets the "Zone" element

Specified by:
getZone in interface ResponsePackageV2Type

xgetZone

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

Specified by:
xgetZone in interface ResponsePackageV2Type

isSetZone

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

Specified by:
isSetZone in interface ResponsePackageV2Type

setZone

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

Specified by:
setZone in interface ResponsePackageV2Type

xsetZone

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

Specified by:
xsetZone in interface ResponsePackageV2Type

unsetZone

public void unsetZone()
Unsets the "Zone" element

Specified by:
unsetZone in interface ResponsePackageV2Type

getPostageArray

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

Specified by:
getPostageArray in interface ResponsePackageV2Type

getPostageArray

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

Specified by:
getPostageArray in interface ResponsePackageV2Type

sizeOfPostageArray

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

Specified by:
sizeOfPostageArray in interface ResponsePackageV2Type

setPostageArray

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

Specified by:
setPostageArray in interface ResponsePackageV2Type

setPostageArray

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

Specified by:
setPostageArray in interface ResponsePackageV2Type

insertNewPostage

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

Specified by:
insertNewPostage in interface ResponsePackageV2Type

addNewPostage

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

Specified by:
addNewPostage in interface ResponsePackageV2Type

removePostage

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

Specified by:
removePostage in interface ResponsePackageV2Type

getRestrictions

public java.lang.String getRestrictions()
Gets the "Restrictions" element

Specified by:
getRestrictions in interface ResponsePackageV2Type

xgetRestrictions

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

Specified by:
xgetRestrictions in interface ResponsePackageV2Type

isSetRestrictions

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

Specified by:
isSetRestrictions in interface ResponsePackageV2Type

setRestrictions

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

Specified by:
setRestrictions in interface ResponsePackageV2Type

xsetRestrictions

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

Specified by:
xsetRestrictions in interface ResponsePackageV2Type

unsetRestrictions

public void unsetRestrictions()
Unsets the "Restrictions" element

Specified by:
unsetRestrictions in interface ResponsePackageV2Type

getError

public ErrorV2Type getError()
Gets the "Error" element

Specified by:
getError in interface ResponsePackageV2Type

isSetError

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

Specified by:
isSetError in interface ResponsePackageV2Type

setError

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

Specified by:
setError in interface ResponsePackageV2Type

addNewError

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

Specified by:
addNewError in interface ResponsePackageV2Type

unsetError

public void unsetError()
Unsets the "Error" element

Specified by:
unsetError in interface ResponsePackageV2Type

getID

public java.lang.String getID()
Gets the "ID" attribute

Specified by:
getID in interface ResponsePackageV2Type

xgetID

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

Specified by:
xgetID in interface ResponsePackageV2Type

isSetID

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

Specified by:
isSetID in interface ResponsePackageV2Type

setID

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

Specified by:
setID in interface ResponsePackageV2Type

xsetID

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

Specified by:
xsetID in interface ResponsePackageV2Type

unsetID

public void unsetID()
Unsets the "ID" attribute

Specified by:
unsetID in interface ResponsePackageV2Type


Copyright © 2012. All Rights Reserved.