Package org.cip4.lib.xjdf.schema
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the lineArtBlackLevel property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the textBlackLevel property.Gets the value of the textSizeThreshold property.inthashCode()Gets the value of the knockOutCMYKWhite property.Gets the value of the overPrintBlackLineArt property.Gets the value of the overPrintBlackText property.voidsetKnockOutCMYKWhite(Boolean value) Sets the value of the knockOutCMYKWhite property.voidsetLineArtBlackLevel(Float value) Sets the value of the lineArtBlackLevel property.voidsetOverPrintBlackLineArt(Boolean value) Sets the value of the overPrintBlackLineArt property.voidsetOverPrintBlackText(Boolean value) Sets the value of the overPrintBlackText property.voidsetTextBlackLevel(Float value) Sets the value of the textBlackLevel property.voidsetTextSizeThreshold(Integer value) Sets the value of the textSizeThreshold property.withKnockOutCMYKWhite(Boolean value) withLineArtBlackLevel(Float value) withOverPrintBlackLineArt(Boolean value) withOverPrintBlackText(Boolean value) withTextBlackLevel(Float value) withTextSizeThreshold(Integer value)
-
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 isBoolean
-
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 isFloat
-
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 isBoolean
-
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 isBoolean
-
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 isFloat
-
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 isInteger
-
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
-
withLineArtBlackLevel
-
withOverPrintBlackLineArt
-
withOverPrintBlackText
-
withTextBlackLevel
-
withTextSizeThreshold
-
equals
-
hashCode
public int hashCode()
-