Package org.cxml

Class DispatchQuantity

java.lang.Object
org.cxml.DispatchQuantity

public class DispatchQuantity extends Object
  • Field Details

    • quantity

      protected String quantity
    • unitOfMeasure

      protected String unitOfMeasure
  • Constructor Details

    • DispatchQuantity

      public DispatchQuantity()
  • Method Details

    • getQuantity

      public String getQuantity()
      Gets the value of the quantity property.
      Returns:
      possible object is String
    • setQuantity

      public void setQuantity(String value)
      Sets the value of the quantity 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