Package org.cxml
Class Tolerances
- java.lang.Object
-
- org.cxml.Tolerances
-
public class Tolerances extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected PriceTolerancepriceToleranceprotected QuantityTolerancequantityToleranceprotected TimeTolerancetimeTolerance
-
Constructor Summary
Constructors Constructor Description Tolerances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PriceTolerancegetPriceTolerance()Gets the value of the priceTolerance property.QuantityTolerancegetQuantityTolerance()Gets the value of the quantityTolerance property.TimeTolerancegetTimeTolerance()Gets the value of the timeTolerance property.voidsetPriceTolerance(PriceTolerance value)Sets the value of the priceTolerance property.voidsetQuantityTolerance(QuantityTolerance value)Sets the value of the quantityTolerance property.voidsetTimeTolerance(TimeTolerance value)Sets the value of the timeTolerance property.
-
-
-
Field Detail
-
quantityTolerance
protected QuantityTolerance quantityTolerance
-
priceTolerance
protected PriceTolerance priceTolerance
-
timeTolerance
protected TimeTolerance timeTolerance
-
-
Method Detail
-
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 isQuantityTolerance
-
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 isPriceTolerance
-
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 isTimeTolerance
-
-