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()
ReceiverInfoType
public void setReceiverInfo(ReceiverInfoType value)
value
- the value
allowed object is
ReceiverInfoType
public PayerInfoType getPayerInfo()
PayerInfoType
public void setPayerInfo(PayerInfoType value)
value
- the value
allowed object is
PayerInfoType
public java.lang.String getTPLReferenceID()
String
public void setTPLReferenceID(java.lang.String value)
value
- the value
allowed object is
String
public PaymentInfoType getPaymentInfo()
PaymentInfoType
public void setPaymentInfo(PaymentInfoType value)
value
- the value
allowed object is
PaymentInfoType
public PaymentItemInfoType getPaymentItemInfo()
PaymentItemInfoType
public void setPaymentItemInfo(PaymentItemInfoType value)
value
- the value
allowed object is
PaymentItemInfoType
public OfferCouponInfoType getOfferCouponInfo()
OfferCouponInfoType
public void setOfferCouponInfo(OfferCouponInfoType value)
value
- the value
allowed object is
OfferCouponInfoType
public AddressType getSecondaryAddress()
AddressType
public void setSecondaryAddress(AddressType value)
value
- the value
allowed object is
AddressType
public UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionType
public void setUserSelectedOptions(UserSelectedOptionType value)
value
- the value
allowed object is
UserSelectedOptionType
public java.lang.String getGiftMessage()
String
public void setGiftMessage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftReceipt()
String
public void setGiftReceipt(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftWrapName()
String
public void setGiftWrapName(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getGiftWrapAmount()
BasicAmountType
public void setGiftWrapAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getBuyerEmailOptIn()
String
public void setBuyerEmailOptIn(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSurveyQuestion()
String
public void setSurveyQuestion(java.lang.String value)
value
- the value
allowed object is
String
public 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.