@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class SignalResource
extends Signal
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SignalResource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignalResource">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Signal">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ResourceInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="PreviousRef" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
previousRef |
protected java.util.List<ResourceInfo> |
resourceInfo |
channelMode| Constructor and Description |
|---|
SignalResource() |
| 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) |
java.lang.String |
getPreviousRef()
Gets the value of the previousRef property.
|
java.util.List<ResourceInfo> |
getResourceInfo()
Gets the value of the resourceInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPreviousRef(java.lang.String value)
Sets the value of the previousRef property.
|
SignalResource |
withChannelMode(EnumChannelMode value) |
SignalResource |
withHeader(Header value) |
SignalResource |
withPreviousRef(java.lang.String value) |
SignalResource |
withResourceInfo(java.util.Collection<ResourceInfo> values) |
SignalResource |
withResourceInfo(ResourceInfo... values) |
getChannelMode, setChannelModegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ResourceInfo> resourceInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String previousRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<ResourceInfo> getResourceInfo()
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 resourceInfo property.
For example, to add a new item, do as follows:
getResourceInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPreviousRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setPreviousRef(java.lang.String value)
value - allowed object is
Stringpublic SignalResource withResourceInfo(ResourceInfo... values)
public SignalResource withResourceInfo(java.util.Collection<ResourceInfo> values)
public SignalResource withPreviousRef(java.lang.String value)
public SignalResource withChannelMode(EnumChannelMode value)
withChannelMode in class Signalpublic SignalResource 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)