@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class StatusRequest
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for StatusRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusRequest">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="JobIDRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="JobPartIDRef" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ResponseDetails">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Brief"/>
<enumeration value="CompletedMilestones"/>
<enumeration value="Full"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
jobIDRef |
protected java.lang.String |
jobPartIDRef |
protected java.lang.String |
responseDetails |
comment, descriptiveName, generalID| Constructor and Description |
|---|
StatusRequest() |
| 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.EqualsStrategy2 strategy) |
java.lang.String |
getJobIDRef()
Gets the value of the jobIDRef property.
|
java.lang.String |
getJobPartIDRef()
Gets the value of the jobPartIDRef property.
|
java.lang.String |
getResponseDetails()
Gets the value of the responseDetails property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setJobIDRef(java.lang.String value)
Sets the value of the jobIDRef property.
|
void |
setJobPartIDRef(java.lang.String value)
Sets the value of the jobPartIDRef property.
|
void |
setResponseDetails(java.lang.String value)
Sets the value of the responseDetails property.
|
StatusRequest |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
StatusRequest |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
StatusRequest |
withDescriptiveName(java.lang.String value) |
StatusRequest |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
StatusRequest |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
StatusRequest |
withJobIDRef(java.lang.String value) |
StatusRequest |
withJobPartIDRef(java.lang.String value) |
StatusRequest |
withResponseDetails(java.lang.String value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobIDRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String jobPartIDRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String responseDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobIDRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setJobIDRef(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getJobPartIDRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setJobPartIDRef(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getResponseDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setResponseDetails(java.lang.String value)
value - allowed object is
Stringpublic StatusRequest withJobIDRef(java.lang.String value)
public StatusRequest withJobPartIDRef(java.lang.String value)
public StatusRequest withResponseDetails(java.lang.String value)
public StatusRequest withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic StatusRequest withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic StatusRequest withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic StatusRequest withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic StatusRequest withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt