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 java.lang.Object
- implements ShippingPriceResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
responses
protected java.util.Stack<USPSContainerItemResponse> responses
isErrorDetected
protected boolean isErrorDetected
errorCode
protected java.lang.String errorCode
errorText
protected java.lang.String errorText
USPSShippingPriceResponse
public USPSShippingPriceResponse()
getResponses
public java.util.Stack<USPSContainerItemResponse> getResponses()
setResponses
public void setResponses(java.util.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 java.lang.String getErrorCode()
- Specified by:
getErrorCode in interface ShippingPriceResponse
setErrorCode
public void setErrorCode(java.lang.String errorCode)
- Specified by:
setErrorCode in interface ShippingPriceResponse
getErrorText
public java.lang.String getErrorText()
- Specified by:
getErrorText in interface ShippingPriceResponse
setErrorText
public void setErrorText(java.lang.String errorText)
- Specified by:
setErrorText in interface ShippingPriceResponse
Copyright © 2012. All Rights Reserved.