org.broadleafcommerce.vendor.usps.service.message
Interface USPSContainerItemResponse

All Superinterfaces:
Serializable
All Known Implementing Classes:
USPSContainerItem

public interface USPSContainerItemResponse
extends Serializable


Method Summary
 String getErrorCode()
           
 String getErrorText()
           
 String getPackageId()
           
 Map<USPSServiceResponseType,USPSPostage> getPostage()
           
 String getRestrictions()
           
 String getZone()
           
 boolean isErrorDetected()
           
 void setErrorCode(String errorCode)
           
 void setErrorDetected(boolean isErrorDetected)
           
 void setErrorText(String errorText)
           
 void setPackageId(String packageId)
           
 void setPostage(Map<USPSServiceResponseType,USPSPostage> postage)
           
 void setRestrictions(String restrictions)
           
 void setZone(String zone)
           
 

Method Detail

getPackageId

String getPackageId()

setPackageId

void setPackageId(String packageId)

getPostage

Map<USPSServiceResponseType,USPSPostage> getPostage()

setPostage

void setPostage(Map<USPSServiceResponseType,USPSPostage> postage)

getRestrictions

String getRestrictions()

setRestrictions

void setRestrictions(String restrictions)

getErrorCode

String getErrorCode()

setErrorCode

void setErrorCode(String errorCode)

getErrorText

String getErrorText()

setErrorText

void setErrorText(String errorText)

isErrorDetected

boolean isErrorDetected()

setErrorDetected

void setErrorDetected(boolean isErrorDetected)

getZone

String getZone()

setZone

void setZone(String zone)


Copyright © 2012. All Rights Reserved.