Class VecHoleMountedFixingSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecHoleMountedFixingSpecification extends VecFixingSpecification implements Serializable, Visitable

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 Details

    • holeDiameter

      protected VecNumericalValue holeDiameter

      Specifies the diameter of the hole in which the fixing is mounted.

    • plateThickness

      protected VecValueRange plateThickness

      Specifies the thickness of the plate in which the hole is positioned.

    • holeType

      protected String holeType

      Specifies the type of the hole in which the fixing can be mounted. Appropriate values should be defined in a conformance class.

    • holeShape

      protected String holeShape
  • Constructor Details

    • VecHoleMountedFixingSpecification

      public VecHoleMountedFixingSpecification()
  • Method Details

    • getHoleDiameter

      public VecNumericalValue 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

      public void setHoleDiameter(VecNumericalValue value)
      Sets the value of the holeDiameter property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getPlateThickness

      public VecValueRange 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

      public void setPlateThickness(VecValueRange value)
      Sets the value of the plateThickness property.
      Parameters:
      value - allowed object is VecValueRange
      See Also:
    • getHoleType

      public String 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

      public void setHoleType(String value)
      Sets the value of the holeType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getHoleShape

      public String getHoleShape()
      Gets the value of the holeShape property.
      Returns:
      possible object is String
    • setHoleShape

      public void setHoleShape(String value)
      Sets the value of the holeShape property.
      Parameters:
      value - allowed object is String
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Overrides:
      accept in class VecFixingSpecification
      Throws:
      E extends Throwable