Class VecBoltMountedFixingSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for fixings that are mounted onto a bolt. This means, the fixing itself has got a hole, which is mounted into a bolt.
Java class for BoltMountedFixingSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoltMountedFixingSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}FixingSpecification">
<sequence>
<element name="BoltType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BoltDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="BoltHeight" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the diameter of the bolt on which the fixing can be mounted.protected VecNumericalValueSpecifies the height of the bolt on which the fixing can be mounted.protected StringSpecifies the type of the bolt on 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 boltDiameter property.Gets the value of the boltHeight property.Gets the value of the boltType property.voidsetBoltDiameter(VecNumericalValue value) Sets the value of the boltDiameter property.voidsetBoltHeight(VecNumericalValue value) Sets the value of the boltHeight property.voidsetBoltType(String value) Sets the value of the boltType 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
-
boltType
Specifies the type of the bolt on which the fixing can be mounted. Appropriate values should be defined in a conformance class.
-
boltDiameter
Specifies the diameter of the bolt on which the fixing can be mounted.
-
boltHeight
Specifies the height of the bolt on which the fixing can be mounted.
-
-
Constructor Details
-
VecBoltMountedFixingSpecification
public VecBoltMountedFixingSpecification()
-
-
Method Details
-
getBoltType
Gets the value of the boltType property.Specifies the type of the bolt on which the fixing can be mounted. Appropriate values should be defined in a conformance class.
- Returns:
- possible object is
String
-
setBoltType
Sets the value of the boltType property.- Parameters:
value- allowed object isString- See Also:
-
getBoltDiameter
Gets the value of the boltDiameter property.Specifies the diameter of the bolt on which the fixing can be mounted.
- Returns:
- possible object is
VecNumericalValue
-
setBoltDiameter
Sets the value of the boltDiameter property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getBoltHeight
Gets the value of the boltHeight property.Specifies the height of the bolt on which the fixing can be mounted.
- Returns:
- possible object is
VecNumericalValue
-
setBoltHeight
Sets the value of the boltHeight property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecFixingSpecification- Throws:
E extends Throwable
-