com.ecebs.rtd.enabler.types.response
Class DownloadStatusResponse

java.lang.Object
  extended by com.ecebs.rtd.enabler.types.response.DownloadStatusResponse
All Implemented Interfaces:
Serializable

public class DownloadStatusResponse
extends Object
implements Serializable

Response associated with a QueryRequest with query mode QueryMode.DOWNLOAD_REQUEST

Author:
kyleb
See Also:
Serialized Form

Constructor Summary
DownloadStatusResponse()
           
 
Method Summary
 CardType getCardType()
           
 DeleteProductResponse getDeleteProductResponse()
           
 List<DeleteProductResponse> getDeleteProductResponses()
           
 String getId()
           
 LoadProductResponse getLoadProductResponse()
           
 List<LoadProductResponse> getLoadProductResponses()
           
 StoredUseResponse getStoredUseResponse()
           
 List<StoredUseResponse> getStoredUseResponses()
           
 STRResponse getSTRResponse()
           
 List<STRResponse> getSTRResponses()
           
 UpdatePassExpiryDateResponse getUpdatePassExpiryDateResponse()
           
 List<UpdatePassExpiryDateResponse> getUpdatePassExpiryDateResponses()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadStatusResponse

public DownloadStatusResponse()
Method Detail

getId

public String getId()

getCardType

public CardType getCardType()

getLoadProductResponses

public List<LoadProductResponse> getLoadProductResponses()

getLoadProductResponse

public LoadProductResponse getLoadProductResponse()

getDeleteProductResponses

public List<DeleteProductResponse> getDeleteProductResponses()

getDeleteProductResponse

public DeleteProductResponse getDeleteProductResponse()

getSTRResponses

public List<STRResponse> getSTRResponses()

getSTRResponse

public STRResponse getSTRResponse()

getStoredUseResponses

public List<StoredUseResponse> getStoredUseResponses()

getStoredUseResponse

public StoredUseResponse getStoredUseResponse()

getUpdatePassExpiryDateResponses

public List<UpdatePassExpiryDateResponse> getUpdatePassExpiryDateResponses()

getUpdatePassExpiryDateResponse

public UpdatePassExpiryDateResponse getUpdatePassExpiryDateResponse()


Copyright © 2013 Ecebs Ltd. All Rights Reserved.