| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SubscriptionInfoType |
SubscriptionInfoType Information about a PayPal Subscription.
Java class for SubscriptionInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}SubscriptionID"/>
<element name="SubscriptionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RetryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Recurrences" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Terms" type="{urn:ebay:apis:eBLBaseComponents}SubscriptionTermsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="reattempt" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="recurring" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| effectiveDate | |||||||||||
| password | |||||||||||
| reattempt | |||||||||||
| recurrences | |||||||||||
| recurring | |||||||||||
| retryTime | |||||||||||
| subscriptionDate | |||||||||||
| subscriptionID | |||||||||||
| terms | |||||||||||
| username | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the reattempt property.
| |||||||||||
Gets the value of the recurrences property.
| |||||||||||
Gets the value of the recurring property.
| |||||||||||
Gets the value of the retryTime property.
| |||||||||||
Gets the value of the subscriptionDate property.
| |||||||||||
ID generated by PayPal for the subscriber.
| |||||||||||
Gets the value of the terms property.
| |||||||||||
Gets the value of the username property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the reattempt property.
| |||||||||||
Sets the value of the recurrences property.
| |||||||||||
Sets the value of the recurring property.
| |||||||||||
Sets the value of the retryTime property.
| |||||||||||
Sets the value of the subscriptionDate property.
| |||||||||||
Sets the value of the subscriptionID property.
| |||||||||||
Sets the value of the username property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the effectiveDate property.
Gets the value of the password property.
Gets the value of the reattempt property.
Gets the value of the recurrences property.
Gets the value of the recurring property.
Gets the value of the retryTime property.
Gets the value of the subscriptionDate property.
ID generated by PayPal for the subscriber. Character length and limitations: no limit
Gets the value of the terms property.
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 terms property.
For example, to add a new item, do as follows:
getTerms().add(newItem);
Objects of the following type(s) are allowed in the list
SubscriptionTermsType
Gets the value of the username property.
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the reattempt property.
| value | Allowed object is String |
|---|
Sets the value of the recurrences property.
| value | Allowed object is String |
|---|
Sets the value of the recurring property.
| value | Allowed object is String |
|---|
Sets the value of the retryTime property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subscriptionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subscriptionID property.
| value | Allowed object is String |
|---|
Sets the value of the username property.
| value | Allowed object is String |
|---|