Package org.cip4.lib.xjdf.schema
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets 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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 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 isBoolean
-
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 isFloat
-
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 isBoolean
-
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 isBoolean
-
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 isFloat
-
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 isInteger
-
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
-
withLineArtBlackLevel
-
withOverPrintBlackLineArt
-
withOverPrintBlackText
-
withTextBlackLevel
-
withTextSizeThreshold
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-