Package org.cxml

Class Tolerances

java.lang.Object
org.cxml.Tolerances

public class Tolerances extends Object
  • Field Details

  • Constructor Details

    • Tolerances

      public Tolerances()
  • Method Details

    • getQuantityTolerance

      public QuantityTolerance getQuantityTolerance()
      Gets the value of the quantityTolerance property.
      Returns:
      possible object is QuantityTolerance
    • setQuantityTolerance

      public void setQuantityTolerance(QuantityTolerance value)
      Sets the value of the quantityTolerance property.
      Parameters:
      value - allowed object is QuantityTolerance
    • getPriceTolerance

      public PriceTolerance getPriceTolerance()
      Gets the value of the priceTolerance property.
      Returns:
      possible object is PriceTolerance
    • setPriceTolerance

      public void setPriceTolerance(PriceTolerance value)
      Sets the value of the priceTolerance property.
      Parameters:
      value - allowed object is PriceTolerance
    • getTimeTolerance

      public TimeTolerance getTimeTolerance()
      Gets the value of the timeTolerance property.
      Returns:
      possible object is TimeTolerance
    • setTimeTolerance

      public void setTimeTolerance(TimeTolerance value)
      Sets the value of the timeTolerance property.
      Parameters:
      value - allowed object is TimeTolerance