Class ProofApprovalResponse

  • 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 ProofApprovalResponse
    extends BaseElement
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ProofApprovalResponse complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ProofApprovalResponse">
       <complexContent>
         <extension base="{http://www.printtalk.org/schema_20}BaseElement">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalDetails"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ProofItem" minOccurs="0"/>
           </sequence>
           <attribute name="JobIDRef" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.cip4.lib.xjdf.schema.ApprovalDetails approvalDetails  
      protected java.lang.String jobIDRef  
      protected org.cip4.lib.xjdf.schema.ProofItem proofItem  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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)  
      org.cip4.lib.xjdf.schema.ApprovalDetails getApprovalDetails()
      Gets the value of the approvalDetails property.
      java.lang.String getJobIDRef()
      Gets the value of the jobIDRef property.
      org.cip4.lib.xjdf.schema.ProofItem getProofItem()
      Gets the value of the proofItem property.
      int hashCode()  
      int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)  
      void setApprovalDetails​(org.cip4.lib.xjdf.schema.ApprovalDetails value)
      Sets the value of the approvalDetails property.
      void setJobIDRef​(java.lang.String value)
      Sets the value of the jobIDRef property.
      void setProofItem​(org.cip4.lib.xjdf.schema.ProofItem value)
      Sets the value of the proofItem property.
      ProofApprovalResponse withApprovalDetails​(org.cip4.lib.xjdf.schema.ApprovalDetails value)  
      ProofApprovalResponse withJobIDRef​(java.lang.String value)  
      ProofApprovalResponse withProofItem​(org.cip4.lib.xjdf.schema.ProofItem value)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • approvalDetails

        @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.schema.ApprovalDetails approvalDetails
      • proofItem

        @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.schema.ProofItem proofItem
      • jobIDRef

        @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 jobIDRef
    • Constructor Detail

      • ProofApprovalResponse

        public ProofApprovalResponse()
    • Method Detail

      • getApprovalDetails

        @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.schema.ApprovalDetails getApprovalDetails()
        Gets the value of the approvalDetails property.
        Returns:
        possible object is ApprovalDetails
      • setApprovalDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setApprovalDetails​(org.cip4.lib.xjdf.schema.ApprovalDetails value)
        Sets the value of the approvalDetails property.
        Parameters:
        value - allowed object is ApprovalDetails
      • getProofItem

        @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.schema.ProofItem getProofItem()
        Gets the value of the proofItem property.
        Returns:
        possible object is ProofItem
      • setProofItem

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setProofItem​(org.cip4.lib.xjdf.schema.ProofItem value)
        Sets the value of the proofItem property.
        Parameters:
        value - allowed object is ProofItem
      • getJobIDRef

        @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 getJobIDRef()
        Gets the value of the jobIDRef property.
        Returns:
        possible object is String
      • setJobIDRef

        @Generated(value="com.sun.tools.xjc.Driver",
                   date="2020-04-08T08:04:58+00:00",
                   comments="JAXB RI v2.3.2")
        public void setJobIDRef​(java.lang.String value)
        Sets the value of the jobIDRef property.
        Parameters:
        value - allowed object is String
      • withApprovalDetails

        public ProofApprovalResponse withApprovalDetails​(org.cip4.lib.xjdf.schema.ApprovalDetails value)
      • withProofItem

        public ProofApprovalResponse withProofItem​(org.cip4.lib.xjdf.schema.ProofItem 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class BaseElement
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class BaseElement
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class BaseElement