public class PaymentTransactionSearchResultType
extends java.lang.Object
Java class for PaymentTransactionSearchResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionSearchResultType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="Timezone" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Payer" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType"/> <element name="PayerDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{urn:ebay:apis:eBLBaseComponents}TransactionID"/> <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="GrossAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> <element name="FeeAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> <element name="NetAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
feeAmount |
protected BasicAmountType |
grossAmount |
protected BasicAmountType |
netAmount |
protected java.lang.String |
payer |
protected java.lang.String |
payerDisplayName |
protected java.lang.String |
status |
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp |
protected java.lang.String |
timezone |
protected java.lang.String |
transactionID |
protected java.lang.String |
type |
Constructor and Description |
---|
PaymentTransactionSearchResultType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getFeeAmount()
Gets the value of the feeAmount property.
|
BasicAmountType |
getGrossAmount()
Gets the value of the grossAmount property.
|
BasicAmountType |
getNetAmount()
Gets the value of the netAmount property.
|
java.lang.String |
getPayer()
Gets the value of the payer property.
|
java.lang.String |
getPayerDisplayName()
Gets the value of the payerDisplayName property.
|
java.lang.String |
getStatus()
Gets the value of the status property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getTimezone()
Gets the value of the timezone property.
|
java.lang.String |
getTransactionID()
The transaction ID of the seller
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setFeeAmount(BasicAmountType value)
Sets the value of the feeAmount property.
|
void |
setGrossAmount(BasicAmountType value)
Sets the value of the grossAmount property.
|
void |
setNetAmount(BasicAmountType value)
Sets the value of the netAmount property.
|
void |
setPayer(java.lang.String value)
Sets the value of the payer property.
|
void |
setPayerDisplayName(java.lang.String value)
Sets the value of the payerDisplayName property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
void |
setTimezone(java.lang.String value)
Sets the value of the timezone property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected javax.xml.datatype.XMLGregorianCalendar timestamp
protected java.lang.String timezone
protected java.lang.String type
protected java.lang.String payer
protected java.lang.String payerDisplayName
protected java.lang.String transactionID
protected java.lang.String status
protected BasicAmountType grossAmount
protected BasicAmountType feeAmount
protected BasicAmountType netAmount
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getTimezone()
String
public void setTimezone(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPayer()
String
public void setPayer(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPayerDisplayName()
String
public void setPayerDisplayName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getGrossAmount()
BasicAmountType
public void setGrossAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getFeeAmount()
BasicAmountType
public void setFeeAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getNetAmount()
BasicAmountType
public void setNetAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.