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, setVersion
protected 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()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getPayer()
String
public void setPayer(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getReceiver()
String
public void setReceiver(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getReceiptID()
String
public void setReceiptID(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 getProfileID()
String
public void setProfileID(java.lang.String value)
value
- the value
allowed object is
String
public PersonNameType getPayerName()
PersonNameType
public void setPayerName(PersonNameType value)
value
- the value
allowed object is
PersonNameType
public java.lang.String getAuctionItemNumber()
String
public void setAuctionItemNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getInvoiceID()
String
public void setInvoiceID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCardNumber()
String
public void setCardNumber(java.lang.String value)
value
- the value
allowed object is
String
public PaymentTransactionClassCodeType getTransactionClass()
PaymentTransactionClassCodeType
public void setTransactionClass(PaymentTransactionClassCodeType value)
value
- the value
allowed object is
PaymentTransactionClassCodeType
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public CurrencyCodeType getCurrencyCode()
CurrencyCodeType
public void setCurrencyCode(CurrencyCodeType value)
value
- the value
allowed object is
CurrencyCodeType
public PaymentTransactionStatusCodeType getStatus()
PaymentTransactionStatusCodeType
public void setStatus(PaymentTransactionStatusCodeType value)
value
- the value
allowed object is
PaymentTransactionStatusCodeType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.