com.konakart.wsapp
Class ShippingQuote

java.lang.Object
  extended by com.konakart.wsapp.ShippingQuote
All Implemented Interfaces:
java.io.Serializable

public class ShippingQuote
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ShippingQuote()
           
ShippingQuote(java.lang.String code, java.math.BigDecimal cost, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String custom4, java.lang.String custom5, java.lang.String description, boolean free, java.math.BigDecimal freeShippingOver, java.math.BigDecimal handlingCost, java.lang.String icon, java.lang.String moduleCode, ShippingQuote[] quotes, java.lang.String responseText, java.lang.String shippingServiceCode, int sortOrder, java.math.BigDecimal tax, int taxClass, java.lang.String title, java.math.BigDecimal totalExTax, java.math.BigDecimal totalIncTax)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCode()
          Gets the code value for this ShippingQuote.
 java.math.BigDecimal getCost()
          Gets the cost value for this ShippingQuote.
 java.lang.String getCustom1()
          Gets the custom1 value for this ShippingQuote.
 java.lang.String getCustom2()
          Gets the custom2 value for this ShippingQuote.
 java.lang.String getCustom3()
          Gets the custom3 value for this ShippingQuote.
 java.lang.String getCustom4()
          Gets the custom4 value for this ShippingQuote.
 java.lang.String getCustom5()
          Gets the custom5 value for this ShippingQuote.
 java.lang.String getDescription()
          Gets the description value for this ShippingQuote.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigDecimal getFreeShippingOver()
          Gets the freeShippingOver value for this ShippingQuote.
 java.math.BigDecimal getHandlingCost()
          Gets the handlingCost value for this ShippingQuote.
 java.lang.String getIcon()
          Gets the icon value for this ShippingQuote.
 java.lang.String getModuleCode()
          Gets the moduleCode value for this ShippingQuote.
 ShippingQuote[] getQuotes()
          Gets the quotes value for this ShippingQuote.
 java.lang.String getResponseText()
          Gets the responseText value for this ShippingQuote.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getShippingServiceCode()
          Gets the shippingServiceCode value for this ShippingQuote.
 int getSortOrder()
          Gets the sortOrder value for this ShippingQuote.
 java.math.BigDecimal getTax()
          Gets the tax value for this ShippingQuote.
 int getTaxClass()
          Gets the taxClass value for this ShippingQuote.
 java.lang.String getTitle()
          Gets the title value for this ShippingQuote.
 java.math.BigDecimal getTotalExTax()
          Gets the totalExTax value for this ShippingQuote.
 java.math.BigDecimal getTotalIncTax()
          Gets the totalIncTax value for this ShippingQuote.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isFree()
          Gets the free value for this ShippingQuote.
 void setCode(java.lang.String code)
          Sets the code value for this ShippingQuote.
 void setCost(java.math.BigDecimal cost)
          Sets the cost value for this ShippingQuote.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this ShippingQuote.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this ShippingQuote.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this ShippingQuote.
 void setCustom4(java.lang.String custom4)
          Sets the custom4 value for this ShippingQuote.
 void setCustom5(java.lang.String custom5)
          Sets the custom5 value for this ShippingQuote.
 void setDescription(java.lang.String description)
          Sets the description value for this ShippingQuote.
 void setFree(boolean free)
          Sets the free value for this ShippingQuote.
 void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
          Sets the freeShippingOver value for this ShippingQuote.
 void setHandlingCost(java.math.BigDecimal handlingCost)
          Sets the handlingCost value for this ShippingQuote.
 void setIcon(java.lang.String icon)
          Sets the icon value for this ShippingQuote.
 void setModuleCode(java.lang.String moduleCode)
          Sets the moduleCode value for this ShippingQuote.
 void setQuotes(ShippingQuote[] quotes)
          Sets the quotes value for this ShippingQuote.
 void setResponseText(java.lang.String responseText)
          Sets the responseText value for this ShippingQuote.
 void setShippingServiceCode(java.lang.String shippingServiceCode)
          Sets the shippingServiceCode value for this ShippingQuote.
 void setSortOrder(int sortOrder)
          Sets the sortOrder value for this ShippingQuote.
 void setTax(java.math.BigDecimal tax)
          Sets the tax value for this ShippingQuote.
 void setTaxClass(int taxClass)
          Sets the taxClass value for this ShippingQuote.
 void setTitle(java.lang.String title)
          Sets the title value for this ShippingQuote.
 void setTotalExTax(java.math.BigDecimal totalExTax)
          Sets the totalExTax value for this ShippingQuote.
 void setTotalIncTax(java.math.BigDecimal totalIncTax)
          Sets the totalIncTax value for this ShippingQuote.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShippingQuote

public ShippingQuote()

ShippingQuote

public ShippingQuote(java.lang.String code,
                     java.math.BigDecimal cost,
                     java.lang.String custom1,
                     java.lang.String custom2,
                     java.lang.String custom3,
                     java.lang.String custom4,
                     java.lang.String custom5,
                     java.lang.String description,
                     boolean free,
                     java.math.BigDecimal freeShippingOver,
                     java.math.BigDecimal handlingCost,
                     java.lang.String icon,
                     java.lang.String moduleCode,
                     ShippingQuote[] quotes,
                     java.lang.String responseText,
                     java.lang.String shippingServiceCode,
                     int sortOrder,
                     java.math.BigDecimal tax,
                     int taxClass,
                     java.lang.String title,
                     java.math.BigDecimal totalExTax,
                     java.math.BigDecimal totalIncTax)
