Package org.cip4.lib.xjdf.schema
Class ResponseModifyQueueEntry
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Message
-
- org.cip4.lib.xjdf.schema.Response
-
- org.cip4.lib.xjdf.schema.ResponseModifyQueueEntry
-
- 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 ResponseModifyQueueEntry extends Response implements java.io.SerializableJava class for ResponseModifyQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseModifyQueueEntry"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}Response"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}QueueEntry" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<QueueEntry>queueEntry-
Fields inherited from class org.cip4.lib.xjdf.schema.Response
notification, returnCode
-
-
Constructor Summary
Constructors Constructor Description ResponseModifyQueueEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<QueueEntry>getQueueEntry()Gets the value of the queueEntry property.inthashCode()ResponseModifyQueueEntrywithAny(java.lang.Object... values)ResponseModifyQueueEntrywithAny(java.util.Collection<java.lang.Object> values)ResponseModifyQueueEntrywithHeader(Header value)ResponseModifyQueueEntrywithNotification(Notification value)ResponseModifyQueueEntrywithQueueEntry(java.util.Collection<QueueEntry> values)ResponseModifyQueueEntrywithQueueEntry(QueueEntry... values)ResponseModifyQueueEntrywithReturnCode(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="2023-01-02T18:51:33Z") protected java.util.List<QueueEntry> queueEntry
-
-
Method Detail
-
getQueueEntry
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<QueueEntry> getQueueEntry()Gets the value of the queueEntry property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the queueEntry property.For example, to add a new item, do as follows:
getQueueEntry().add(newItem);Objects of the following type(s) are allowed in the list
QueueEntry- Returns:
- The value of the queueEntry property.
-
withQueueEntry
public ResponseModifyQueueEntry withQueueEntry(QueueEntry... values)
-
withQueueEntry
public ResponseModifyQueueEntry withQueueEntry(java.util.Collection<QueueEntry> values)
-
withNotification
public ResponseModifyQueueEntry withNotification(Notification value)
- Overrides:
withNotificationin classResponse
-
withReturnCode
public ResponseModifyQueueEntry withReturnCode(java.lang.Integer value)
- Overrides:
withReturnCodein classResponse
-
withHeader
public ResponseModifyQueueEntry withHeader(Header value)
- Overrides:
withHeaderin classResponse
-
withAny
public ResponseModifyQueueEntry withAny(java.lang.Object... values)
-
withAny
public ResponseModifyQueueEntry withAny(java.util.Collection<java.lang.Object> values)
-
-