public class RecurringPaymentsProfileDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
billingStartDate |
protected java.lang.String |
profileReference |
protected java.lang.String |
subscriberName |
protected AddressType |
subscriberShippingAddress |
Constructor and Description |
---|
RecurringPaymentsProfileDetailsType() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getBillingStartDate()
Gets the value of the billingStartDate property.
|
java.lang.String |
getProfileReference()
Gets the value of the profileReference property.
|
java.lang.String |
getSubscriberName()
Gets the value of the subscriberName property.
|
AddressType |
getSubscriberShippingAddress()
Gets the value of the subscriberShippingAddress property.
|
void |
setBillingStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the billingStartDate property.
|
void |
setProfileReference(java.lang.String value)
Sets the value of the profileReference property.
|
void |
setSubscriberName(java.lang.String value)
Sets the value of the subscriberName property.
|
void |
setSubscriberShippingAddress(AddressType value)
Sets the value of the subscriberShippingAddress property.
|
protected java.lang.String subscriberName
protected AddressType subscriberShippingAddress
protected javax.xml.datatype.XMLGregorianCalendar billingStartDate
protected java.lang.String profileReference
public java.lang.String getSubscriberName()
String
public void setSubscriberName(java.lang.String value)
value
- the value
allowed object is
String
public AddressType getSubscriberShippingAddress()
AddressType
public void setSubscriberShippingAddress(AddressType value)
value
- the value
allowed object is
AddressType
public javax.xml.datatype.XMLGregorianCalendar getBillingStartDate()
XMLGregorianCalendar
public void setBillingStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getProfileReference()
String
public void setProfileReference(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.