noNamespace
Interface ResponsePackageV3Type

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ResponsePackageV3TypeImpl

public interface ResponsePackageV3Type
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static interface ResponsePackageV3Type.Container
          An XML Container(@).
static class ResponsePackageV3Type.Factory
          A factory class with static methods for creating instances of this type.
static interface ResponsePackageV3Type.FirstClassMailType
          An XML FirstClassMailType(@).
static interface ResponsePackageV3Type.Size
          An XML Size(@).
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 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 interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getZipOrigination

int getZipOrigination()
Gets the "ZipOrigination" element


xgetZipOrigination

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


setZipOrigination

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


xsetZipOrigination

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


getZipDestination

int getZipDestination()
Gets the "ZipDestination" element


xgetZipDestination

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


setZipDestination

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


xsetZipDestination

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


getPounds

int getPounds()
Gets the "Pounds" element


xgetPounds

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


setPounds

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


xsetPounds

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


getOunces

float getOunces()
Gets the "Ounces" element


xgetOunces

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


setOunces

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


xsetOunces

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


getFirstClassMailType

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


xgetFirstClassMailType

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


isSetFirstClassMailType

boolean isSetFirstClassMailType()
True if has "FirstClassMailType" element


setFirstClassMailType

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


xsetFirstClassMailType

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


unsetFirstClassMailType

void unsetFirstClassMailType()
Unsets the "FirstClassMailType" element


getContainer

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


xgetContainer

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


isSetContainer

boolean isSetContainer()
True if has "Container" element


setContainer

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


xsetContainer

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


unsetContainer

void unsetContainer()
Unsets the "Container" element


getSize

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


xgetSize

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


isSetSize

boolean isSetSize()
True if has "Size" element


setSize

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


xsetSize

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


unsetSize

void unsetSize()
Unsets the "Size" element


getMachinable

boolean getMachinable()
Gets the "Machinable" element


xgetMachinable

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


isSetMachinable

boolean isSetMachinable()
True if has "Machinable" element


setMachinable

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


xsetMachinable

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


unsetMachinable

void unsetMachinable()
Unsets the "Machinable" element


getWidth

float getWidth()
Gets the "Width" element


xgetWidth

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


isSetWidth

boolean isSetWidth()
True if has "Width" element


setWidth

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


xsetWidth

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


unsetWidth

void unsetWidth()
Unsets the "Width" element


getLength

float getLength()
Gets the "Length" element


xgetLength

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


isSetLength

boolean isSetLength()
True if has "Length" element


setLength

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


xsetLength

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


unsetLength

void unsetLength()
Unsets the "Length" element


getHeight

float getHeight()
Gets the "Height" element


xgetHeight

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


isSetHeight

boolean isSetHeight()
True if has "Height" element


setHeight

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


xsetHeight

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


unsetHeight

void unsetHeight()
Unsets the "Height" element


getGirth

float getGirth()
Gets the "Girth" element


xgetGirth

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


isSetGirth

boolean isSetGirth()
True if has "Girth" element


setGirth

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


xsetGirth

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


unsetGirth

void unsetGirth()
Unsets the "Girth" element


getZone

String getZone()
Gets the "Zone" element


xgetZone

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


isSetZone

boolean isSetZone()
True if has "Zone" element


setZone

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


xsetZone

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


unsetZone

void unsetZone()
Unsets the "Zone" element


getPostageArray

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


getPostageArray

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


sizeOfPostageArray

int sizeOfPostageArray()
Returns number of "Postage" element


setPostageArray

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


setPostageArray

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


insertNewPostage

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


addNewPostage

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


removePostage

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


getRestrictions

String getRestrictions()
Gets the "Restrictions" element


xgetRestrictions

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


isSetRestrictions

boolean isSetRestrictions()
True if has "Restrictions" element


setRestrictions

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


xsetRestrictions

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


unsetRestrictions

void unsetRestrictions()
Unsets the "Restrictions" element


getError

ErrorV3Type getError()
Gets the "Error" element


isSetError

boolean isSetError()
True if has "Error" element


setError

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


addNewError

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


unsetError

void unsetError()
Unsets the "Error" element


getID

String getID()
Gets the "ID" attribute


xgetID

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


isSetID

boolean isSetID()
True if has "ID" attribute


setID

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


xsetID

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


unsetID

void unsetID()
Unsets the "ID" attribute



Copyright © 2011. All Rights Reserved.