Package org.cip4.lib.xjdf.schema
Class ResponseKnownSubscriptions
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseKnownSubscriptions
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") public class ResponseKnownSubscriptions extends Response implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for ResponseKnownSubscriptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseKnownSubscriptions"> <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 ResponseKnownSubscriptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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<SubscriptionInfo>getSubscriptionInfo()Gets the value of the subscriptionInfo property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)ResponseKnownSubscriptionswithAny(java.lang.Object... values)ResponseKnownSubscriptionswithAny(java.util.Collection<java.lang.Object> values)ResponseKnownSubscriptionswithHeader(Header value)ResponseKnownSubscriptionswithNotification(Notification value)ResponseKnownSubscriptionswithReturnCode(java.lang.Integer value)ResponseKnownSubscriptionswithSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)ResponseKnownSubscriptionswithSubscriptionInfo(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", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") protected java.util.List<SubscriptionInfo> subscriptionInfo
-
-
Method Detail
-
getSubscriptionInfo
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-06T06:56:26+00:00", comments="JAXB RI v2.3.2") 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
-
withSubscriptionInfo
public ResponseKnownSubscriptions withSubscriptionInfo(SubscriptionInfo... values)
-
withSubscriptionInfo
public ResponseKnownSubscriptions withSubscriptionInfo(java.util.Collection<SubscriptionInfo> values)
-
withNotification
public ResponseKnownSubscriptions withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseKnownSubscriptions withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseKnownSubscriptions withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseKnownSubscriptions withAny(java.lang.Object... values)
-
withAny
public ResponseKnownSubscriptions withAny(java.util.Collection<java.lang.Object> values)
-
equals
public 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)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-