Class VecBoltMountedFixingSpecification

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

public class VecBoltMountedFixingSpecification extends VecFixingSpecification implements Serializable, Visitable

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 Details

    • boltType

      protected String boltType

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

    • boltDiameter

      protected VecNumericalValue boltDiameter

      Specifies the diameter of the bolt on which the fixing can be mounted.

    • boltHeight

      protected VecNumericalValue boltHeight

      Specifies the height of the bolt on which the fixing can be mounted.

  • Constructor Details

    • VecBoltMountedFixingSpecification

      public VecBoltMountedFixingSpecification()
  • Method Details

    • getBoltType

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

      public void setBoltType(String value)
      Sets the value of the boltType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getBoltDiameter

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

      public void setBoltDiameter(VecNumericalValue value)
      Sets the value of the boltDiameter property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getBoltHeight

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

      public void setBoltHeight(VecNumericalValue value)
      Sets the value of the boltHeight property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • 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