Package org.cip4.lib.xjdf.schema
Class SignalStatus
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Signal
-
- org.cip4.lib.xjdf.schema.SignalStatus
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class SignalStatus extends Signal implements java.io.SerializableJava class for SignalStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalStatus"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Signal"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceInfo"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DeviceInfodeviceInfo-
Fields inherited from class org.cip4.lib.xjdf.schema.Signal
channelMode
-
-
Constructor Summary
Constructors Constructor Description SignalStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)DeviceInfogetDeviceInfo()Gets the value of the deviceInfo property.inthashCode()voidsetDeviceInfo(DeviceInfo value)Sets the value of the deviceInfo property.SignalStatuswithAny(java.lang.Object... values)SignalStatuswithAny(java.util.Collection<java.lang.Object> values)SignalStatuswithChannelMode(EnumChannelMode value)SignalStatuswithDeviceInfo(DeviceInfo value)SignalStatuswithHeader(Header value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Signal
getChannelMode, setChannelMode
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
deviceInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected DeviceInfo deviceInfo
-
-
Method Detail
-
getDeviceInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public DeviceInfo getDeviceInfo()Gets the value of the deviceInfo property.- Returns:
- possible object is
DeviceInfo
-
setDeviceInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setDeviceInfo(DeviceInfo value)Sets the value of the deviceInfo property.- Parameters:
value- allowed object isDeviceInfo
-
withDeviceInfo
public SignalStatus withDeviceInfo(DeviceInfo value)
-
withChannelMode
public SignalStatus withChannelMode(EnumChannelMode value)
- Overrides:
withChannelModein classSignal
-
withHeader
public SignalStatus withHeader(Header value)
- Overrides:
withHeaderin classSignal
-
withAny
public SignalStatus withAny(java.lang.Object... values)
-
withAny
public SignalStatus withAny(java.util.Collection<java.lang.Object> values)
-
-