Package org.cip4.lib.xjdf.schema
Class ResponseSubmitQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseSubmitQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class ResponseSubmitQueueEntry extends Response implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected QueueEntryqueueEntry-
Fields inherited from class org.cip4.lib.xjdf.schema.Response
notification, returnCode
-
-
Constructor Summary
Constructors Constructor Description ResponseSubmitQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)QueueEntrygetQueueEntry()Gets the value of the queueEntry property.inthashCode()voidsetQueueEntry(QueueEntry value)Sets the value of the queueEntry property.ResponseSubmitQueueEntrywithAny(java.lang.Object... values)ResponseSubmitQueueEntrywithAny(java.util.Collection<java.lang.Object> values)ResponseSubmitQueueEntrywithHeader(Header value)ResponseSubmitQueueEntrywithNotification(Notification value)ResponseSubmitQueueEntrywithQueueEntry(QueueEntry value)ResponseSubmitQueueEntrywithReturnCode(java.lang.Integer value)-
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
-
queueEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected QueueEntry queueEntry
-
-
Method Detail
-
getQueueEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public QueueEntry getQueueEntry()Gets the value of the queueEntry property.- Returns:
- possible object is
QueueEntry
-
setQueueEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setQueueEntry(QueueEntry value)Sets the value of the queueEntry property.- Parameters:
value- allowed object isQueueEntry
-
withQueueEntry
public ResponseSubmitQueueEntry withQueueEntry(QueueEntry value)
-
withNotification
public ResponseSubmitQueueEntry withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseSubmitQueueEntry withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseSubmitQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseSubmitQueueEntry withAny(java.lang.Object... values)
-
withAny
public ResponseSubmitQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-