Package org.cxml
Class Penalty
java.lang.Object
org.cxml.Penalty
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getMoney()Gets the value of the money property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the money property.
-
Field Details
-
money
-
description
-
-
Constructor Details
-
Penalty
public Penalty()
-
-
Method Details
-
getMoney
Gets the value of the money property.- Returns:
- possible object is
Money
-
setMoney
Sets the value of the money property.- Parameters:
value- allowed object isMoney
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-