org.broadleafcommerce.vendor.usps.service.message
Class USPSShippingPriceResponse
java.lang.Object
org.broadleafcommerce.vendor.usps.service.message.USPSShippingPriceResponse
- All Implemented Interfaces:
- ShippingPriceResponse
public class USPSShippingPriceResponse
- extends Object
- implements ShippingPriceResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
responses
protected Stack<USPSContainerItemResponse> responses
isErrorDetected
protected boolean isErrorDetected
errorCode
protected String errorCode
errorText
protected String errorText
USPSShippingPriceResponse
public USPSShippingPriceResponse()
getResponses
public Stack<USPSContainerItemResponse> getResponses()
setResponses
public void setResponses(Stack<USPSContainerItemResponse> responses)
isErrorDetected
public boolean isErrorDetected()
- Specified by:
isErrorDetected in interface ShippingPriceResponse
setErrorDetected
public void setErrorDetected(boolean isErrorDetected)
- Specified by:
setErrorDetected in interface ShippingPriceResponse
getErrorCode
public String getErrorCode()
- Specified by:
getErrorCode in interface ShippingPriceResponse
setErrorCode
public void setErrorCode(String errorCode)
- Specified by:
setErrorCode in interface ShippingPriceResponse
getErrorText
public String getErrorText()
- Specified by:
getErrorText in interface ShippingPriceResponse
setErrorText
public void setErrorText(String errorText)
- Specified by:
setErrorText in interface ShippingPriceResponse
Copyright © 2011. All Rights Reserved.