|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecturn.ebay.apis.eBLBaseComponents.SubscriptionInfoType
public class SubscriptionInfoType
SubscriptionInfoType Information about a PayPal Subscription.
| Constructor Summary | |
|---|---|
SubscriptionInfoType()
Default Constructor |
|
SubscriptionInfoType(Node node)
|
|
| Method Summary | |
|---|---|
String |
getEffectiveDate()
Getter for effectiveDate |
String |
getPassword()
Getter for password |
String |
getRecurrences()
Getter for recurrences |
String |
getRetryTime()
Getter for retryTime |
String |
getSubscriptionDate()
Getter for subscriptionDate |
String |
getSubscriptionID()
Getter for subscriptionID |
List<SubscriptionTermsType> |
getTerms()
Getter for terms |
String |
getUsername()
Getter for username |
void |
setEffectiveDate(String effectiveDate)
Setter for effectiveDate |
void |
setPassword(String password)
Setter for password |
void |
setRecurrences(String recurrences)
Setter for recurrences |
void |
setRetryTime(String retryTime)
Setter for retryTime |
void |
setSubscriptionDate(String subscriptionDate)
Setter for subscriptionDate |
void |
setSubscriptionID(String subscriptionID)
Setter for subscriptionID |
void |
setTerms(List<SubscriptionTermsType> terms)
Setter for terms |
void |
setUsername(String username)
Setter for username |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubscriptionInfoType()
public SubscriptionInfoType(Node node)
throws XPathExpressionException
XPathExpressionException| Method Detail |
|---|
public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
public String getSubscriptionDate()
public void setSubscriptionDate(String subscriptionDate)
public String getEffectiveDate()
public void setEffectiveDate(String effectiveDate)
public String getRetryTime()
public void setRetryTime(String retryTime)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getRecurrences()
public void setRecurrences(String recurrences)
public List<SubscriptionTermsType> getTerms()
public void setTerms(List<SubscriptionTermsType> terms)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||