Package org.cip4.lib.xjdf.schema
Class AutomatedOverPrintParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.AutomatedOverPrintParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class AutomatedOverPrintParams extends java.lang.Object implements java.io.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected java.lang.BooleanknockOutCMYKWhiteprotected java.lang.FloatlineArtBlackLevelprotected java.lang.BooleanoverPrintBlackLineArtprotected java.lang.BooleanoverPrintBlackTextprotected java.lang.FloattextBlackLevelprotected java.lang.IntegertextSizeThreshold
-
Constructor Summary
Constructors Constructor Description AutomatedOverPrintParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetLineArtBlackLevel()Gets the value of the lineArtBlackLevel property.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.java.lang.FloatgetTextBlackLevel()Gets the value of the textBlackLevel property.java.lang.IntegergetTextSizeThreshold()Gets the value of the textSizeThreshold property.inthashCode()java.lang.BooleanisKnockOutCMYKWhite()Gets the value of the knockOutCMYKWhite property.java.lang.BooleanisOverPrintBlackLineArt()Gets the value of the overPrintBlackLineArt property.java.lang.BooleanisOverPrintBlackText()Gets the value of the overPrintBlackText property.voidsetKnockOutCMYKWhite(java.lang.Boolean value)Sets the value of the knockOutCMYKWhite property.voidsetLineArtBlackLevel(java.lang.Float value)Sets the value of the lineArtBlackLevel property.voidsetOverPrintBlackLineArt(java.lang.Boolean value)Sets the value of the overPrintBlackLineArt property.voidsetOverPrintBlackText(java.lang.Boolean value)Sets the value of the overPrintBlackText property.voidsetTextBlackLevel(java.lang.Float value)Sets the value of the textBlackLevel property.voidsetTextSizeThreshold(java.lang.Integer value)Sets the value of the textSizeThreshold property.AutomatedOverPrintParamswithKnockOutCMYKWhite(java.lang.Boolean value)AutomatedOverPrintParamswithLineArtBlackLevel(java.lang.Float value)AutomatedOverPrintParamswithOverPrintBlackLineArt(java.lang.Boolean value)AutomatedOverPrintParamswithOverPrintBlackText(java.lang.Boolean value)AutomatedOverPrintParamswithTextBlackLevel(java.lang.Float value)AutomatedOverPrintParamswithTextSizeThreshold(java.lang.Integer value)
-
-
-
Field Detail
-
knockOutCMYKWhite
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean knockOutCMYKWhite
-
lineArtBlackLevel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float lineArtBlackLevel
-
overPrintBlackLineArt
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean overPrintBlackLineArt
-
overPrintBlackText
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean overPrintBlackText
-
textBlackLevel
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float textBlackLevel
-
textSizeThreshold
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer textSizeThreshold
-
-
Method Detail
-
isKnockOutCMYKWhite
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setKnockOutCMYKWhite(java.lang.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.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setLineArtBlackLevel(java.lang.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.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setOverPrintBlackLineArt(java.lang.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.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setOverPrintBlackText(java.lang.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.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setTextBlackLevel(java.lang.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.1", date="2023-01-02T18:51:33Z") public java.lang.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.1", date="2023-01-02T18:51:33Z") public void setTextSizeThreshold(java.lang.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.1", date="2023-01-02T18:51:33Z") 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
-
withKnockOutCMYKWhite
public AutomatedOverPrintParams withKnockOutCMYKWhite(java.lang.Boolean value)
-
withLineArtBlackLevel
public AutomatedOverPrintParams withLineArtBlackLevel(java.lang.Float value)
-
withOverPrintBlackLineArt
public AutomatedOverPrintParams withOverPrintBlackLineArt(java.lang.Boolean value)
-
withOverPrintBlackText
public AutomatedOverPrintParams withOverPrintBlackText(java.lang.Boolean value)
-
withTextBlackLevel
public AutomatedOverPrintParams withTextBlackLevel(java.lang.Float value)
-
withTextSizeThreshold
public AutomatedOverPrintParams withTextSizeThreshold(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-