public class TransactionSearchRequestType extends AbstractRequestType
Java class for TransactionSearchRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionSearchRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Payer" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="Receiver" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
<element name="ReceiptID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId" minOccurs="0"/>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PayerName" type="{urn:ebay:apis:eBLBaseComponents}PersonNameType" minOccurs="0"/>
<element name="AuctionItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CardNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionClass" type="{urn:ebay:apis:eBLBaseComponents}PaymentTransactionClassCodeType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="CurrencyCode" type="{urn:ebay:apis:eBLBaseComponents}CurrencyCodeType" minOccurs="0"/>
<element name="Status" type="{urn:ebay:apis:eBLBaseComponents}PaymentTransactionStatusCodeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
auctionItemNumber |
protected java.lang.String |
cardNumber |
protected CurrencyCodeType |
currencyCode |
protected javax.xml.datatype.XMLGregorianCalendar |
endDate |
protected java.lang.String |
invoiceID |
protected java.lang.String |
payer |
protected PersonNameType |
payerName |
protected java.lang.String |
profileID |
protected java.lang.String |
receiptID |
protected java.lang.String |
receiver |
protected javax.xml.datatype.XMLGregorianCalendar |
startDate |
protected PaymentTransactionStatusCodeType |
status |
protected PaymentTransactionClassCodeType |
transactionClass |
protected java.lang.String |
transactionID |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
TransactionSearchRequestType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getAuctionItemNumber()
Gets the value of the auctionItemNumber property.
|
java.lang.String |
getCardNumber()
Gets the value of the cardNumber property.
|
CurrencyCodeType |
getCurrencyCode()
Gets the value of the currencyCode property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.String |
getPayer()
Gets the value of the payer property.
|
PersonNameType |
getPayerName()
Gets the value of the payerName property.
|
java.lang.String |
getProfileID()
Gets the value of the profileID property.
|
java.lang.String |
getReceiptID()
Gets the value of the receiptID property.
|
java.lang.String |
getReceiver()
Gets the value of the receiver property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
PaymentTransactionStatusCodeType |
getStatus()
Gets the value of the status property.
|
PaymentTransactionClassCodeType |
getTransactionClass()
Gets the value of the transactionClass property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setAuctionItemNumber(java.lang.String value)
Sets the value of the auctionItemNumber property.
|
void |
setCardNumber(java.lang.String value)
Sets the value of the cardNumber property.
|
void |
setCurrencyCode(CurrencyCodeType value)
Sets the value of the currencyCode property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setInvoiceID(java.lang.String value)
Sets the value of the invoiceID property.
|
void |
setPayer(java.lang.String value)
Sets the value of the payer property.
|
void |
setPayerName(PersonNameType value)
Sets the value of the payerName property.
|
void |
setProfileID(java.lang.String value)
Sets the value of the profileID property.
|
void |
setReceiptID(java.lang.String value)
Sets the value of the receiptID property.
|
void |
setReceiver(java.lang.String value)
Sets the value of the receiver property.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setStatus(PaymentTransactionStatusCodeType value)
Sets the value of the status property.
|
void |
setTransactionClass(PaymentTransactionClassCodeType value)
Sets the value of the transactionClass property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected javax.xml.datatype.XMLGregorianCalendar startDate
protected javax.xml.datatype.XMLGregorianCalendar endDate
protected java.lang.String payer
protected java.lang.String receiver
protected java.lang.String receiptID
protected java.lang.String transactionID
protected java.lang.String profileID
protected PersonNameType payerName
protected java.lang.String auctionItemNumber
protected java.lang.String invoiceID
protected java.lang.String cardNumber
protected PaymentTransactionClassCodeType transactionClass
protected BasicAmountType amount
protected CurrencyCodeType currencyCode
protected PaymentTransactionStatusCodeType status
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value - the value
allowed object is
XMLGregorianCalendarpublic java.lang.String getPayer()
Stringpublic void setPayer(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReceiver()
Stringpublic void setReceiver(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getReceiptID()
Stringpublic void setReceiptID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getTransactionID()
Stringpublic void setTransactionID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getProfileID()
Stringpublic void setProfileID(java.lang.String value)
value - the value
allowed object is
Stringpublic PersonNameType getPayerName()
PersonNameTypepublic void setPayerName(PersonNameType value)
value - the value
allowed object is
PersonNameTypepublic java.lang.String getAuctionItemNumber()
Stringpublic void setAuctionItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getInvoiceID()
Stringpublic void setInvoiceID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCardNumber()
Stringpublic void setCardNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic PaymentTransactionClassCodeType getTransactionClass()
PaymentTransactionClassCodeTypepublic void setTransactionClass(PaymentTransactionClassCodeType value)
value - the value
allowed object is
PaymentTransactionClassCodeTypepublic BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic CurrencyCodeType getCurrencyCode()
CurrencyCodeTypepublic void setCurrencyCode(CurrencyCodeType value)
value - the value
allowed object is
CurrencyCodeTypepublic PaymentTransactionStatusCodeType getStatus()
PaymentTransactionStatusCodeTypepublic void setStatus(PaymentTransactionStatusCodeType value)
value - the value
allowed object is
PaymentTransactionStatusCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.