@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class SignalStatus
extends Signal
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java 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>
| Modifier and Type | Field and Description |
|---|---|
protected DeviceInfo |
deviceInfo |
channelMode| Constructor and Description |
|---|
SignalStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
DeviceInfo |
getDeviceInfo()
Gets the value of the deviceInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setDeviceInfo(DeviceInfo value)
Sets the value of the deviceInfo property.
|
SignalStatus |
withChannelMode(EnumChannelMode value) |
SignalStatus |
withDeviceInfo(DeviceInfo value) |
SignalStatus |
withHeader(Header value) |
getChannelMode, setChannelModegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected DeviceInfo deviceInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public DeviceInfo getDeviceInfo()
DeviceInfo@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setDeviceInfo(DeviceInfo value)
value - allowed object is
DeviceInfopublic SignalStatus withDeviceInfo(DeviceInfo value)
public SignalStatus withChannelMode(EnumChannelMode value)
withChannelMode in class Signalpublic SignalStatus withHeader(Header value)
withHeader in class Signalpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)