@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class Response
extends Message
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Response complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Response">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Message">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification" minOccurs="0"/>
</sequence>
<attribute name="ReturnCode" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Notification |
notification |
protected java.lang.Integer |
returnCode |
| Constructor and Description |
|---|
Response() |
| 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) |
Notification |
getNotification()
Gets the value of the notification property.
|
java.lang.Integer |
getReturnCode()
Gets the value of the returnCode property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setNotification(Notification value)
Sets the value of the notification property.
|
void |
setReturnCode(java.lang.Integer value)
Sets the value of the returnCode property.
|
Response |
withHeader(Header value) |
Response |
withNotification(Notification value) |
Response |
withReturnCode(java.lang.Integer value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected Notification notification
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer returnCode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public Notification getNotification()
Notification@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setNotification(Notification value)
value - allowed object is
Notification@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getReturnCode()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setReturnCode(java.lang.Integer value)
value - allowed object is
Integerpublic Response withNotification(Notification value)
public Response withReturnCode(java.lang.Integer value)
public Response withHeader(Header value)
withHeader in class Messagepublic 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)