Package org.cip4.lib.xjdf.schema
Class ResponseStopPersistentChannel
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseStopPersistentChannel
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class ResponseStopPersistentChannel extends Response implements java.io.SerializableJava class for ResponseStopPersistentChannel complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseStopPersistentChannel"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Response"> <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.Response
notification, returnCode
-
-
Constructor Summary
Constructors Constructor Description ResponseStopPersistentChannel()
-
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()ResponseStopPersistentChannelwithAny(java.lang.Object... values)ResponseStopPersistentChannelwithAny(java.util.Collection<java.lang.Object> values)ResponseStopPersistentChannelwithHeader(Header value)ResponseStopPersistentChannelwithNotification(Notification value)ResponseStopPersistentChannelwithReturnCode(java.lang.Integer value)ResponseStopPersistentChannelwithSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)ResponseStopPersistentChannelwithSubscriptionInfo(SubscriptionInfo... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.Response
getNotification, getReturnCode, setNotification, setReturnCode
-
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.4", date="2024-07-01T15:04:08Z") protected java.util.List<SubscriptionInfo> subscriptionInfo
-
-
Method Detail
-
getSubscriptionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 JAXB 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 ResponseStopPersistentChannel withSubscriptionInfo(SubscriptionInfo... values)
-
withSubscriptionInfo
public ResponseStopPersistentChannel withSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)
-
withNotification
public ResponseStopPersistentChannel withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseStopPersistentChannel withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseStopPersistentChannel withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseStopPersistentChannel withAny(java.lang.Object... values)
-
withAny
public ResponseStopPersistentChannel withAny(java.util.Collection<java.lang.Object> values)
-
-