public class ScheduleDetailsType
extends java.lang.Object
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>
Modifier and Type | Field and Description |
---|---|
protected ActivationDetailsType |
activationDetails |
protected AutoBillType |
autoBillOutstandingAmount |
protected java.lang.String |
description |
protected java.lang.Integer |
maxFailedPayments |
protected BillingPeriodDetailsType |
paymentPeriod |
protected BillingPeriodDetailsType |
trialPeriod |
Constructor and Description |
---|
ScheduleDetailsType() |
Modifier and Type | Method and Description |
---|---|
ActivationDetailsType |
getActivationDetails()
Gets the value of the activationDetails property.
|
AutoBillType |
getAutoBillOutstandingAmount()
Gets the value of the autoBillOutstandingAmount property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.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(java.lang.String value)
Sets the value of the description property.
|
void |
setMaxFailedPayments(java.lang.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.
|
protected java.lang.String description
protected BillingPeriodDetailsType trialPeriod
protected BillingPeriodDetailsType paymentPeriod
protected java.lang.Integer maxFailedPayments
protected ActivationDetailsType activationDetails
protected AutoBillType autoBillOutstandingAmount
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- the value
allowed object is
String
public BillingPeriodDetailsType getTrialPeriod()
BillingPeriodDetailsType
public void setTrialPeriod(BillingPeriodDetailsType value)
value
- the value
allowed object is
BillingPeriodDetailsType
public BillingPeriodDetailsType getPaymentPeriod()
BillingPeriodDetailsType
public void setPaymentPeriod(BillingPeriodDetailsType value)
value
- the value
allowed object is
BillingPeriodDetailsType
public java.lang.Integer getMaxFailedPayments()
Integer
public void setMaxFailedPayments(java.lang.Integer value)
value
- the value
allowed object is
Integer
public ActivationDetailsType getActivationDetails()
ActivationDetailsType
public void setActivationDetails(ActivationDetailsType value)
value
- the value
allowed object is
ActivationDetailsType
public AutoBillType getAutoBillOutstandingAmount()
AutoBillType
public void setAutoBillOutstandingAmount(AutoBillType value)
value
- the value
allowed object is
AutoBillType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.