Package org.cip4.lib.xjdf.schema
Class ResponseRequestQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseRequestQueueEntry
-
- 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 ResponseRequestQueueEntry extends Response implements java.io.SerializableJava class for ResponseRequestQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseRequestQueueEntry"> <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 ResponseRequestQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)inthashCode()ResponseRequestQueueEntrywithAny(java.lang.Object... values)ResponseRequestQueueEntrywithAny(java.util.Collection<java.lang.Object> values)ResponseRequestQueueEntrywithHeader(Header value)ResponseRequestQueueEntrywithNotification(Notification value)ResponseRequestQueueEntrywithReturnCode(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 ResponseRequestQueueEntry withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseRequestQueueEntry withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseRequestQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseRequestQueueEntry withAny(java.lang.Object... values)
-
withAny
public ResponseRequestQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-