@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public class PrintTalk extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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 List<Header> |
header |
protected String |
payloadID |
protected Request |
request |
protected org.cip4.lib.xjdf.type.DateTime |
timestamp |
protected String |
version |
| Constructor and Description |
|---|
PrintTalk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
List<Header> |
getHeader()
Gets the value of the header property.
|
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.
|
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.HashCodeStrategy strategy) |
void |
setPayloadID(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(String value)
Sets the value of the version property.
|
PrintTalk |
withHeader(Collection<Header> values) |
PrintTalk |
withHeader(Header... values) |
PrintTalk |
withPayloadID(String value) |
PrintTalk |
withRequest(Request value) |
PrintTalk |
withTimestamp(org.cip4.lib.xjdf.type.DateTime value) |
PrintTalk |
withVersion(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected List<Header> header
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected Request request
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String version
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected String payloadID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") protected org.cip4.lib.xjdf.type.DateTime timestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public 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="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public Request getRequest()
Request@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+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="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getVersion()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setVersion(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public String getPayloadID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setPayloadID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+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="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public void setTimestamp(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withHeader(Header... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withHeader(Collection<Header> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withRequest(Request value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withVersion(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withPayloadID(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public PrintTalk withTimestamp(org.cip4.lib.xjdf.type.DateTime value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-04T02:20:14+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.