Package org.cxml
Class Distribution
java.lang.Object
org.cxml.Distribution
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accounting property.Gets the value of the charge property.voidsetAccounting(Accounting value) Sets the value of the accounting property.voidSets the value of the charge property.
-
Field Details
-
accounting
-
charge
-
-
Constructor Details
-
Distribution
public Distribution()
-
-
Method Details
-
getAccounting
Gets the value of the accounting property.- Returns:
- possible object is
Accounting
-
setAccounting
Sets the value of the accounting property.- Parameters:
value- allowed object isAccounting
-
getCharge
Gets the value of the charge property.- Returns:
- possible object is
Charge
-
setCharge
Sets the value of the charge property.- Parameters:
value- allowed object isCharge
-