java.lang.Object
com.foursoft.harness.vec.v113.VecValueWithUnit
com.foursoft.harness.vec.v113.VecNumericalValue
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
A quantity expressed with a numerical value and a unit.
Java class for NumericalValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericalValue">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ValueWithUnit">
<sequence>
<element name="ValueComponent" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Tolerance" type="{http://www.prostep.org/ecad-if/2011/vec}Tolerance" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecToleranceprotected doubleSpecifies the value of the numerical value.Fields inherited from class com.foursoft.harness.vec.v113.VecValueWithUnit
unitComponent, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the tolerance property.doubleGets the value of the valueComponent property.voidsetTolerance(VecTolerance value) Sets the value of the tolerance property.voidsetValueComponent(double value) Sets the value of the valueComponent property.Methods inherited from class com.foursoft.harness.vec.v113.VecValueWithUnit
getUnitComponent, getXmlId, setUnitComponent, setXmlId, toString
-
Field Details
-
valueComponent
protected double valueComponentSpecifies the value of the numerical value.
-
tolerance
-
-
Constructor Details
-
VecNumericalValue
public VecNumericalValue()
-
-
Method Details
-
getValueComponent
public double getValueComponent()Gets the value of the valueComponent property.Specifies the value of the numerical value.
-
setValueComponent
public void setValueComponent(double value) Sets the value of the valueComponent property.- See Also:
-
getTolerance
Gets the value of the tolerance property.- Returns:
- possible object is
VecTolerance
-
setTolerance
Sets the value of the tolerance property.- Parameters:
value- allowed object isVecTolerance
-
accept
-