Package org.cxml
Class OrderQuantity
- java.lang.Object
-
- org.cxml.OrderQuantity
-
public class OrderQuantity extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringmaximumprotected java.lang.Stringminimumprotected java.lang.StringunitOfMeasure
-
Constructor Summary
Constructors Constructor Description OrderQuantity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMaximum()Gets the value of the maximum property.java.lang.StringgetMinimum()Gets the value of the minimum property.java.lang.StringgetUnitOfMeasure()Gets the value of the unitOfMeasure property.voidsetMaximum(java.lang.String value)Sets the value of the maximum property.voidsetMinimum(java.lang.String value)Sets the value of the minimum property.voidsetUnitOfMeasure(java.lang.String value)Sets the value of the unitOfMeasure property.
-
-
-
Method Detail
-
getMinimum
public java.lang.String getMinimum()
Gets the value of the minimum property.- Returns:
- possible object is
String
-
setMinimum
public void setMinimum(java.lang.String value)
Sets the value of the minimum property.- Parameters:
value- allowed object isString
-
getMaximum
public java.lang.String getMaximum()
Gets the value of the maximum property.- Returns:
- possible object is
String
-
setMaximum
public void setMaximum(java.lang.String value)
Sets the value of the maximum property.- Parameters:
value- allowed object isString
-
getUnitOfMeasure
public java.lang.String getUnitOfMeasure()
Gets the value of the unitOfMeasure property.- Returns:
- possible object is
String
-
setUnitOfMeasure
public void setUnitOfMeasure(java.lang.String value)
Sets the value of the unitOfMeasure property.- Parameters:
value- allowed object isString
-
-