public class SubscriptionInfoType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected javax.xml.datatype.XMLGregorianCalendar |
effectiveDate |
protected java.lang.String |
password |
protected java.lang.String |
reattempt |
protected java.lang.String |
recurrences |
protected java.lang.String |
recurring |
protected javax.xml.datatype.XMLGregorianCalendar |
retryTime |
protected javax.xml.datatype.XMLGregorianCalendar |
subscriptionDate |
protected java.lang.String |
subscriptionID |
protected java.util.List<SubscriptionTermsType> |
terms |
protected java.lang.String |
username |
Constructor and Description |
---|
SubscriptionInfoType() |
Modifier and Type | Method and Description |
---|---|
javax.xml.datatype.XMLGregorianCalendar |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
java.lang.String |
getReattempt()
Gets the value of the reattempt property.
|
java.lang.String |
getRecurrences()
Gets the value of the recurrences property.
|
java.lang.String |
getRecurring()
Gets the value of the recurring property.
|
javax.xml.datatype.XMLGregorianCalendar |
getRetryTime()
Gets the value of the retryTime property.
|
javax.xml.datatype.XMLGregorianCalendar |
getSubscriptionDate()
Gets the value of the subscriptionDate property.
|
java.lang.String |
getSubscriptionID()
ID generated by PayPal for the subscriber.
|
java.util.List<SubscriptionTermsType> |
getTerms()
Gets the value of the terms property.
|
java.lang.String |
getUsername()
Gets the value of the username property.
|
void |
setEffectiveDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the effectiveDate property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password property.
|
void |
setReattempt(java.lang.String value)
Sets the value of the reattempt property.
|
void |
setRecurrences(java.lang.String value)
Sets the value of the recurrences property.
|
void |
setRecurring(java.lang.String value)
Sets the value of the recurring property.
|
void |
setRetryTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the retryTime property.
|
void |
setSubscriptionDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the subscriptionDate property.
|
void |
setSubscriptionID(java.lang.String value)
Sets the value of the subscriptionID property.
|
void |
setUsername(java.lang.String value)
Sets the value of the username property.
|
protected java.lang.String subscriptionID
protected javax.xml.datatype.XMLGregorianCalendar subscriptionDate
protected javax.xml.datatype.XMLGregorianCalendar effectiveDate
protected javax.xml.datatype.XMLGregorianCalendar retryTime
protected java.lang.String username
protected java.lang.String password
protected java.lang.String recurrences
protected java.util.List<SubscriptionTermsType> terms
protected java.lang.String reattempt
protected java.lang.String recurring
public java.lang.String getSubscriptionID()
String
public void setSubscriptionID(java.lang.String value)
value
- the value
allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getSubscriptionDate()
XMLGregorianCalendar
public void setSubscriptionDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEffectiveDate()
XMLGregorianCalendar
public void setEffectiveDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getRetryTime()
XMLGregorianCalendar
public void setRetryTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public java.lang.String getUsername()
String
public void setUsername(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getRecurrences()
String
public void setRecurrences(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<SubscriptionTermsType> getTerms()
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
public java.lang.String getReattempt()
String
public void setReattempt(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getRecurring()
String
public void setRecurring(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.