@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class CommandModifyQueueEntry
extends Command
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CommandModifyQueueEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandModifyQueueEntry">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}Command">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ModifyQueueEntryParams"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ModifyQueueEntryParams |
modifyQueueEntryParams |
| Constructor and Description |
|---|
CommandModifyQueueEntry() |
| 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.EqualsStrategy strategy) |
ModifyQueueEntryParams |
getModifyQueueEntryParams()
Gets the value of the modifyQueueEntryParams property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setModifyQueueEntryParams(ModifyQueueEntryParams value)
Sets the value of the modifyQueueEntryParams property.
|
CommandModifyQueueEntry |
withHeader(Header value) |
CommandModifyQueueEntry |
withModifyQueueEntryParams(ModifyQueueEntryParams value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ModifyQueueEntryParams modifyQueueEntryParams
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ModifyQueueEntryParams getModifyQueueEntryParams()
ModifyQueueEntryParams@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setModifyQueueEntryParams(ModifyQueueEntryParams value)
value - allowed object is
ModifyQueueEntryParamspublic CommandModifyQueueEntry withModifyQueueEntryParams(ModifyQueueEntryParams value)
public CommandModifyQueueEntry withHeader(Header value)
withHeader in class Commandpublic 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)