Class VecHoleMountedFixingSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for fixings that are mounted with a hole. This means, the fixing itself has got a hole, which is mounted onto a bolt.
Java class for HoleMountedFixingSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HoleMountedFixingSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}FixingSpecification">
<sequence>
<element name="HoleDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="PlateThickness" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
<element name="HoleType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="HoleShape" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the diameter of the hole in which the fixing is mounted.protected Stringprotected StringSpecifies the type of the hole in which the fixing can be mounted.protected VecValueRangeSpecifies the thickness of the plate in which the hole is positioned.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 holeDiameter property.Gets the value of the holeShape property.Gets the value of the holeType property.Gets the value of the plateThickness property.voidsetHoleDiameter(VecNumericalValue value) Sets the value of the holeDiameter property.voidsetHoleShape(String value) Sets the value of the holeShape property.voidsetHoleType(String value) Sets the value of the holeType property.voidsetPlateThickness(VecValueRange value) Sets the value of the plateThickness 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
-
holeDiameter
Specifies the diameter of the hole in which the fixing is mounted.
-
plateThickness
Specifies the thickness of the plate in which the hole is positioned.
-
holeType
Specifies the type of the hole in which the fixing can be mounted. Appropriate values should be defined in a conformance class.
-
holeShape
-
-
Constructor Details
-
VecHoleMountedFixingSpecification
public VecHoleMountedFixingSpecification()
-
-
Method Details
-
getHoleDiameter
Gets the value of the holeDiameter property.Specifies the diameter of the hole in which the fixing is mounted.
- Returns:
- possible object is
VecNumericalValue
-
setHoleDiameter
Sets the value of the holeDiameter property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getPlateThickness
Gets the value of the plateThickness property.Specifies the thickness of the plate in which the hole is positioned.
- Returns:
- possible object is
VecValueRange
-
setPlateThickness
Sets the value of the plateThickness property.- Parameters:
value- allowed object isVecValueRange- See Also:
-
getHoleType
Gets the value of the holeType property.Specifies the type of the hole in which the fixing can be mounted. Appropriate values should be defined in a conformance class.
- Returns:
- possible object is
String
-
setHoleType
Sets the value of the holeType property.- Parameters:
value- allowed object isString- See Also:
-
getHoleShape
Gets the value of the holeShape property.- Returns:
- possible object is
String
-
setHoleShape
Sets the value of the holeShape property.- Parameters:
value- allowed object isString
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecFixingSpecification- Throws:
E extends Throwable
-