public class CreateRecurringPaymentsProfileRequestDetailsType
extends java.lang.Object
Java class for CreateRecurringPaymentsProfileRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateRecurringPaymentsProfileRequestDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType" minOccurs="0"/> <element name="RecurringPaymentsProfileDetails" type="{urn:ebay:apis:eBLBaseComponents}RecurringPaymentsProfileDetailsType"/> <element name="ScheduleDetails" type="{urn:ebay:apis:eBLBaseComponents}ScheduleDetailsType"/> <element name="PaymentDetailsItem" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsItemType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CreditCardDetailsType |
creditCard |
protected java.util.List<PaymentDetailsItemType> |
paymentDetailsItem |
protected RecurringPaymentsProfileDetailsType |
recurringPaymentsProfileDetails |
protected ScheduleDetailsType |
scheduleDetails |
protected java.lang.String |
token |
Constructor and Description |
---|
CreateRecurringPaymentsProfileRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
CreditCardDetailsType |
getCreditCard()
Gets the value of the creditCard property.
|
java.util.List<PaymentDetailsItemType> |
getPaymentDetailsItem()
Gets the value of the paymentDetailsItem property.
|
RecurringPaymentsProfileDetailsType |
getRecurringPaymentsProfileDetails()
Gets the value of the recurringPaymentsProfileDetails property.
|
ScheduleDetailsType |
getScheduleDetails()
Gets the value of the scheduleDetails property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
void |
setCreditCard(CreditCardDetailsType value)
Sets the value of the creditCard property.
|
void |
setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType value)
Sets the value of the recurringPaymentsProfileDetails property.
|
void |
setScheduleDetails(ScheduleDetailsType value)
Sets the value of the scheduleDetails property.
|
void |
setToken(java.lang.String value)
Sets the value of the token property.
|
protected java.lang.String token
protected CreditCardDetailsType creditCard
protected RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails
protected ScheduleDetailsType scheduleDetails
protected java.util.List<PaymentDetailsItemType> paymentDetailsItem
public CreateRecurringPaymentsProfileRequestDetailsType()
public java.lang.String getToken()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public CreditCardDetailsType getCreditCard()
CreditCardDetailsType
public void setCreditCard(CreditCardDetailsType value)
value
- the value
allowed object is
CreditCardDetailsType
public RecurringPaymentsProfileDetailsType getRecurringPaymentsProfileDetails()
RecurringPaymentsProfileDetailsType
public void setRecurringPaymentsProfileDetails(RecurringPaymentsProfileDetailsType value)
value
- the value
allowed object is
RecurringPaymentsProfileDetailsType
public ScheduleDetailsType getScheduleDetails()
ScheduleDetailsType
public void setScheduleDetails(ScheduleDetailsType value)
value
- the value
allowed object is
ScheduleDetailsType
public java.util.List<PaymentDetailsItemType> getPaymentDetailsItem()
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 paymentDetailsItem property.
For example, to add a new item, do as follows:
getPaymentDetailsItem().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDetailsItemType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.