Package org.cxml
Class ReturnQuantity
java.lang.Object
org.cxml.ReturnQuantity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the quantity property.Gets the value of the unitOfMeasure property.voidsetQuantity(String value) Sets the value of the quantity property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
quantity
-
unitOfMeasure
-
-
Constructor Details
-
ReturnQuantity
public ReturnQuantity()
-
-
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
-
getUnitOfMeasure
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-