Package org.cxml
Class Fee
java.lang.Object
org.cxml.Fee
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
money
-
-
Constructor Details
-
Fee
public Fee()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
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
-