public class PrintTalk extends Object implements Serializable
Java class for PrintTalk complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintTalk">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Header" type="{http://www.printtalk.org/schema_2_0}Header"/>
<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 Header |
header |
protected String |
payloadID |
protected Request |
request |
protected String |
timestamp |
protected String |
version |
| Constructor and Description |
|---|
PrintTalk() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setHeader(Header value)
Sets the value of the header 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(String value)
Sets the value of the timestamp property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Header header
protected Request request
protected String version
protected String payloadID
protected String timestamp
public Header getHeader()
Headerpublic void setHeader(Header value)
value - allowed object is
Headerpublic 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 String getTimestamp()
StringCopyright © 2012. All Rights Reserved.