urn.ebay.apis.eBLBaseComponents
Class ScheduleDetailsType

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

public class ScheduleDetailsType
extends Object

Schedule details for the Recurring Payment


Constructor Summary
ScheduleDetailsType()
          Default Constructor
ScheduleDetailsType(String description, BillingPeriodDetailsType paymentPeriod)
          Constructor with arguments
 
Method Summary
 ActivationDetailsType getActivationDetails()
          Getter for activationDetails
 AutoBillType getAutoBillOutstandingAmount()
          Getter for autoBillOutstandingAmount
 String getDescription()
          Getter for description
 Integer getMaxFailedPayments()
          Getter for maxFailedPayments
 BillingPeriodDetailsType getPaymentPeriod()
          Getter for paymentPeriod
 BillingPeriodDetailsType getTrialPeriod()
          Getter for trialPeriod
 void setActivationDetails(ActivationDetailsType activationDetails)
          Setter for activationDetails
 void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
          Setter for autoBillOutstandingAmount
 void setDescription(String description)
          Setter for description
 void setMaxFailedPayments(Integer maxFailedPayments)
          Setter for maxFailedPayments
 void setPaymentPeriod(BillingPeriodDetailsType paymentPeriod)
          Setter for paymentPeriod
 void setTrialPeriod(BillingPeriodDetailsType trialPeriod)
          Setter for trialPeriod
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduleDetailsType

public ScheduleDetailsType(String description,
                           BillingPeriodDetailsType paymentPeriod)
Constructor with arguments


ScheduleDetailsType

public ScheduleDetailsType()
Default Constructor

Method Detail

getDescription

public String getDescription()
Getter for description


setDescription

public void setDescription(String description)
Setter for description


getTrialPeriod

public BillingPeriodDetailsType getTrialPeriod()
Getter for trialPeriod


setTrialPeriod

public void setTrialPeriod(BillingPeriodDetailsType trialPeriod)
Setter for trialPeriod


getPaymentPeriod

public BillingPeriodDetailsType getPaymentPeriod()
Getter for paymentPeriod


setPaymentPeriod

public void setPaymentPeriod(BillingPeriodDetailsType paymentPeriod)
Setter for paymentPeriod


getMaxFailedPayments

public Integer getMaxFailedPayments()
Getter for maxFailedPayments


setMaxFailedPayments

public void setMaxFailedPayments(Integer maxFailedPayments)
Setter for maxFailedPayments


getActivationDetails

public ActivationDetailsType getActivationDetails()
Getter for activationDetails


setActivationDetails

public void setActivationDetails(ActivationDetailsType activationDetails)
Setter for activationDetails


getAutoBillOutstandingAmount

public AutoBillType getAutoBillOutstandingAmount()
Getter for autoBillOutstandingAmount


setAutoBillOutstandingAmount

public void setAutoBillOutstandingAmount(AutoBillType autoBillOutstandingAmount)
Setter for autoBillOutstandingAmount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.