Package org.cxml
Class Tolerances
java.lang.Object
org.cxml.Tolerances
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PriceToleranceprotected QuantityToleranceprotected TimeTolerance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the priceTolerance property.Gets the value of the quantityTolerance property.Gets the value of the timeTolerance property.voidsetPriceTolerance(PriceTolerance value) Sets the value of the priceTolerance property.voidSets the value of the quantityTolerance property.voidsetTimeTolerance(TimeTolerance value) Sets the value of the timeTolerance property.
-
Field Details
-
quantityTolerance
-
priceTolerance
-
timeTolerance
-
-
Constructor Details
-
Tolerances
public Tolerances()
-
-
Method Details
-
getQuantityTolerance
Gets the value of the quantityTolerance property.- Returns:
- possible object is
QuantityTolerance
-
setQuantityTolerance
Sets the value of the quantityTolerance property.- Parameters:
value- allowed object isQuantityTolerance
-
getPriceTolerance
Gets the value of the priceTolerance property.- Returns:
- possible object is
PriceTolerance
-
setPriceTolerance
Sets the value of the priceTolerance property.- Parameters:
value- allowed object isPriceTolerance
-
getTimeTolerance
Gets the value of the timeTolerance property.- Returns:
- possible object is
TimeTolerance
-
setTimeTolerance
Sets the value of the timeTolerance property.- Parameters:
value- allowed object isTimeTolerance
-