Package org.cip4.lib.xprinttalk.schema
Class PrintTalk
- java.lang.Object
-
- org.cip4.lib.xprinttalk.schema.BaseElement
-
- org.cip4.lib.xprinttalk.schema.PrintTalk
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public class PrintTalk extends BaseElement implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.printtalk.org/schema_20}BaseElement"> <sequence> <element name="Header" type="{http://www.printtalk.org/schema_20}Header"/> <element name="Request" type="{http://www.printtalk.org/schema_20}Request"/> </sequence> <attribute name="ICSVersions" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="payloadID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Version"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="2.0"/> <enumeration value="2.1"/> </restriction> </simpleType> </attribute> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrintTalk()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(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)HeadergetHeader()Gets the value of the header property.java.util.List<java.lang.String>getICSVersions()Gets the value of the icsVersions property.java.lang.StringgetPayloadID()Gets the value of the payloadID property.RequestgetRequest()Gets the value of the request property.org.cip4.lib.xjdf.type.DateTimegetTimestamp()Gets the value of the timestamp property.java.lang.StringgetVersion()Gets the value of the version property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetHeader(Header value)Sets the value of the header property.voidsetPayloadID(java.lang.String value)Sets the value of the payloadID property.voidsetRequest(Request value)Sets the value of the request property.voidsetTimestamp(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the timestamp property.voidsetVersion(java.lang.String value)Sets the value of the version property.PrintTalkwithHeader(Header value)PrintTalkwithICSVersions(java.lang.String... values)PrintTalkwithICSVersions(java.util.Collection<java.lang.String> values)PrintTalkwithPayloadID(java.lang.String value)PrintTalkwithRequest(Request value)PrintTalkwithTimestamp(org.cip4.lib.xjdf.type.DateTime value)PrintTalkwithVersion(java.lang.String value)-
Methods inherited from class org.cip4.lib.xprinttalk.schema.BaseElement
getOtherAttributes
-
-
-
-
Field Detail
-
header
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected Header header
-
request
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected Request request
-
icsVersions
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.util.List<java.lang.String> icsVersions
-
payloadID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String payloadID
-
timestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected org.cip4.lib.xjdf.type.DateTime timestamp
-
version
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") protected java.lang.String version
-
-
Method Detail
-
getHeader
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public Header getHeader()Gets the value of the header property.- Returns:
- possible object is
Header
-
setHeader
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setHeader(Header value)Sets the value of the header property.- Parameters:
value- allowed object isHeader
-
getRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public Request getRequest()Gets the value of the request property.- Returns:
- possible object is
Request
-
setRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setRequest(Request value)Sets the value of the request property.- Parameters:
value- allowed object isRequest
-
getICSVersions
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.util.List<java.lang.String> getICSVersions()Gets the value of the icsVersions property.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
setmethod for the icsVersions property.For example, to add a new item, do as follows:
getICSVersions().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getPayloadID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getPayloadID()Gets the value of the payloadID property.- Returns:
- possible object is
String
-
setPayloadID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setPayloadID(java.lang.String value)Sets the value of the payloadID property.- Parameters:
value- allowed object isString
-
getTimestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public org.cip4.lib.xjdf.type.DateTime getTimestamp()Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setTimestamp(org.cip4.lib.xjdf.type.DateTime value)Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public java.lang.String getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", date="2020-04-08T08:04:58+00:00", comments="JAXB RI v2.3.2") public void setVersion(java.lang.String value)Sets the value of the version property.- Parameters:
value- allowed object isString
-
withICSVersions
public PrintTalk withICSVersions(java.lang.String... values)
-
withICSVersions
public PrintTalk withICSVersions(java.util.Collection<java.lang.String> values)
-
withPayloadID
public PrintTalk withPayloadID(java.lang.String value)
-
withTimestamp
public PrintTalk withTimestamp(org.cip4.lib.xjdf.type.DateTime value)
-
withVersion
public PrintTalk withVersion(java.lang.String value)
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classBaseElement
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classBaseElement
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classBaseElement
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseElement
-
-