Class Signal

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SignalGangStatus, SignalKnownDevices, SignalKnownSubscriptions, SignalNotification, SignalQueueStatus, SignalResource, SignalStatus

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class Signal
    extends Message
    implements java.io.Serializable

    Java class for Signal complex type.

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

    
     <complexType name="Signal">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Message">
           <attribute name="ChannelMode" type="{http://www.CIP4.org/JDFSchema_2_0}EnumChannelMode" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • channelMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected EnumChannelMode channelMode
    • Constructor Detail

      • Signal

        public Signal()
    • Method Detail

      • getChannelMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public EnumChannelMode getChannelMode()
        Gets the value of the channelMode property.
        Returns:
        possible object is EnumChannelMode
      • setChannelMode

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setChannelMode​(EnumChannelMode value)
        Sets the value of the channelMode property.
        Parameters:
        value - allowed object is EnumChannelMode
      • withAny

        public Signal withAny​(java.lang.Object... values)
        Overrides:
        withAny in class Message
      • withAny

        public Signal withAny​(java.util.Collection<java.lang.Object> values)
        Overrides:
        withAny in class Message
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Message