public class PaymentTransactionType
extends java.lang.Object
Java class for PaymentTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReceiverInfo" type="{urn:ebay:apis:eBLBaseComponents}ReceiverInfoType"/>
<element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
<element name="TPLReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
<element name="PaymentItemInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentItemInfoType" minOccurs="0"/>
<element name="OfferCouponInfo" type="{urn:ebay:apis:eBLBaseComponents}OfferCouponInfoType" minOccurs="0"/>
<element name="SecondaryAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/>
<element name="GiftMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftReceipt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BuyerEmailOptIn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyQuestion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyChoiceSelected" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buyerEmailOptIn |
protected java.lang.String |
giftMessage |
protected java.lang.String |
giftReceipt |
protected BasicAmountType |
giftWrapAmount |
protected java.lang.String |
giftWrapName |
protected OfferCouponInfoType |
offerCouponInfo |
protected PayerInfoType |
payerInfo |
protected PaymentInfoType |
paymentInfo |
protected PaymentItemInfoType |
paymentItemInfo |
protected ReceiverInfoType |
receiverInfo |
protected AddressType |
secondaryAddress |
protected java.util.List<java.lang.String> |
surveyChoiceSelected |
protected java.lang.String |
surveyQuestion |
protected java.lang.String |
tplReferenceID |
protected UserSelectedOptionType |
userSelectedOptions |
| Constructor and Description |
|---|
PaymentTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuyerEmailOptIn()
Gets the value of the buyerEmailOptIn property.
|
java.lang.String |
getGiftMessage()
Gets the value of the giftMessage property.
|
java.lang.String |
getGiftReceipt()
Gets the value of the giftReceipt property.
|
BasicAmountType |
getGiftWrapAmount()
Gets the value of the giftWrapAmount property.
|
java.lang.String |
getGiftWrapName()
Gets the value of the giftWrapName property.
|
OfferCouponInfoType |
getOfferCouponInfo()
Gets the value of the offerCouponInfo property.
|
PayerInfoType |
getPayerInfo()
Gets the value of the payerInfo property.
|
PaymentInfoType |
getPaymentInfo()
Gets the value of the paymentInfo property.
|
PaymentItemInfoType |
getPaymentItemInfo()
Gets the value of the paymentItemInfo property.
|
ReceiverInfoType |
getReceiverInfo()
Gets the value of the receiverInfo property.
|
AddressType |
getSecondaryAddress()
Gets the value of the secondaryAddress property.
|
java.util.List<java.lang.String> |
getSurveyChoiceSelected()
Gets the value of the surveyChoiceSelected property.
|
java.lang.String |
getSurveyQuestion()
Gets the value of the surveyQuestion property.
|
java.lang.String |
getTPLReferenceID()
Gets the value of the tplReferenceID property.
|
UserSelectedOptionType |
getUserSelectedOptions()
Gets the value of the userSelectedOptions property.
|
void |
setBuyerEmailOptIn(java.lang.String value)
Sets the value of the buyerEmailOptIn property.
|
void |
setGiftMessage(java.lang.String value)
Sets the value of the giftMessage property.
|
void |
setGiftReceipt(java.lang.String value)
Sets the value of the giftReceipt property.
|
void |
setGiftWrapAmount(BasicAmountType value)
Sets the value of the giftWrapAmount property.
|
void |
setGiftWrapName(java.lang.String value)
Sets the value of the giftWrapName property.
|
void |
setOfferCouponInfo(OfferCouponInfoType value)
Sets the value of the offerCouponInfo property.
|
void |
setPayerInfo(PayerInfoType value)
Sets the value of the payerInfo property.
|
void |
setPaymentInfo(PaymentInfoType value)
Sets the value of the paymentInfo property.
|
void |
setPaymentItemInfo(PaymentItemInfoType value)
Sets the value of the paymentItemInfo property.
|
void |
setReceiverInfo(ReceiverInfoType value)
Sets the value of the receiverInfo property.
|
void |
setSecondaryAddress(AddressType value)
Sets the value of the secondaryAddress property.
|
void |
setSurveyQuestion(java.lang.String value)
Sets the value of the surveyQuestion property.
|
void |
setTPLReferenceID(java.lang.String value)
Sets the value of the tplReferenceID property.
|
void |
setUserSelectedOptions(UserSelectedOptionType value)
Sets the value of the userSelectedOptions property.
|
protected ReceiverInfoType receiverInfo
protected PayerInfoType payerInfo
protected java.lang.String tplReferenceID
protected PaymentInfoType paymentInfo
protected PaymentItemInfoType paymentItemInfo
protected OfferCouponInfoType offerCouponInfo
protected AddressType secondaryAddress
protected UserSelectedOptionType userSelectedOptions
protected java.lang.String giftMessage
protected java.lang.String giftReceipt
protected java.lang.String giftWrapName
protected BasicAmountType giftWrapAmount
protected java.lang.String buyerEmailOptIn
protected java.lang.String surveyQuestion
protected java.util.List<java.lang.String> surveyChoiceSelected
public ReceiverInfoType getReceiverInfo()
ReceiverInfoTypepublic void setReceiverInfo(ReceiverInfoType value)
value - the value
allowed object is
ReceiverInfoTypepublic PayerInfoType getPayerInfo()
PayerInfoTypepublic void setPayerInfo(PayerInfoType value)
value - the value
allowed object is
PayerInfoTypepublic java.lang.String getTPLReferenceID()
Stringpublic void setTPLReferenceID(java.lang.String value)
value - the value
allowed object is
Stringpublic PaymentInfoType getPaymentInfo()
PaymentInfoTypepublic void setPaymentInfo(PaymentInfoType value)
value - the value
allowed object is
PaymentInfoTypepublic PaymentItemInfoType getPaymentItemInfo()
PaymentItemInfoTypepublic void setPaymentItemInfo(PaymentItemInfoType value)
value - the value
allowed object is
PaymentItemInfoTypepublic OfferCouponInfoType getOfferCouponInfo()
OfferCouponInfoTypepublic void setOfferCouponInfo(OfferCouponInfoType value)
value - the value
allowed object is
OfferCouponInfoTypepublic AddressType getSecondaryAddress()
AddressTypepublic void setSecondaryAddress(AddressType value)
value - the value
allowed object is
AddressTypepublic UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionTypepublic void setUserSelectedOptions(UserSelectedOptionType value)
value - the value
allowed object is
UserSelectedOptionTypepublic java.lang.String getGiftMessage()
Stringpublic void setGiftMessage(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getGiftReceipt()
Stringpublic void setGiftReceipt(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getGiftWrapName()
Stringpublic void setGiftWrapName(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getGiftWrapAmount()
BasicAmountTypepublic void setGiftWrapAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getBuyerEmailOptIn()
Stringpublic void setBuyerEmailOptIn(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSurveyQuestion()
Stringpublic void setSurveyQuestion(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<java.lang.String> getSurveyChoiceSelected()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the surveyChoiceSelected property.
For example, to add a new item, do as follows:
getSurveyChoiceSelected().add(newItem);
Objects of the following type(s) are allowed in the list
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.