Class AutomatedOverPrintParams

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

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

    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">
           <attribute name="KnockOutCMYKWhite" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="LineArtBlackLevel" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="OverPrintBlackLineArt" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="OverPrintBlackText" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="TextBlackLevel" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TextSizeThreshold" type="{http://www.w3.org/2001/XMLSchema}int" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • knockOutCMYKWhite

        protected java.lang.Boolean knockOutCMYKWhite
      • lineArtBlackLevel

        protected java.lang.Float lineArtBlackLevel
      • overPrintBlackLineArt

        protected java.lang.Boolean overPrintBlackLineArt
      • overPrintBlackText

        protected java.lang.Boolean overPrintBlackText
      • textBlackLevel

        protected java.lang.Float textBlackLevel
      • textSizeThreshold

        protected java.lang.Integer textSizeThreshold
    • Constructor Detail

      • AutomatedOverPrintParams

        public AutomatedOverPrintParams()
    • Method Detail

      • isKnockOutCMYKWhite

        public java.lang.Boolean isKnockOutCMYKWhite()
        Gets the value of the knockOutCMYKWhite property.
        Returns:
        possible object is Boolean
      • setKnockOutCMYKWhite

        public void setKnockOutCMYKWhite​(java.lang.Boolean value)
        Sets the value of the knockOutCMYKWhite property.
        Parameters:
        value - allowed object is Boolean
      • getLineArtBlackLevel

        public java.lang.Float getLineArtBlackLevel()
        Gets the value of the lineArtBlackLevel property.
        Returns:
        possible object is Float
      • setLineArtBlackLevel

        public void setLineArtBlackLevel​(java.lang.Float value)
        Sets the value of the lineArtBlackLevel property.
        Parameters:
        value - allowed object is Float
      • isOverPrintBlackLineArt

        public java.lang.Boolean isOverPrintBlackLineArt()
        Gets the value of the overPrintBlackLineArt property.
        Returns:
        possible object is Boolean
      • setOverPrintBlackLineArt

        public void setOverPrintBlackLineArt​(java.lang.Boolean value)
        Sets the value of the overPrintBlackLineArt property.
        Parameters:
        value - allowed object is Boolean
      • isOverPrintBlackText

        public java.lang.Boolean isOverPrintBlackText()
        Gets the value of the overPrintBlackText property.
        Returns:
        possible object is Boolean
      • setOverPrintBlackText

        public void setOverPrintBlackText​(java.lang.Boolean value)
        Sets the value of the overPrintBlackText property.
        Parameters:
        value - allowed object is Boolean
      • getTextBlackLevel

        public java.lang.Float getTextBlackLevel()
        Gets the value of the textBlackLevel property.
        Returns:
        possible object is Float
      • setTextBlackLevel

        public void setTextBlackLevel​(java.lang.Float value)
        Sets the value of the textBlackLevel property.
        Parameters:
        value - allowed object is Float
      • getTextSizeThreshold

        public java.lang.Integer getTextSizeThreshold()
        Gets the value of the textSizeThreshold property.
        Returns:
        possible object is Integer
      • setTextSizeThreshold

        public void setTextSizeThreshold​(java.lang.Integer value)
        Sets the value of the textSizeThreshold property.
        Parameters:
        value - allowed object is Integer
      • 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
      • 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