Package org.cip4.lib.xjdf.schema
Class AdvancedParams
java.lang.Object
org.cip4.lib.xjdf.schema.AdvancedParams
- 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 AdvancedParams
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="AllowPSXObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AllowTransparency" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AutoPositionEPSInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="EmbedJobOptions" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="EmitDSCWarnings" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="LockDistillerParams" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ParseDSCCommentForDocInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ParseDSCComments" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PassThroughJPEGImages" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveCopyPage" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveEPSInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveHalftoneInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveOPIComments" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PreserveOverprintSettings" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="TransferFunctionInfo">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Preserve"/>
<enumeration value="Remove"/>
<enumeration value="Apply"/>
</restriction>
</simpleType>
</attribute>
<attribute name="UCRandBGInfo">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Preserve"/>
<enumeration value="Remove"/>
</restriction>
</simpleType>
</attribute>
<attribute name="UsePrologue" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected Booleanprotected AdvancedParams.TransferFunctionInfoprotected AdvancedParams.UCRandBGInfoprotected Boolean -
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 a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the transferFunctionInfo property.Gets the value of the ucRandBGInfo property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the allowPSXObjects property.Gets the value of the allowTransparency property.Gets the value of the autoPositionEPSInfo property.Gets the value of the embedJobOptions property.Gets the value of the emitDSCWarnings property.Gets the value of the lockDistillerParams property.Gets the value of the parseDSCCommentForDocInfo property.Gets the value of the parseDSCComments property.Gets the value of the passThroughJPEGImages property.Gets the value of the preserveCopyPage property.Gets the value of the preserveEPSInfo property.Gets the value of the preserveHalftoneInfo property.Gets the value of the preserveOPIComments property.Gets the value of the preserveOverprintSettings property.Gets the value of the usePrologue property.voidsetAllowPSXObjects(Boolean value) Sets the value of the allowPSXObjects property.voidsetAllowTransparency(Boolean value) Sets the value of the allowTransparency property.voidsetAutoPositionEPSInfo(Boolean value) Sets the value of the autoPositionEPSInfo property.voidsetEmbedJobOptions(Boolean value) Sets the value of the embedJobOptions property.voidsetEmitDSCWarnings(Boolean value) Sets the value of the emitDSCWarnings property.voidsetLockDistillerParams(Boolean value) Sets the value of the lockDistillerParams property.voidSets the value of the parseDSCCommentForDocInfo property.voidsetParseDSCComments(Boolean value) Sets the value of the parseDSCComments property.voidsetPassThroughJPEGImages(Boolean value) Sets the value of the passThroughJPEGImages property.voidsetPreserveCopyPage(Boolean value) Sets the value of the preserveCopyPage property.voidsetPreserveEPSInfo(Boolean value) Sets the value of the preserveEPSInfo property.voidsetPreserveHalftoneInfo(Boolean value) Sets the value of the preserveHalftoneInfo property.voidsetPreserveOPIComments(Boolean value) Sets the value of the preserveOPIComments property.voidSets the value of the preserveOverprintSettings property.voidSets the value of the transferFunctionInfo property.voidSets the value of the ucRandBGInfo property.voidsetUsePrologue(Boolean value) Sets the value of the usePrologue property.withAllowPSXObjects(Boolean value) withAllowTransparency(Boolean value) withAutoPositionEPSInfo(Boolean value) withEmbedJobOptions(Boolean value) withEmitDSCWarnings(Boolean value) withLockDistillerParams(Boolean value) withParseDSCComments(Boolean value) withPassThroughJPEGImages(Boolean value) withPreserveCopyPage(Boolean value) withPreserveEPSInfo(Boolean value) withPreserveHalftoneInfo(Boolean value) withPreserveOPIComments(Boolean value) withUsePrologue(Boolean value)
-
Field Details
-
allowPSXObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean allowPSXObjects -
allowTransparency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean allowTransparency -
autoPositionEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean autoPositionEPSInfo -
embedJobOptions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean embedJobOptions -
emitDSCWarnings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean emitDSCWarnings -
lockDistillerParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean lockDistillerParams -
parseDSCCommentForDocInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean parseDSCCommentForDocInfo -
parseDSCComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean parseDSCComments -
passThroughJPEGImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean passThroughJPEGImages -
preserveCopyPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean preserveCopyPage -
preserveEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean preserveEPSInfo -
preserveHalftoneInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean preserveHalftoneInfo -
preserveOPIComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean preserveOPIComments -
preserveOverprintSettings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean preserveOverprintSettings -
transferFunctionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected AdvancedParams.TransferFunctionInfo transferFunctionInfo -
ucRandBGInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected AdvancedParams.UCRandBGInfo ucRandBGInfo -
usePrologue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean usePrologue
-
-
Constructor Details
-
AdvancedParams
public AdvancedParams()
-
-
Method Details
-
isAllowPSXObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isAllowPSXObjects()Gets the value of the allowPSXObjects property.- Returns:
- possible object is
Boolean
-
setAllowPSXObjects
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAllowPSXObjects(Boolean value) Sets the value of the allowPSXObjects property.- Parameters:
value- allowed object isBoolean
-
isAllowTransparency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isAllowTransparency()Gets the value of the allowTransparency property.- Returns:
- possible object is
Boolean
-
setAllowTransparency
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAllowTransparency(Boolean value) Sets the value of the allowTransparency property.- Parameters:
value- allowed object isBoolean
-
isAutoPositionEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isAutoPositionEPSInfo()Gets the value of the autoPositionEPSInfo property.- Returns:
- possible object is
Boolean
-
setAutoPositionEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAutoPositionEPSInfo(Boolean value) Sets the value of the autoPositionEPSInfo property.- Parameters:
value- allowed object isBoolean
-
isEmbedJobOptions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isEmbedJobOptions()Gets the value of the embedJobOptions property.- Returns:
- possible object is
Boolean
-
setEmbedJobOptions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEmbedJobOptions(Boolean value) Sets the value of the embedJobOptions property.- Parameters:
value- allowed object isBoolean
-
isEmitDSCWarnings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isEmitDSCWarnings()Gets the value of the emitDSCWarnings property.- Returns:
- possible object is
Boolean
-
setEmitDSCWarnings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEmitDSCWarnings(Boolean value) Sets the value of the emitDSCWarnings property.- Parameters:
value- allowed object isBoolean
-
isLockDistillerParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isLockDistillerParams()Gets the value of the lockDistillerParams property.- Returns:
- possible object is
Boolean
-
setLockDistillerParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setLockDistillerParams(Boolean value) Sets the value of the lockDistillerParams property.- Parameters:
value- allowed object isBoolean
-
isParseDSCCommentForDocInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isParseDSCCommentForDocInfo()Gets the value of the parseDSCCommentForDocInfo property.- Returns:
- possible object is
Boolean
-
setParseDSCCommentForDocInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setParseDSCCommentForDocInfo(Boolean value) Sets the value of the parseDSCCommentForDocInfo property.- Parameters:
value- allowed object isBoolean
-
isParseDSCComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isParseDSCComments()Gets the value of the parseDSCComments property.- Returns:
- possible object is
Boolean
-
setParseDSCComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setParseDSCComments(Boolean value) Sets the value of the parseDSCComments property.- Parameters:
value- allowed object isBoolean
-
isPassThroughJPEGImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPassThroughJPEGImages()Gets the value of the passThroughJPEGImages property.- Returns:
- possible object is
Boolean
-
setPassThroughJPEGImages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPassThroughJPEGImages(Boolean value) Sets the value of the passThroughJPEGImages property.- Parameters:
value- allowed object isBoolean
-
isPreserveCopyPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPreserveCopyPage()Gets the value of the preserveCopyPage property.- Returns:
- possible object is
Boolean
-
setPreserveCopyPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreserveCopyPage(Boolean value) Sets the value of the preserveCopyPage property.- Parameters:
value- allowed object isBoolean
-
isPreserveEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPreserveEPSInfo()Gets the value of the preserveEPSInfo property.- Returns:
- possible object is
Boolean
-
setPreserveEPSInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreserveEPSInfo(Boolean value) Sets the value of the preserveEPSInfo property.- Parameters:
value- allowed object isBoolean
-
isPreserveHalftoneInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPreserveHalftoneInfo()Gets the value of the preserveHalftoneInfo property.- Returns:
- possible object is
Boolean
-
setPreserveHalftoneInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreserveHalftoneInfo(Boolean value) Sets the value of the preserveHalftoneInfo property.- Parameters:
value- allowed object isBoolean
-
isPreserveOPIComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPreserveOPIComments()Gets the value of the preserveOPIComments property.- Returns:
- possible object is
Boolean
-
setPreserveOPIComments
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreserveOPIComments(Boolean value) Sets the value of the preserveOPIComments property.- Parameters:
value- allowed object isBoolean
-
isPreserveOverprintSettings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isPreserveOverprintSettings()Gets the value of the preserveOverprintSettings property.- Returns:
- possible object is
Boolean
-
setPreserveOverprintSettings
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreserveOverprintSettings(Boolean value) Sets the value of the preserveOverprintSettings property.- Parameters:
value- allowed object isBoolean
-
getTransferFunctionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public AdvancedParams.TransferFunctionInfo getTransferFunctionInfo()Gets the value of the transferFunctionInfo property.- Returns:
- possible object is
AdvancedParams.TransferFunctionInfo
-
setTransferFunctionInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTransferFunctionInfo(AdvancedParams.TransferFunctionInfo value) Sets the value of the transferFunctionInfo property.- Parameters:
value- allowed object isAdvancedParams.TransferFunctionInfo
-
getUCRandBGInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public AdvancedParams.UCRandBGInfo getUCRandBGInfo()Gets the value of the ucRandBGInfo property.- Returns:
- possible object is
AdvancedParams.UCRandBGInfo
-
setUCRandBGInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUCRandBGInfo(AdvancedParams.UCRandBGInfo value) Sets the value of the ucRandBGInfo property.- Parameters:
value- allowed object isAdvancedParams.UCRandBGInfo
-
isUsePrologue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isUsePrologue()Gets the value of the usePrologue property.- Returns:
- possible object is
Boolean
-
setUsePrologue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setUsePrologue(Boolean value) Sets the value of the usePrologue property.- Parameters:
value- allowed object isBoolean
-
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
-
withAllowPSXObjects
-
withAllowTransparency
-
withAutoPositionEPSInfo
-
withEmbedJobOptions
-
withEmitDSCWarnings
-
withLockDistillerParams
-
withParseDSCCommentForDocInfo
-
withParseDSCComments
-
withPassThroughJPEGImages
-
withPreserveCopyPage
-
withPreserveEPSInfo
-
withPreserveHalftoneInfo
-
withPreserveOPIComments
-
withPreserveOverprintSettings
-
withTransferFunctionInfo
-
withUCRandBGInfo
-
withUsePrologue
-
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()
-