Class VecPluggableTerminalSpecification

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

public class VecPluggableTerminalSpecification extends VecTerminalSpecification implements Serializable, Visitable

Specification for the definition of pluggable terminals.

Java class for PluggableTerminalSpecification complex type.

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


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

    • terminalType

      protected String terminalType

      Defines the type of the terminal. The type defines constraints about the numbers of wire and terminal receptions and their relations.

  • Constructor Details

    • VecPluggableTerminalSpecification

      public VecPluggableTerminalSpecification()
  • Method Details

    • getTerminalType

      public String getTerminalType()
      Gets the value of the terminalType property.

      Defines the type of the terminal. The type defines constraints about the numbers of wire and terminal receptions and their relations.

      Returns:
      possible object is String
    • setTerminalType

      public void setTerminalType(String value)
      Sets the value of the terminalType 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 VecTerminalSpecification
      Throws:
      E extends Throwable