Package org.cxml
Class AvailablePrice
java.lang.Object
org.cxml.AvailablePrice
-
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.getType()Gets the value of the type property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the money property.voidSets the value of the type property.
-
Field Details
-
type
-
money
-
description
-
-
Constructor Details
-
AvailablePrice
public AvailablePrice()
-
-
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
-
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
-