Class ProofItem

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class ProofItem
    extends java.lang.Object
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for ProofItem complex type.

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

     <complexType name="ProofItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
           </sequence>
           <attribute name="Amount" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ColorType">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Monochrome"/>
                 <enumeration value="BasicColor"/>
                 <enumeration value="MatchedColor"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="Contract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="HalfTone" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="PageIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
           <attribute name="ProofTarget" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • amount

        protected java.lang.Integer amount
      • contract

        protected java.lang.Boolean contract
      • halfTone

        protected java.lang.Boolean halfTone
      • id

        protected java.lang.String id
      • proofTarget

        protected URI proofTarget
    • Constructor Detail

      • ProofItem

        public ProofItem()
    • Method Detail

      • getFileSpec

        public FileSpec getFileSpec()
        Gets the value of the fileSpec property.
        Returns:
        possible object is FileSpec
      • setFileSpec

        public void setFileSpec​(FileSpec value)
        Sets the value of the fileSpec property.
        Parameters:
        value - allowed object is FileSpec
      • getAmount

        public java.lang.Integer getAmount()
        Gets the value of the amount property.
        Returns:
        possible object is Integer
      • setAmount

        public void setAmount​(java.lang.Integer value)
        Sets the value of the amount property.
        Parameters:
        value - allowed object is Integer
      • isContract

        public java.lang.Boolean isContract()
        Gets the value of the contract property.
        Returns:
        possible object is Boolean
      • setContract

        public void setContract​(java.lang.Boolean value)
        Sets the value of the contract property.
        Parameters:
        value - allowed object is Boolean
      • isHalfTone

        public java.lang.Boolean isHalfTone()
        Gets the value of the halfTone property.
        Returns:
        possible object is Boolean
      • setHalfTone

        public void setHalfTone​(java.lang.Boolean value)
        Sets the value of the halfTone property.
        Parameters:
        value - allowed object is Boolean
      • getID

        public java.lang.String getID()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setID

        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getPageIndex

        public IntegerList getPageIndex()
        Gets the value of the pageIndex property.
        Returns:
        possible object is String
      • setPageIndex

        public void setPageIndex​(IntegerList value)
        Sets the value of the pageIndex property.
        Parameters:
        value - allowed object is String
      • getProofTarget

        public URI getProofTarget()
        Gets the value of the proofTarget property.
        Returns:
        possible object is String
      • setProofTarget

        public void setProofTarget​(URI value)
        Sets the value of the proofTarget property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        public java.util.Map<javax.xml.namespace.QName,​java.lang.String> getOtherAttributes()
        Gets a map that contains attributes that aren't bound to any typed property on this class.

        the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

        Returns:
        always non-null
      • withAmount

        public ProofItem withAmount​(java.lang.Integer value)
      • withContract

        public ProofItem withContract​(java.lang.Boolean value)
      • withHalfTone

        public ProofItem withHalfTone​(java.lang.Boolean value)
      • withID

        public ProofItem withID​(java.lang.String value)
      • withProofTarget

        public ProofItem withProofTarget​(URI 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
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object