Class VecFixingRole

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

public class VecFixingRole extends VecRole implements Serializable, Visitable

A FixingRole defines the instance specific properties and relationships of a fixing.

Java class for FixingRole complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="FixingRole">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Role">
       <sequence>
         <element name="FixingSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • fixingSpecification

      protected VecFixingSpecification fixingSpecification

      References theFixingSpecificationthat is instanced by thisFixingRole.

  • Constructor Details

    • VecFixingRole

      public VecFixingRole()
  • Method Details

    • getFixingSpecification

      public VecFixingSpecification getFixingSpecification()
      Gets the value of the fixingSpecification property.

      References theFixingSpecificationthat is instanced by thisFixingRole.

      Returns:
      possible object is Object
    • setFixingSpecification

      public void setFixingSpecification(VecFixingSpecification value)
      Sets the value of the fixingSpecification property.
      Parameters:
      value - allowed object is Object
      See Also:
    • accept

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