Package org.cxml
Class RequiredMinimumQuantity
java.lang.Object
org.cxml.RequiredMinimumQuantity
-
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
-
RequiredMinimumQuantity
public RequiredMinimumQuantity()
-
-
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
-