Package org.cip4.lib.xjdf.schema
Class AutomatedOverPrintParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.AutomatedOverPrintParams
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class AutomatedOverPrintParams extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected java.lang.Boolean knockOutCMYKWhite
-
lineArtBlackLevel
protected java.lang.Float lineArtBlackLevel
-
overPrintBlackLineArt
protected java.lang.Boolean overPrintBlackLineArt
-
overPrintBlackText
protected java.lang.Boolean overPrintBlackText
-
textBlackLevel
protected java.lang.Float textBlackLevel
-
textSizeThreshold
protected java.lang.Integer textSizeThreshold
-
-
Method Detail
-
isKnockOutCMYKWhite
public java.lang.Boolean isKnockOutCMYKWhite()
Gets the value of the knockOutCMYKWhite property.- Returns:
- possible object is
Boolean
-
setKnockOutCMYKWhite
public void setKnockOutCMYKWhite(java.lang.Boolean value)
Sets the value of the knockOutCMYKWhite property.- Parameters:
value- allowed object isBoolean
-
getLineArtBlackLevel
public java.lang.Float getLineArtBlackLevel()
Gets the value of the lineArtBlackLevel property.- Returns:
- possible object is
Float
-
setLineArtBlackLevel
public void setLineArtBlackLevel(java.lang.Float value)
Sets the value of the lineArtBlackLevel property.- Parameters:
value- allowed object isFloat
-
isOverPrintBlackLineArt
public java.lang.Boolean isOverPrintBlackLineArt()
Gets the value of the overPrintBlackLineArt property.- Returns:
- possible object is
Boolean
-
setOverPrintBlackLineArt
public void setOverPrintBlackLineArt(java.lang.Boolean value)
Sets the value of the overPrintBlackLineArt property.- Parameters:
value- allowed object isBoolean
-
isOverPrintBlackText
public java.lang.Boolean isOverPrintBlackText()
Gets the value of the overPrintBlackText property.- Returns:
- possible object is
Boolean
-
setOverPrintBlackText
public void setOverPrintBlackText(java.lang.Boolean value)
Sets the value of the overPrintBlackText property.- Parameters:
value- allowed object isBoolean
-
getTextBlackLevel
public java.lang.Float getTextBlackLevel()
Gets the value of the textBlackLevel property.- Returns:
- possible object is
Float
-
setTextBlackLevel
public void setTextBlackLevel(java.lang.Float value)
Sets the value of the textBlackLevel property.- Parameters:
value- allowed object isFloat
-
getTextSizeThreshold
public java.lang.Integer getTextSizeThreshold()
Gets the value of the textSizeThreshold property.- Returns:
- possible object is
Integer
-
setTextSizeThreshold
public void setTextSizeThreshold(java.lang.Integer value)
Sets the value of the textSizeThreshold property.- Parameters:
value- allowed object isInteger
-
getOtherAttributes
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
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()
- Overrides:
hashCodein classjava.lang.Object
-
-