urn.ebay.apis.eBLBaseComponents
Class SubscriptionInfoType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.SubscriptionInfoType

public class SubscriptionInfoType
extends Object

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 getReattempt()
          Getter for reattempt
 String getRecurrences()
          Getter for recurrences
 String getRecurring()
          Getter for recurring
 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 setReattempt(String reattempt)
          Setter for reattempt
 void setRecurrences(String recurrences)
          Setter for recurrences
 void setRecurring(String recurring)
          Setter for recurring
 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

SubscriptionInfoType

public SubscriptionInfoType()
Default Constructor


SubscriptionInfoType

public SubscriptionInfoType(Node node)
                     throws XPathExpressionException
Throws:
XPathExpressionException
Method Detail

getSubscriptionID

public String getSubscriptionID()
Getter for subscriptionID


setSubscriptionID

public void setSubscriptionID(String subscriptionID)
Setter for subscriptionID


getSubscriptionDate

public String getSubscriptionDate()
Getter for subscriptionDate


setSubscriptionDate

public void setSubscriptionDate(String subscriptionDate)
Setter for subscriptionDate


getEffectiveDate

public String getEffectiveDate()
Getter for effectiveDate


setEffectiveDate

public void setEffectiveDate(String effectiveDate)
Setter for effectiveDate


getRetryTime

public String getRetryTime()
Getter for retryTime


setRetryTime

public void setRetryTime(String retryTime)
Setter for retryTime


getUsername

public String getUsername()
Getter for username


setUsername

public void setUsername(String username)
Setter for username


getPassword

public String getPassword()
Getter for password


setPassword

public void setPassword(String password)
Setter for password


getRecurrences

public String getRecurrences()
Getter for recurrences


setRecurrences

public void setRecurrences(String recurrences)
Setter for recurrences


getTerms

public List<SubscriptionTermsType> getTerms()
Getter for terms


setTerms

public void setTerms(List<SubscriptionTermsType> terms)
Setter for terms


getReattempt

public String getReattempt()
Getter for reattempt


setReattempt

public void setReattempt(String reattempt)
Setter for reattempt


getRecurring

public String getRecurring()
Getter for recurring


setRecurring

public void setRecurring(String recurring)
Setter for recurring



Copyright © 2013. All Rights Reserved.