Class VecRelaySpecification

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

public class VecRelaySpecification extends VecEEComponentSpecification implements Serializable, Visitable

Specification of the electrological aspects of a relay.

Java class for RelaySpecification complex type.

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


 <complexType name="RelaySpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
       <sequence>
         <element name="IMax" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="RelaisType" type="{http://www.prostep.org/ecad-if/2011/vec}RelaisType" minOccurs="0"/>
         <element name="LowNoise" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ApplianceType" type="{http://www.prostep.org/ecad-if/2011/vec}RelaisApplianceType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • iMax

      protected VecNumericalValue iMax

      Specifies the maximum current allowed for the relais.

    • relaisType

      protected String relaisType

      The type of the relay (switching behaviour). This is an OpenEnumeration, for values seeRelaisType.

    • lowNoise

      protected Boolean lowNoise

      Defines if the relais switch with low noise / silently or not.

    • applianceType

      protected String applianceType

      Specifies the appliance type of a relais.

  • Constructor Details

    • VecRelaySpecification

      public VecRelaySpecification()
  • Method Details

    • getIMax

      public VecNumericalValue getIMax()
      Gets the value of the iMax property.

      Specifies the maximum current allowed for the relais.

      Returns:
      possible object is VecNumericalValue
    • setIMax

      public void setIMax(VecNumericalValue value)
      Sets the value of the iMax property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getRelaisType

      public String getRelaisType()
      Gets the value of the relaisType property.

      The type of the relay (switching behaviour). This is an OpenEnumeration, for values seeRelaisType.

      Returns:
      possible object is String
    • setRelaisType

      public void setRelaisType(String value)
      Sets the value of the relaisType property.
      Parameters:
      value - allowed object is String
      See Also:
    • isLowNoise

      public Boolean isLowNoise()
      Gets the value of the lowNoise property.

      Defines if the relais switch with low noise / silently or not.

      Returns:
      possible object is Boolean
    • setLowNoise

      public void setLowNoise(Boolean value)
      Sets the value of the lowNoise property.
      Parameters:
      value - allowed object is Boolean
      See Also:
    • getApplianceType

      public String getApplianceType()
      Gets the value of the applianceType property.

      Specifies the appliance type of a relais.

      Returns:
      possible object is String
    • setApplianceType

      public void setApplianceType(String value)
      Sets the value of the applianceType 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 VecEEComponentSpecification
      Throws:
      E extends Throwable