Class VecWireProtectionRole

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

public class VecWireProtectionRole extends VecRole implements Serializable, Visitable

A WireProtectionRole defines the instance specific properties and relationships of a wire protection.

Java class for WireProtectionRole complex type.

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


 <complexType name="WireProtectionRole">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}Role">
       <sequence>
         <element name="ProtectionLength" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="TapeOverlap" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TapingDirection" type="{http://www.prostep.org/ecad-if/2011/vec}TapingDirection" minOccurs="0"/>
         <element name="Gradient" type="{http://www.prostep.org/ecad-if/2011/vec}ValueWithUnit" minOccurs="0"/>
         <element name="WireProtectionSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • protectionLength

      protected VecNumericalValue protectionLength

      Specifies the length of the protection.

    • tapeOverlap

      protected String tapeOverlap

      Specifies the amount of overlap two rounds of taping around a segment have.

    • tapingDirection

      protected String tapingDirection

      Specifies the direction of the taping.

    • gradient

      protected VecValueWithUnit gradient

      Specifies the gradient of the taping.

    • wireProtectionSpecification

      protected VecWireProtectionSpecification wireProtectionSpecification

      References theWireProtectionSpecificationthat is instanced by thisWireProtectionRole.

  • Constructor Details

    • VecWireProtectionRole

      public VecWireProtectionRole()
  • Method Details

    • getProtectionLength

      public VecNumericalValue getProtectionLength()
      Gets the value of the protectionLength property.

      Specifies the length of the protection.

      Returns:
      possible object is VecNumericalValue
    • setProtectionLength

      public void setProtectionLength(VecNumericalValue value)
      Sets the value of the protectionLength property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getTapeOverlap

      public String getTapeOverlap()
      Gets the value of the tapeOverlap property.

      Specifies the amount of overlap two rounds of taping around a segment have.

      Returns:
      possible object is String
    • setTapeOverlap

      public void setTapeOverlap(String value)
      Sets the value of the tapeOverlap property.
      Parameters:
      value - allowed object is String
      See Also:
    • getTapingDirection

      public String getTapingDirection()
      Gets the value of the tapingDirection property.

      Specifies the direction of the taping.

      Returns:
      possible object is String
    • setTapingDirection

      public void setTapingDirection(String value)
      Sets the value of the tapingDirection property.
      Parameters:
      value - allowed object is String
      See Also:
    • getGradient

      public VecValueWithUnit getGradient()
      Gets the value of the gradient property.

      Specifies the gradient of the taping.

      Returns:
      possible object is VecValueWithUnit
    • setGradient

      public void setGradient(VecValueWithUnit value)
      Sets the value of the gradient property.
      Parameters:
      value - allowed object is VecValueWithUnit
      See Also:
    • getWireProtectionSpecification

      public VecWireProtectionSpecification getWireProtectionSpecification()
      Gets the value of the wireProtectionSpecification property.

      References theWireProtectionSpecificationthat is instanced by thisWireProtectionRole.

      Returns:
      possible object is Object
    • setWireProtectionSpecification

      public void setWireProtectionSpecification(VecWireProtectionSpecification value)
      Sets the value of the wireProtectionSpecification 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