Package org.cxml
Class Distribution
- java.lang.Object
-
- org.cxml.Distribution
-
public class Distribution extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Accountingaccountingprotected Chargecharge
-
Constructor Summary
Constructors Constructor Description Distribution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountinggetAccounting()Gets the value of the accounting property.ChargegetCharge()Gets the value of the charge property.voidsetAccounting(Accounting value)Sets the value of the accounting property.voidsetCharge(Charge value)Sets the value of the charge property.
-
-
-
Field Detail
-
accounting
protected Accounting accounting
-
charge
protected Charge charge
-
-
Method Detail
-
getAccounting
public Accounting getAccounting()
Gets the value of the accounting property.- Returns:
- possible object is
Accounting
-
setAccounting
public void setAccounting(Accounting value)
Sets the value of the accounting property.- Parameters:
value- allowed object isAccounting
-
getCharge
public Charge getCharge()
Gets the value of the charge property.- Returns:
- possible object is
Charge
-
-