Class AutomatedOverPrintParams

java.lang.Object
org.cip4.lib.xjdf.schema.AutomatedOverPrintParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class AutomatedOverPrintParams extends Object implements 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:
  • Field Details

    • knockOutCMYKWhite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean knockOutCMYKWhite
    • lineArtBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float lineArtBlackLevel
    • overPrintBlackLineArt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean overPrintBlackLineArt
    • overPrintBlackText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean overPrintBlackText
    • textBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float textBlackLevel
    • textSizeThreshold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer textSizeThreshold
  • Constructor Details

    • AutomatedOverPrintParams

      public AutomatedOverPrintParams()
  • Method Details

    • isKnockOutCMYKWhite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isKnockOutCMYKWhite()
      Gets the value of the knockOutCMYKWhite property.
      Returns:
      possible object is Boolean
    • setKnockOutCMYKWhite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setKnockOutCMYKWhite(Boolean value)
      Sets the value of the knockOutCMYKWhite property.
      Parameters:
      value - allowed object is Boolean
    • getLineArtBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getLineArtBlackLevel()
      Gets the value of the lineArtBlackLevel property.
      Returns:
      possible object is Float
    • setLineArtBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setLineArtBlackLevel(Float value)
      Sets the value of the lineArtBlackLevel property.
      Parameters:
      value - allowed object is Float
    • isOverPrintBlackLineArt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isOverPrintBlackLineArt()
      Gets the value of the overPrintBlackLineArt property.
      Returns:
      possible object is Boolean
    • setOverPrintBlackLineArt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOverPrintBlackLineArt(Boolean value)
      Sets the value of the overPrintBlackLineArt property.
      Parameters:
      value - allowed object is Boolean
    • isOverPrintBlackText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isOverPrintBlackText()
      Gets the value of the overPrintBlackText property.
      Returns:
      possible object is Boolean
    • setOverPrintBlackText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOverPrintBlackText(Boolean value)
      Sets the value of the overPrintBlackText property.
      Parameters:
      value - allowed object is Boolean
    • getTextBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getTextBlackLevel()
      Gets the value of the textBlackLevel property.
      Returns:
      possible object is Float
    • setTextBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTextBlackLevel(Float value)
      Sets the value of the textBlackLevel property.
      Parameters:
      value - allowed object is Float
    • getTextSizeThreshold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getTextSizeThreshold()
      Gets the value of the textSizeThreshold property.
      Returns:
      possible object is Integer
    • setTextSizeThreshold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTextSizeThreshold(Integer value)
      Sets the value of the textSizeThreshold property.
      Parameters:
      value - allowed object is Integer
    • getOtherAttributes

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
    • withKnockOutCMYKWhite

      public AutomatedOverPrintParams withKnockOutCMYKWhite(Boolean value)
    • withLineArtBlackLevel

      public AutomatedOverPrintParams withLineArtBlackLevel(Float value)
    • withOverPrintBlackLineArt

      public AutomatedOverPrintParams withOverPrintBlackLineArt(Boolean value)
    • withOverPrintBlackText

      public AutomatedOverPrintParams withOverPrintBlackText(Boolean value)
    • withTextBlackLevel

      public AutomatedOverPrintParams withTextBlackLevel(Float value)
    • withTextSizeThreshold

      public AutomatedOverPrintParams withTextSizeThreshold(Integer value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class 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 Object