com.xerox.amazonws.fps
Class PrepaidInstrument

java.lang.Object
  extended by com.xerox.amazonws.fps.PrepaidInstrument
All Implemented Interfaces:
Instrument

public class PrepaidInstrument
extends Object
implements Instrument

Author:
J. Bernard, Elastic Grid, LLC., jerome.bernard@elastic-grid.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xerox.amazonws.fps.Instrument
Instrument.Status
 
Constructor Summary
PrepaidInstrument(String prepaidInstrumentId, String fundingInstrumentId, String prepaidSenderTokenId, Date expiry, Address address)
           
 
Method Summary
 Address getAddress()
           
 Date getExpiry()
           
 String getFundingInstrumentId()
           
 String getPrepaidInstrumentId()
           
 String getPrepaidSenderTokenId()
           
 Instrument.Status getStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrepaidInstrument

public PrepaidInstrument(String prepaidInstrumentId,
                         String fundingInstrumentId,
                         String prepaidSenderTokenId,
                         Date expiry,
                         Address address)
Method Detail

getPrepaidInstrumentId

public String getPrepaidInstrumentId()

getFundingInstrumentId

public String getFundingInstrumentId()

getPrepaidSenderTokenId

public String getPrepaidSenderTokenId()

getExpiry

public Date getExpiry()

getAddress

public Address getAddress()

getStatus

public Instrument.Status getStatus()
Specified by:
getStatus in interface Instrument

toString

public String toString()
Overrides:
toString in class Object