Package com.foursoft.harness.vec.v113
Class VecEdgeMountedFixingSpecification
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecSpecification
com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
com.foursoft.harness.vec.v113.VecFixingSpecification
com.foursoft.harness.vec.v113.VecEdgeMountedFixingSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecEdgeMountedFixingSpecification
extends VecFixingSpecification
implements Serializable, Visitable
Specification for fixings that are mounted onto an edge.
Java class for EdgeMountedFixingSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EdgeMountedFixingSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}FixingSpecification">
<sequence>
<element name="EdgeThickness" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecValueRangeDefines a range of valid thicknesses, onto which the fixing can be mounted.Fields inherited from class com.foursoft.harness.vec.v113.VecFixingSpecification
nominalSize, offsetFields inherited from class com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
describedPart, specialPartTypeFields inherited from class com.foursoft.harness.vec.v113.VecSpecification
descriptions, identificationFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the edgeThickness property.voidsetEdgeThickness(VecValueRange value) Sets the value of the edgeThickness property.Methods inherited from class com.foursoft.harness.vec.v113.VecFixingSpecification
getNominalSize, getOffset, getRefFixingRole, setNominalSize, setOffsetMethods inherited from class com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
getDescribedPart, getRefPartUsage, getRefSpecificRole, getSpecialPartType, setSpecialPartTypeMethods inherited from class com.foursoft.harness.vec.v113.VecSpecification
getDescriptions, getIdentification, getParentDocumentVersion, getParentSheetOrChapter, setIdentificationMethods 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
-
edgeThickness
Defines a range of valid thicknesses, onto which the fixing can be mounted.
-
-
Constructor Details
-
VecEdgeMountedFixingSpecification
public VecEdgeMountedFixingSpecification()
-
-
Method Details
-
getEdgeThickness
Gets the value of the edgeThickness property.Defines a range of valid thicknesses, onto which the fixing can be mounted.
- Returns:
- possible object is
VecValueRange
-
setEdgeThickness
Sets the value of the edgeThickness property.- Parameters:
value- allowed object isVecValueRange- See Also:
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecFixingSpecification- Throws:
E extends Throwable
-