Package org.cxml

Class OrderQuantity

java.lang.Object
org.cxml.OrderQuantity

public class OrderQuantity extends Object
  • Field Details

    • minimum

      protected String minimum
    • maximum

      protected String maximum
    • unitOfMeasure

      protected String unitOfMeasure
  • Constructor Details

    • OrderQuantity

      public OrderQuantity()
  • Method Details

    • getMinimum

      public String getMinimum()
      Gets the value of the minimum property.
      Returns:
      possible object is String
    • setMinimum

      public void setMinimum(String value)
      Sets the value of the minimum property.
      Parameters:
      value - allowed object is String
    • getMaximum

      public String getMaximum()
      Gets the value of the maximum property.
      Returns:
      possible object is String
    • setMaximum

      public void setMaximum(String value)
      Sets the value of the maximum property.
      Parameters:
      value - allowed object is String
    • getUnitOfMeasure

      public String getUnitOfMeasure()
      Gets the value of the unitOfMeasure property.
      Returns:
      possible object is String
    • setUnitOfMeasure

      public void setUnitOfMeasure(String value)
      Sets the value of the unitOfMeasure property.
      Parameters:
      value - allowed object is String