Method Detail

getCode

public java.lang.String getCode()
Gets the code value for this ShippingQuote.

Returns:
code

setCode

public void setCode(java.lang.String code)
Sets the code value for this ShippingQuote.

Parameters:
code -

getCost

public java.math.BigDecimal getCost()
Gets the cost value for this ShippingQuote.

Returns:
cost

setCost

public void setCost(java.math.BigDecimal cost)
Sets the cost value for this ShippingQuote.

Parameters:
cost -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this ShippingQuote.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this ShippingQuote.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this ShippingQuote.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this ShippingQuote.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this ShippingQuote.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this ShippingQuote.

Parameters:
custom3 -

getCustom4

public java.lang.String getCustom4()
Gets the custom4 value for this ShippingQuote.

Returns:
custom4

setCustom4

public void setCustom4(java.lang.String custom4)
Sets the custom4 value for this ShippingQuote.

Parameters:
custom4 -

getCustom5

public java.lang.String getCustom5()
Gets the custom5 value for this ShippingQuote.

Returns:
custom5

setCustom5

public void setCustom5(java.lang.String custom5)
Sets the custom5 value for this ShippingQuote.

Parameters:
custom5 -

getDescription

public java.lang.String getDescription()
Gets the description value for this ShippingQuote.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ShippingQuote.

Parameters:
description -

isFree

public boolean isFree()
Gets the free value for this ShippingQuote.

Returns:
free

setFree

public void setFree(boolean free)
Sets the free value for this ShippingQuote.

Parameters:
free -

getFreeShippingOver

public java.math.BigDecimal getFreeShippingOver()
Gets the freeShippingOver value for this ShippingQuote.

Returns:
freeShippingOver

setFreeShippingOver

public void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
Sets the freeShippingOver value for this ShippingQuote.

Parameters:
freeShippingOver -

getHandlingCost

public java.math.BigDecimal getHandlingCost()
Gets the handlingCost value for this ShippingQuote.

Returns:
handlingCost

setHandlingCost

public void setHandlingCost(java.math.BigDecimal handlingCost)
Sets the handlingCost value for this ShippingQuote.

Parameters:
handlingCost -

getIcon

public java.lang.String getIcon()
Gets the icon value for this ShippingQuote.

Returns:
icon

setIcon

public void setIcon(java.lang.String icon)
Sets the icon value for this ShippingQuote.

Parameters:
icon -

getModuleCode

public java.lang.String getModuleCode()
Gets the moduleCode value for this ShippingQuote.

Returns:
moduleCode

setModuleCode

public void setModuleCode(java.lang.String moduleCode)
Sets the moduleCode value for this ShippingQuote.

Parameters:
moduleCode -

getQuotes

public ShippingQuote[] getQuotes()
Gets the quotes value for this ShippingQuote.

Returns:
quotes

setQuotes

public void setQuotes(ShippingQuote[] quotes)
Sets the quotes value for this ShippingQuote.

Parameters:
quotes -

getResponseText

public java.lang.String getResponseText()
Gets the responseText value for this ShippingQuote.

Returns:
responseText

setResponseText

public void setResponseText(java.lang.String responseText)
Sets the responseText value for this ShippingQuote.

Parameters:
responseText -

getShippingServiceCode

public java.lang.String getShippingServiceCode()
Gets the shippingServiceCode value for this ShippingQuote.

Returns:
shippingServiceCode

setShippingServiceCode

public void setShippingServiceCode(java.lang.String shippingServiceCode)
Sets the shippingServiceCode value for this ShippingQuote.

Parameters:
shippingServiceCode -

getSortOrder

public int getSortOrder()
Gets the sortOrder value for this ShippingQuote.

Returns:
sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Sets the sortOrder value for this ShippingQuote.

Parameters:
sortOrder -

getTax

public java.math.BigDecimal getTax()
Gets the tax value for this ShippingQuote.

Returns:
tax

setTax

public void setTax(java.math.BigDecimal tax)
Sets the tax value for this ShippingQuote.

Parameters:
tax -

getTaxClass

public int getTaxClass()
Gets the taxClass value for this ShippingQuote.

Returns:
taxClass

setTaxClass

public void setTaxClass(int taxClass)
Sets the taxClass value for this ShippingQuote.

Parameters:
taxClass -

getTitle

public java.lang.String getTitle()
Gets the title value for this ShippingQuote.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this ShippingQuote.

Parameters:
title -

getTotalExTax

public java.math.BigDecimal getTotalExTax()
Gets the totalExTax value for this ShippingQuote.

Returns:
totalExTax

setTotalExTax

public void setTotalExTax(java.math.BigDecimal totalExTax)
Sets the totalExTax value for this ShippingQuote.

Parameters:
totalExTax -

getTotalIncTax

public java.math.BigDecimal getTotalIncTax()
Gets the totalIncTax value for this ShippingQuote.

Returns:
totalIncTax

setTotalIncTax

public void setTotalIncTax(java.math.BigDecimal totalIncTax)
Sets the totalIncTax value for this ShippingQuote.

Parameters:
totalIncTax -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.