urn.ebay.apis.eBLBaseComponents
Class BillingPeriodDetailsType

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

public class BillingPeriodDetailsType
extends Object

Unit of meausre for billing cycle


Constructor Summary
BillingPeriodDetailsType()
          Default Constructor
BillingPeriodDetailsType(BillingPeriodType billingPeriod, Integer billingFrequency, BasicAmountType amount)
          Constructor with arguments
BillingPeriodDetailsType(Node node)
           
 
Method Summary
 BasicAmountType getAmount()
          Getter for amount
 Integer getBillingFrequency()
          Getter for billingFrequency
 BillingPeriodType getBillingPeriod()
          Getter for billingPeriod
 BasicAmountType getShippingAmount()
          Getter for shippingAmount
 BasicAmountType getTaxAmount()
          Getter for taxAmount
 Integer getTotalBillingCycles()
          Getter for totalBillingCycles
 void setAmount(BasicAmountType amount)
          Setter for amount
 void setBillingFrequency(Integer billingFrequency)
          Setter for billingFrequency
 void setBillingPeriod(BillingPeriodType billingPeriod)
          Setter for billingPeriod
 void setShippingAmount(BasicAmountType shippingAmount)
          Setter for shippingAmount
 void setTaxAmount(BasicAmountType taxAmount)
          Setter for taxAmount
 void setTotalBillingCycles(Integer totalBillingCycles)
          Setter for totalBillingCycles
 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

BillingPeriodDetailsType

public BillingPeriodDetailsType(BillingPeriodType billingPeriod,
                                Integer billingFrequency,
                                BasicAmountType amount)
Constructor with arguments


BillingPeriodDetailsType

public BillingPeriodDetailsType()
Default Constructor


BillingPeriodDetailsType

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

getBillingPeriod

public BillingPeriodType getBillingPeriod()
Getter for billingPeriod


setBillingPeriod

public void setBillingPeriod(BillingPeriodType billingPeriod)
Setter for billingPeriod


getBillingFrequency

public Integer getBillingFrequency()
Getter for billingFrequency


setBillingFrequency

public void setBillingFrequency(Integer billingFrequency)
Setter for billingFrequency


getTotalBillingCycles

public Integer getTotalBillingCycles()
Getter for totalBillingCycles


setTotalBillingCycles

public void setTotalBillingCycles(Integer totalBillingCycles)
Setter for totalBillingCycles


getAmount

public BasicAmountType getAmount()
Getter for amount


setAmount

public void setAmount(BasicAmountType amount)
Setter for amount


getShippingAmount

public BasicAmountType getShippingAmount()
Getter for shippingAmount


setShippingAmount

public void setShippingAmount(BasicAmountType shippingAmount)
Setter for shippingAmount


getTaxAmount

public BasicAmountType getTaxAmount()
Getter for taxAmount


setTaxAmount

public void setTaxAmount(BasicAmountType taxAmount)
Setter for taxAmount


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.