Package org.cxml
Class OrderQuantity
java.lang.Object
org.cxml.OrderQuantity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximum property.Gets the value of the minimum property.Gets the value of the unitOfMeasure property.voidsetMaximum(String value) Sets the value of the maximum property.voidsetMinimum(String value) Sets the value of the minimum property.voidsetUnitOfMeasure(String value) Sets the value of the unitOfMeasure property.
-
Field Details
-
minimum
-
maximum
-
unitOfMeasure
-
-
Constructor Details
-
OrderQuantity
public OrderQuantity()
-
-
Method Details
-
getMinimum
Gets the value of the minimum property.- Returns:
- possible object is
String
-
setMinimum
Sets the value of the minimum property.- Parameters:
value- allowed object isString
-
getMaximum
Gets the value of the maximum property.- Returns:
- possible object is
String
-
setMaximum
Sets the value of the maximum 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
-