|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.ShippingQuote
public class ShippingQuote
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 |
---|
public 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 |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.math.BigDecimal getCost()
public void setCost(java.math.BigDecimal cost)
cost
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- public java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public boolean isFree()
public void setFree(boolean free)
free
- public java.math.BigDecimal getFreeShippingOver()
public void setFreeShippingOver(java.math.BigDecimal freeShippingOver)
freeShippingOver
- public java.math.BigDecimal getHandlingCost()
public void setHandlingCost(java.math.BigDecimal handlingCost)
handlingCost
- public java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon
- public java.lang.String getModuleCode()
public void setModuleCode(java.lang.String moduleCode)
moduleCode
- public ShippingQuote[] getQuotes()
public void setQuotes(ShippingQuote[] quotes)
quotes
- public java.lang.String getResponseText()
public void setResponseText(java.lang.String responseText)
responseText
- public java.lang.String getShippingServiceCode()
public void setShippingServiceCode(java.lang.String shippingServiceCode)
shippingServiceCode
- public int getSortOrder()
public void setSortOrder(int sortOrder)
sortOrder
- public java.math.BigDecimal getTax()
public void setTax(java.math.BigDecimal tax)
tax
- public int getTaxClass()
public void setTaxClass(int taxClass)
taxClass
- public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.math.BigDecimal getTotalExTax()
public void setTotalExTax(java.math.BigDecimal totalExTax)
totalExTax
- public java.math.BigDecimal getTotalIncTax()
public void setTotalIncTax(java.math.BigDecimal totalIncTax)
totalIncTax
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |