Class Signal

java.lang.Object
org.cip4.lib.xjdf.schema.Message
org.cip4.lib.xjdf.schema.Signal
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SignalGangStatus, SignalKnownDevices, SignalKnownSubscriptions, SignalNotification, SignalQueueStatus, SignalResource, SignalStatus

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public abstract class Signal extends Message implements 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:
  • Field Details

    • channelMode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected EnumChannelMode channelMode
  • Constructor Details

    • Signal

      public Signal()
  • Method Details