@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class Signal
extends Message
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
protected EnumChannelMode |
channelMode |
| Constructor and Description |
|---|
Signal() |
| 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.EqualsStrategy strategy) |
EnumChannelMode |
getChannelMode()
Gets the value of the channelMode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setChannelMode(EnumChannelMode value)
Sets the value of the channelMode property.
|
Signal |
withChannelMode(EnumChannelMode value) |
Signal |
withHeader(Header value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected EnumChannelMode channelMode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public EnumChannelMode getChannelMode()
EnumChannelMode@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setChannelMode(EnumChannelMode value)
value - allowed object is
EnumChannelModepublic Signal withChannelMode(EnumChannelMode value)
public Signal withHeader(Header value)
withHeader in class Messagepublic 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)