public class PrintTalk extends Object implements Serializable
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 |
|---|---|
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.
|
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.
|
protected Request request
protected String version
protected String payloadID
protected org.cip4.lib.xjdf.type.DateTime timestamp
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
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getPayloadID()
Stringpublic void setPayloadID(String value)
value - allowed object is
Stringpublic org.cip4.lib.xjdf.type.DateTime getTimestamp()
Stringpublic void setTimestamp(org.cip4.lib.xjdf.type.DateTime value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.