Package org.cxml

Class UnrestrictedUseQuantity

java.lang.Object
org.cxml.UnrestrictedUseQuantity

public class UnrestrictedUseQuantity extends Object
  • Field Details

    • quantity

      protected String quantity
    • unitOfMeasure

      protected String unitOfMeasure
  • Constructor Details

    • UnrestrictedUseQuantity

      public UnrestrictedUseQuantity()
  • 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