public class

RecurringPaymentsProfileDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.RecurringPaymentsProfileDetailsType

Class Overview

Java class for RecurringPaymentsProfileDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RecurringPaymentsProfileDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SubscriberName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SubscriberShippingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
         <element name="BillingStartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ProfileReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar billingStartDate
protected String profileReference
protected String subscriberName
protected AddressType subscriberShippingAddress
Public Constructors
RecurringPaymentsProfileDetailsType()
Public Methods
XMLGregorianCalendar getBillingStartDate()
Gets the value of the billingStartDate property.
String getProfileReference()
Gets the value of the profileReference property.
String getSubscriberName()
Gets the value of the subscriberName property.
AddressType getSubscriberShippingAddress()
Gets the value of the subscriberShippingAddress property.
void setBillingStartDate(XMLGregorianCalendar value)
Sets the value of the billingStartDate property.
void setProfileReference(String value)
Sets the value of the profileReference property.
void setSubscriberName(String value)
Sets the value of the subscriberName property.
void setSubscriberShippingAddress(AddressType value)
Sets the value of the subscriberShippingAddress property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected XMLGregorianCalendar billingStartDate

protected String profileReference

protected String subscriberName

protected AddressType subscriberShippingAddress

Public Constructors

public RecurringPaymentsProfileDetailsType ()

Public Methods

public XMLGregorianCalendar getBillingStartDate ()

Gets the value of the billingStartDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getProfileReference ()

Gets the value of the profileReference property.

Returns
  • possible object is String

public String getSubscriberName ()

Gets the value of the subscriberName property.

Returns
  • possible object is String

public AddressType getSubscriberShippingAddress ()

Gets the value of the subscriberShippingAddress property.

Returns

public void setBillingStartDate (XMLGregorianCalendar value)

Sets the value of the billingStartDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setProfileReference (String value)

Sets the value of the profileReference property.

Parameters
value Allowed object is String

public void setSubscriberName (String value)

Sets the value of the subscriberName property.

Parameters
value Allowed object is String

public void setSubscriberShippingAddress (AddressType value)

Sets the value of the subscriberShippingAddress property.

Parameters
value Allowed object is AddressType