@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class ResponseStopPersistentChannel
extends Response
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java 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" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionInfo |
subscriptionInfo |
notification, returnCode| Constructor and Description |
|---|
ResponseStopPersistentChannel() |
| 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) |
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) |
void |
setSubscriptionInfo(SubscriptionInfo value)
Sets the value of the subscriptionInfo property.
|
ResponseStopPersistentChannel |
withHeader(Header value) |
ResponseStopPersistentChannel |
withNotification(Notification value) |
ResponseStopPersistentChannel |
withReturnCode(java.lang.Integer value) |
ResponseStopPersistentChannel |
withSubscriptionInfo(SubscriptionInfo value) |
getNotification, getReturnCode, setNotification, setReturnCodegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected SubscriptionInfo subscriptionInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public SubscriptionInfo getSubscriptionInfo()
SubscriptionInfo@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSubscriptionInfo(SubscriptionInfo value)
value - allowed object is
SubscriptionInfopublic ResponseStopPersistentChannel withSubscriptionInfo(SubscriptionInfo value)
public ResponseStopPersistentChannel withNotification(Notification value)
withNotification in class Responsepublic ResponseStopPersistentChannel withReturnCode(java.lang.Integer value)
withReturnCode in class Responsepublic ResponseStopPersistentChannel withHeader(Header value)
withHeader in class Responsepublic 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)