Package org.cxml
Class Total
- java.lang.Object
-
- org.cxml.Total
-
public class Total extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Modificationsmodificationsprotected Moneymoney
-
Constructor Summary
Constructors Constructor Description Total()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModificationsgetModifications()Gets the value of the modifications property.MoneygetMoney()Gets the value of the money property.voidsetModifications(Modifications value)Sets the value of the modifications property.voidsetMoney(Money value)Sets the value of the money property.
-
-
-
Field Detail
-
money
protected Money money
-
modifications
protected Modifications modifications
-
-
Method Detail
-
getMoney
public Money getMoney()
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
public void setMoney(Money value)
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getModifications
public Modifications getModifications()
Gets the value of the modifications property.- Returns:
- possible object is
Modifications
-
setModifications
public void setModifications(Modifications value)
Sets the value of the modifications property.- Parameters:
value- allowed object isModifications
-
-