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