|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.PaymentTransactionSearchResultType
public class PaymentTransactionSearchResultType
PaymentTransactionSearchResultType Results from a PaymentTransaction search
| Constructor Summary | |
|---|---|
PaymentTransactionSearchResultType()
Default Constructor |
|
PaymentTransactionSearchResultType(Node node)
|
|
| Method Summary | |
|---|---|
BasicAmountType |
getFeeAmount()
Getter for feeAmount |
BasicAmountType |
getGrossAmount()
Getter for grossAmount |
BasicAmountType |
getNetAmount()
Getter for netAmount |
String |
getPayer()
Getter for payer |
String |
getPayerDisplayName()
Getter for payerDisplayName |
String |
getStatus()
Getter for status |
String |
getTimestamp()
Getter for timestamp |
String |
getTimezone()
Getter for timezone |
String |
getTransactionID()
Getter for transactionID |
String |
getType()
Getter for type |
void |
setFeeAmount(BasicAmountType feeAmount)
Setter for feeAmount |
void |
setGrossAmount(BasicAmountType grossAmount)
Setter for grossAmount |
void |
setNetAmount(BasicAmountType netAmount)
Setter for netAmount |
void |
setPayer(String payer)
Setter for payer |
void |
setPayerDisplayName(String payerDisplayName)
Setter for payerDisplayName |
void |
setStatus(String status)
Setter for status |
void |
setTimestamp(String timestamp)
Setter for timestamp |
void |
setTimezone(String timezone)
Setter for timezone |
void |
setTransactionID(String transactionID)
Setter for transactionID |
void |
setType(String type)
Setter for type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PaymentTransactionSearchResultType()
public PaymentTransactionSearchResultType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getTimestamp()
public void setTimestamp(String timestamp)
public String getTimezone()
public void setTimezone(String timezone)
public String getType()
public void setType(String type)
public String getPayer()
public void setPayer(String payer)
public String getPayerDisplayName()
public void setPayerDisplayName(String payerDisplayName)
public String getTransactionID()
public void setTransactionID(String transactionID)
public String getStatus()
public void setStatus(String status)
public BasicAmountType getGrossAmount()
public void setGrossAmount(BasicAmountType grossAmount)
public BasicAmountType getFeeAmount()
public void setFeeAmount(BasicAmountType feeAmount)
public BasicAmountType getNetAmount()
public void setNetAmount(BasicAmountType netAmount)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||