Package org.cip4.lib.xjdf.schema
Class ResponseResubmitQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseResubmitQueueEntry
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class ResponseResubmitQueueEntry extends Response implements java.io.SerializableJava class for ResponseResubmitQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseResubmitQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Response"> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cip4.lib.xjdf.schema.Response
notification, returnCode
-
-
Constructor Summary
Constructors Constructor Description ResponseResubmitQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)inthashCode()ResponseResubmitQueueEntrywithAny(java.lang.Object... values)ResponseResubmitQueueEntrywithAny(java.util.Collection<java.lang.Object> values)ResponseResubmitQueueEntrywithHeader(Header value)ResponseResubmitQueueEntrywithNotification(Notification value)ResponseResubmitQueueEntrywithReturnCode(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
-
-
-
-
Method Detail
-
withNotification
public ResponseResubmitQueueEntry withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseResubmitQueueEntry withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseResubmitQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseResubmitQueueEntry withAny(java.lang.Object... values)
-
withAny
public ResponseResubmitQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-