Package org.cip4.lib.xjdf.schema
Class Signal
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.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.2", date="2023-07-17T18:40:39Z") public class Signal extends Message implements java.io.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected EnumChannelModechannelMode
-
Constructor Summary
Constructors Constructor Description Signal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)EnumChannelModegetChannelMode()Gets the value of the channelMode property.inthashCode()voidsetChannelMode(EnumChannelMode value)Sets the value of the channelMode property.SignalwithAny(java.lang.Object... values)SignalwithAny(java.util.Collection<java.lang.Object> values)SignalwithChannelMode(EnumChannelMode value)SignalwithHeader(Header value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
channelMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected EnumChannelMode channelMode
-
-
Method Detail
-
getChannelMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setChannelMode(EnumChannelMode value)Sets the value of the channelMode property.- Parameters:
value- allowed object isEnumChannelMode
-
withChannelMode
public Signal withChannelMode(EnumChannelMode value)
-
withHeader
public Signal withHeader(Header value)
- Overrides:
withHeaderin classMessage
-
withAny
public Signal withAny(java.util.Collection<java.lang.Object> values)
-
-