Package org.cxml
Class Lower
- java.lang.Object
-
- org.cxml.Lower
-
public class Lower extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Tolerancestolerances
-
Constructor Summary
Constructors Constructor Description Lower()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TolerancesgetTolerances()Gets the value of the tolerances property.voidsetTolerances(Tolerances value)Sets the value of the tolerances property.
-
-
-
Field Detail
-
tolerances
protected Tolerances tolerances
-
-
Method Detail
-
getTolerances
public Tolerances getTolerances()
Gets the value of the tolerances property.- Returns:
- possible object is
Tolerances
-
setTolerances
public void setTolerances(Tolerances value)
Sets the value of the tolerances property.- Parameters:
value- allowed object isTolerances
-
-