Package org.cxml
Class SpecialHandlingAmount
- java.lang.Object
-
- org.cxml.SpecialHandlingAmount
-
public class SpecialHandlingAmount extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected Moneymoney
-
Constructor Summary
Constructors Constructor Description SpecialHandlingAmount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.MoneygetMoney()Gets the value of the money property.voidsetDescription(Description value)Sets the value of the description property.voidsetMoney(Money value)Sets the value of the money property.
-
-
-
Field Detail
-
money
protected Money money
-
description
protected Description description
-
-
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
-
getDescription
public Description getDescription()
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
public void setDescription(Description value)
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
-