OSB_LIB::OnetimeChargeItem Class Reference

Inheritance diagram for OSB_LIB::OnetimeChargeItem:

Inheritance graph
[legend]
Collaboration diagram for OSB_LIB::OnetimeChargeItem:

Collaboration graph
[legend]
List of all members.

Detailed Description

Applied one time charges for a contract.

Definition at line 980 of file invoice.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

OSB_LIB::OnetimeChargeItem::OnetimeChargeItem ( const Section section,
const OnetimeCharge onetimeCharge 
) [inline]

Definition at line 982 of file invoice.h.


Member Function Documentation

virtual void OSB_LIB::OnetimeChargeItem::writeXml ( BillingXmlBase bXml  )  const [inline, virtual]

Function to call the appropriate xml writer for each specific invoice item.

This function is call by BillingXmlBase::writeInvoice when it browses through all invoice item and call billingXml funtion for each of them.

Below is the sample code on how each invoice item writeXml call it's xml writer function.

         virtual void UsagerecordItem::writeXml(BillingXmlBase& bXml) const
         {
             dynamic_cast<BillingXml&>(bXml).writeUsagerecordItem(*this);
         }

Parameters:
bXml Xml writer to use.

Implements OSB_LIB::InvoiceItem.

Definition at line 986 of file invoice.h.


Member Data Documentation

Amount OSB_LIB::OnetimeChargeItem::amount

Definition at line 993 of file invoice.h.

Referenced by OSB_LIB::Invoice::newOnetimeChargeItem().

const OnetimeCharge* OSB_LIB::OnetimeChargeItem::onetimeCharge

Definition at line 994 of file invoice.h.


The documentation for this class was generated from the following file:
Generated on Sat Sep 2 14:10:14 2006 for OSB Library by  doxygen 1.4.7