OSID Logo
OSID Specifications
acknowledgement package
Version 3.1.0
Interfaceosid.acknowledgement.BillingNode
Implementsosid.OsidNode
Used Byosid.acknowledgement.BillingHierarchySession
osid.acknowledgement.BillingNodeList
Description

This interface is a container for a partial hierarchy retrieval. The number of hierarchy levels traversable through this interface depend on the number of levels requested in the BillingHierarchySession.

MethodgetBilling
Description

Gets the Billing at this node.

Returnosid.acknowledgement.Billing the billing represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentBillingNodes
Description

Gets the parents of this billing.

Returnosid.acknowledgement.BillingNodeList the parents of this billing
Compliancemandatory This method must be implemented.
MethodgetChildBillingNodes
Description

Gets the children of this billing.

Returnosid.acknowledgement.BillingNodeList the children of this billing
Compliancemandatory This method must be implemented.