Package org.cxml

Class PriceBasisQuantity

java.lang.Object
org.cxml.PriceBasisQuantity

public class PriceBasisQuantity extends Object
  • Field Details

    • quantity

      protected String quantity
    • conversionFactor

      protected String conversionFactor
    • unitOfMeasure

      protected String unitOfMeasure
    • description

      protected Description description
  • Constructor Details

    • PriceBasisQuantity

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

      public String getConversionFactor()
      Gets the value of the conversionFactor property.
      Returns:
      possible object is String
    • setConversionFactor

      public void setConversionFactor(String value)
      Sets the value of the conversionFactor 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
    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description