Class VecSpliceTerminalRole

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

public class VecSpliceTerminalRole extends VecTerminalRole implements Serializable, Visitable

A SpliceTerminalRole defines the instance specific properties and relationships of a splice terminal.

Java class for SpliceTerminalRole complex type.

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


 <complexType name="SpliceTerminalRole">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}TerminalRole">
       <sequence>
         <element name="SpliceType" type="{http://www.prostep.org/ecad-if/2011/vec}SpliceType" minOccurs="0"/>
         <element name="InsulationState" type="{http://www.prostep.org/ecad-if/2011/vec}InsulationState" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • spliceType

      protected String spliceType

      Specifies the type of splice (inline, end).

    • insulationState

      protected String insulationState

      Specifies the insulation state of the splice, in other words is electrically insulated or not.

  • Constructor Details

    • VecSpliceTerminalRole

      public VecSpliceTerminalRole()
  • Method Details

    • getSpliceType

      public String getSpliceType()
      Gets the value of the spliceType property.

      Specifies the type of splice (inline, end).

      Returns:
      possible object is String
    • setSpliceType

      public void setSpliceType(String value)
      Sets the value of the spliceType property.
      Parameters:
      value - allowed object is String
      See Also:
    • getInsulationState

      public String getInsulationState()
      Gets the value of the insulationState property.

      Specifies the insulation state of the splice, in other words is electrically insulated or not.

      Returns:
      possible object is String
    • setInsulationState

      public void setInsulationState(String value)
      Sets the value of the insulationState property.
      Parameters:
      value - allowed object is String
      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 VecTerminalRole
      Throws:
      E extends Throwable