@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class PrintTalk
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{http://www.printtalk.org/schema_2_0}Header" maxOccurs="unbounded" minOccurs="0"/>
<element name="Request" type="{http://www.printtalk.org/schema_2_0}Request"/>
</sequence>
<attribute name="version" use="required" type="{http://www.printtalk.org/schema_2_0}Version" />
<attribute name="payloadID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Timestamp" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Header> |
header |
protected java.lang.String |
payloadID |
protected Request |
request |
protected org.cip4.lib.xjdf.type.DateTime |
timestamp |
protected java.lang.String |
version |
| Constructor and Description |
|---|
PrintTalk() |
| 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.util.List<Header> |
getHeader()
Gets the value of the header property.
|
java.lang.String |
getPayloadID()
Gets the value of the payloadID property.
|
Request |
getRequest()
Gets the value of the request property.
|
org.cip4.lib.xjdf.type.DateTime |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setPayloadID(java.lang.String value)
Sets the value of the payloadID property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
void |
setTimestamp(org.cip4.lib.xjdf.type.DateTime value)
Sets the value of the timestamp property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
PrintTalk |
withHeader(java.util.Collection<Header> values) |
PrintTalk |
withHeader(Header... values) |
PrintTalk |
withPayloadID(java.lang.String value) |
PrintTalk |
withRequest(Request value) |
PrintTalk |
withTimestamp(org.cip4.lib.xjdf.type.DateTime value) |
PrintTalk |
withVersion(java.lang.String value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Header> header
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected Request request
@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 version
@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 payloadID
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected org.cip4.lib.xjdf.type.DateTime timestamp
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Header> getHeader()
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 JAXB object.
This is why there is not a set method for the header property.
For example, to add a new item, do as follows:
getHeader().add(newItem);
Objects of the following type(s) are allowed in the list
Header
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public Request getRequest()
Request@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setRequest(Request value)
value - allowed object is
Request@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 getVersion()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setVersion(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 getPayloadID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setPayloadID(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 org.cip4.lib.xjdf.type.DateTime getTimestamp()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setTimestamp(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
Stringpublic PrintTalk withVersion(java.lang.String value)
public PrintTalk withPayloadID(java.lang.String value)
public PrintTalk withTimestamp(org.cip4.lib.xjdf.type.DateTime value)
public 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.Equals2public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public int hashCode()
hashCode in class java.lang.Object