Package org.cxml
Class Rate
java.lang.Object
org.cxml.Rate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Descriptionprotected Stringprotected Totalprotected UnitRate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the quantity property.getTotal()Gets the value of the total property.Gets the value of the unitRate property.voidsetDescription(Description value) Sets the value of the description property.voidsetQuantity(String value) Sets the value of the quantity property.voidSets the value of the total property.voidsetUnitRate(UnitRate value) Sets the value of the unitRate property.
-
Field Details
-
quantity
-
total
-
unitRate
-
description
-
-
Constructor Details
-
Rate
public Rate()
-
-
Method Details
-
getQuantity
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getUnitRate
Gets the value of the unitRate property.- Returns:
- possible object is
UnitRate
-
setUnitRate
Sets the value of the unitRate property.- Parameters:
value- allowed object isUnitRate
-
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
-