public class BillingPeriodDetailsType
extends java.lang.Object
Java class for BillingPeriodDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BillingPeriodDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="BillingPeriod" type="{urn:ebay:apis:eBLBaseComponents}BillingPeriodType"/> <element name="BillingFrequency" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="TotalBillingCycles" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/> <element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
amount |
protected int |
billingFrequency |
protected BillingPeriodType |
billingPeriod |
protected BasicAmountType |
shippingAmount |
protected BasicAmountType |
taxAmount |
protected java.lang.Integer |
totalBillingCycles |
Constructor and Description |
---|
BillingPeriodDetailsType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
int |
getBillingFrequency()
Gets the value of the billingFrequency property.
|
BillingPeriodType |
getBillingPeriod()
Gets the value of the billingPeriod property.
|
BasicAmountType |
getShippingAmount()
Gets the value of the shippingAmount property.
|
BasicAmountType |
getTaxAmount()
Gets the value of the taxAmount property.
|
java.lang.Integer |
getTotalBillingCycles()
Gets the value of the totalBillingCycles property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setBillingFrequency(int value)
Sets the value of the billingFrequency property.
|
void |
setBillingPeriod(BillingPeriodType value)
Sets the value of the billingPeriod property.
|
void |
setShippingAmount(BasicAmountType value)
Sets the value of the shippingAmount property.
|
void |
setTaxAmount(BasicAmountType value)
Sets the value of the taxAmount property.
|
void |
setTotalBillingCycles(java.lang.Integer value)
Sets the value of the totalBillingCycles property.
|
protected BillingPeriodType billingPeriod
protected int billingFrequency
protected java.lang.Integer totalBillingCycles
protected BasicAmountType amount
protected BasicAmountType shippingAmount
protected BasicAmountType taxAmount
public BillingPeriodType getBillingPeriod()
BillingPeriodType
public void setBillingPeriod(BillingPeriodType value)
value
- the value
allowed object is
BillingPeriodType
public int getBillingFrequency()
public void setBillingFrequency(int value)
public java.lang.Integer getTotalBillingCycles()
Integer
public void setTotalBillingCycles(java.lang.Integer value)
value
- the value
allowed object is
Integer
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getShippingAmount()
BasicAmountType
public void setShippingAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTaxAmount()
BasicAmountType
public void setTaxAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.