Package org.cip4.lib.xjdf.schema
Class SignalKnownSubscriptions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Signal
-
- org.cip4.lib.xjdf.schema.SignalKnownSubscriptions
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class SignalKnownSubscriptions extends Signal implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<SubscriptionInfo>subscriptionInfo-
Fields inherited from class org.cip4.lib.xjdf.schema.Signal
channelMode
-
-
Constructor Summary
Constructors Constructor Description SignalKnownSubscriptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<SubscriptionInfo>getSubscriptionInfo()Gets the value of the subscriptionInfo property.inthashCode()SignalKnownSubscriptionswithAny(java.lang.Object... values)SignalKnownSubscriptionswithAny(java.util.Collection<java.lang.Object> values)SignalKnownSubscriptionswithChannelMode(EnumChannelMode value)SignalKnownSubscriptionswithHeader(Header value)SignalKnownSubscriptionswithSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)SignalKnownSubscriptionswithSubscriptionInfo(SubscriptionInfo... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.Signal
getChannelMode, setChannelMode
-
Methods inherited from class org.cip4.lib.xjdf.schema.Message
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
subscriptionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<SubscriptionInfo> subscriptionInfo
-
-
Method Detail
-
getSubscriptionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<SubscriptionInfo> getSubscriptionInfo()Gets the value of the subscriptionInfo property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the subscriptionInfo property.
-
withSubscriptionInfo
public SignalKnownSubscriptions withSubscriptionInfo(SubscriptionInfo... values)
-
withSubscriptionInfo
public SignalKnownSubscriptions withSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)
-
withChannelMode
public SignalKnownSubscriptions withChannelMode(EnumChannelMode value)
- Overrides:
withChannelModein classSignal
-
withHeader
public SignalKnownSubscriptions withHeader(Header value)
- Overrides:
withHeaderin classSignal
-
withAny
public SignalKnownSubscriptions withAny(java.lang.Object... values)
-
withAny
public SignalKnownSubscriptions withAny(java.util.Collection<java.lang.Object> values)
-
-