@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class SignalGangStatus
extends Signal
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SignalGangStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalGangStatus">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Signal">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GangInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<GangInfo> |
gangInfo |
channelMode| Constructor and Description |
|---|
SignalGangStatus() |
| 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) |
java.util.List<GangInfo> |
getGangInfo()
Gets the value of the gangInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
SignalGangStatus |
withChannelMode(EnumChannelMode value) |
SignalGangStatus |
withGangInfo(java.util.Collection<GangInfo> values) |
SignalGangStatus |
withGangInfo(GangInfo... values) |
SignalGangStatus |
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 java.util.List<GangInfo> gangInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<GangInfo> getGangInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gangInfo property.
For example, to add a new item, do as follows:
getGangInfo().add(newItem);
Objects of the following type(s) are allowed in the list
GangInfo
public SignalGangStatus withGangInfo(GangInfo... values)
public SignalGangStatus withGangInfo(java.util.Collection<GangInfo> values)
public SignalGangStatus withChannelMode(EnumChannelMode value)
withChannelMode in class Signalpublic SignalGangStatus 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)