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

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

public class PendingRequests
extends Object
implements Serializable

Response associated with a QueryRequest with query mode QueryMode.REQUEST_CM

Author:
jonathana
See Also:
Serialized Form

Constructor Summary
PendingRequests()
           
 
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

PendingRequests

public PendingRequests()
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.