public class

ScheduleDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ScheduleDetailsType

Class Overview

Java class for ScheduleDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ScheduleDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="TrialPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodDetailsType" minOccurs="0"/>
         <element name="PaymentPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodDetailsType"/>
         <element name="MaxFailedPayments" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ActivationDetails" type="{urn:ebay:apis:eBLBaseComponents}ActivationDetailsType" minOccurs="0"/>
         <element name="AutoBillOutstandingAmount" type="{urn:ebay:apis:eBLBaseComponents}AutoBillType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ActivationDetailsType activationDetails
protected AutoBillType autoBillOutstandingAmount
protected String description
protected Integer maxFailedPayments
protected BillingPeriodDetailsType paymentPeriod
protected BillingPeriodDetailsType trialPeriod
Public Constructors
ScheduleDetailsType()
Public Methods
ActivationDetailsType getActivationDetails()
Gets the value of the activationDetails property.
AutoBillType getAutoBillOutstandingAmount()
Gets the value of the autoBillOutstandingAmount property.
String getDescription()
Gets the value of the description property.
Integer getMaxFailedPayments()
Gets the value of the maxFailedPayments property.
BillingPeriodDetailsType getPaymentPeriod()
Gets the value of the paymentPeriod property.
BillingPeriodDetailsType getTrialPeriod()
Gets the value of the trialPeriod property.
void setActivationDetails(ActivationDetailsType value)
Sets the value of the activationDetails property.
void setAutoBillOutstandingAmount(AutoBillType value)
Sets the value of the autoBillOutstandingAmount property.
void setDescription(String value)
Sets the value of the description property.
void setMaxFailedPayments(Integer value)
Sets the value of the maxFailedPayments property.
void setPaymentPeriod(BillingPeriodDetailsType value)
Sets the value of the paymentPeriod property.
void setTrialPeriod(BillingPeriodDetailsType value)
Sets the value of the trialPeriod property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ActivationDetailsType activationDetails

protected AutoBillType autoBillOutstandingAmount

protected String description

protected Integer maxFailedPayments

protected BillingPeriodDetailsType paymentPeriod

protected BillingPeriodDetailsType trialPeriod

Public Constructors

public ScheduleDetailsType ()

Public Methods

public ActivationDetailsType getActivationDetails ()

Gets the value of the activationDetails property.

Returns

public AutoBillType getAutoBillOutstandingAmount ()

Gets the value of the autoBillOutstandingAmount property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public Integer getMaxFailedPayments ()

Gets the value of the maxFailedPayments property.

Returns
  • possible object is Integer

public BillingPeriodDetailsType getPaymentPeriod ()

Gets the value of the paymentPeriod property.

Returns

public BillingPeriodDetailsType getTrialPeriod ()

Gets the value of the trialPeriod property.

Returns

public void setActivationDetails (ActivationDetailsType value)

Sets the value of the activationDetails property.

Parameters
value Allowed object is ActivationDetailsType

public void setAutoBillOutstandingAmount (AutoBillType value)

Sets the value of the autoBillOutstandingAmount property.

Parameters
value Allowed object is AutoBillType

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setMaxFailedPayments (Integer value)

Sets the value of the maxFailedPayments property.

Parameters
value Allowed object is Integer

public void setPaymentPeriod (BillingPeriodDetailsType value)

Sets the value of the paymentPeriod property.

Parameters
value Allowed object is BillingPeriodDetailsType

public void setTrialPeriod (BillingPeriodDetailsType value)

Sets the value of the trialPeriod property.

Parameters
value Allowed object is BillingPeriodDetailsType