Package org.cxml
Class Rate
- java.lang.Object
-
- org.cxml.Rate
-
public class Rate extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Descriptiondescriptionprotected java.lang.Stringquantityprotected Totaltotalprotected UnitRateunitRate
-
Constructor Summary
Constructors Constructor Description Rate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptiongetDescription()Gets the value of the description property.java.lang.StringgetQuantity()Gets the value of the quantity property.TotalgetTotal()Gets the value of the total property.UnitRategetUnitRate()Gets the value of the unitRate property.voidsetDescription(Description value)Sets the value of the description property.voidsetQuantity(java.lang.String value)Sets the value of the quantity property.voidsetTotal(Total value)Sets the value of the total property.voidsetUnitRate(UnitRate value)Sets the value of the unitRate property.
-
-
-
Field Detail
-
quantity
protected java.lang.String quantity
-
total
protected Total total
-
unitRate
protected UnitRate unitRate
-
description
protected Description description
-
-
Method Detail
-
getQuantity
public java.lang.String getQuantity()
Gets the value of the quantity property.- Returns:
- possible object is
String
-
setQuantity
public void setQuantity(java.lang.String value)
Sets the value of the quantity property.- Parameters:
value- allowed object isString
-
getTotal
public Total getTotal()
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
public void setTotal(Total value)
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getUnitRate
public UnitRate getUnitRate()
Gets the value of the unitRate property.- Returns:
- possible object is
UnitRate
-
setUnitRate
public void setUnitRate(UnitRate value)
Sets the value of the unitRate property.- Parameters:
value- allowed object isUnitRate
-
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
-
-