@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class ResponseSubmitQueueEntry
extends Response
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for ResponseSubmitQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseSubmitQueueEntry">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Response">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}QueueEntry" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QueueEntry |
queueEntry |
notification, returnCode| Constructor and Description |
|---|
ResponseSubmitQueueEntry() |
| 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.EqualsStrategy2 strategy) |
QueueEntry |
getQueueEntry()
Gets the value of the queueEntry property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setQueueEntry(QueueEntry value)
Sets the value of the queueEntry property.
|
ResponseSubmitQueueEntry |
withHeader(Header value) |
ResponseSubmitQueueEntry |
withNotification(Notification value) |
ResponseSubmitQueueEntry |
withQueueEntry(QueueEntry value) |
ResponseSubmitQueueEntry |
withReturnCode(java.lang.Integer value) |
getNotification, getReturnCode, setNotification, setReturnCodegetHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected QueueEntry queueEntry
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public QueueEntry getQueueEntry()
QueueEntry@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setQueueEntry(QueueEntry value)
value - allowed object is
QueueEntrypublic ResponseSubmitQueueEntry withQueueEntry(QueueEntry value)
public ResponseSubmitQueueEntry withNotification(Notification value)
withNotification in class Responsepublic ResponseSubmitQueueEntry withReturnCode(java.lang.Integer value)
withReturnCode in class Responsepublic ResponseSubmitQueueEntry 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.EqualsStrategy2 strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)