java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecTolerance
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,Visitable,Serializable
Enables the specification of value ranges which can be tolerated.
Java class for Tolerance complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tolerance">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
<sequence>
<element name="LowerBoundary" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="UpperBoundary" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected doubleSpecifies the lower boundary for the tolerance.protected doubleSpecifies the upper boundary for the tolerance.Fields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RdoubleGets the value of the lowerBoundary property.Gets a reference to the parent of this object in the XML DOM Tree.Gets a reference to the parent of this object in the XML DOM Tree.Gets a reference to the parent of this object in the XML DOM Tree.doubleGets the value of the upperBoundary property.voidsetLowerBoundary(double value) Sets the value of the lowerBoundary property.voidsetUpperBoundary(double value) Sets the value of the upperBoundary property.Methods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Field Details
-
lowerBoundary
protected double lowerBoundarySpecifies the lower boundary for the tolerance.
-
upperBoundary
protected double upperBoundarySpecifies the upper boundary for the tolerance.
-
-
Constructor Details
-
VecTolerance
public VecTolerance()
-
-
Method Details
-
getLowerBoundary
public double getLowerBoundary()Gets the value of the lowerBoundary property.Specifies the lower boundary for the tolerance.
-
setLowerBoundary
public void setLowerBoundary(double value) Sets the value of the lowerBoundary property.- See Also:
-
getUpperBoundary
public double getUpperBoundary()Gets the value of the upperBoundary property.Specifies the upper boundary for the tolerance.
-
setUpperBoundary
public void setUpperBoundary(double value) Sets the value of the upperBoundary property.- See Also:
-
getParentNumericalValue
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecNumericalValueotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
getParentDimension
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecDimensionotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
getParentDefaultDimension
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecDefaultDimensionotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
accept
-