Class AutomatedOverPrintParams

java.lang.Object
org.cip4.lib.xjdf.schema.AutomatedOverPrintParams
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class AutomatedOverPrintParams extends Object implements Serializable

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 v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean knockOutCMYKWhite
    • lineArtBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float lineArtBlackLevel
    • overPrintBlackLineArt

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean overPrintBlackLineArt
    • overPrintBlackText

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean overPrintBlackText
    • textBlackLevel

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float textBlackLevel
    • textSizeThreshold

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer textSizeThreshold
  • Constructor Details

    • AutomatedOverPrintParams

      public AutomatedOverPrintParams()
  • Method Details

    • isKnockOutCMYKWhite

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") 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(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object