@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class PDFXParams extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="PDFXBleedBoxToTrimBoxOffset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="PDFXCheck" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="PDFXCompliantPDFOnly" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXNoTrimBoxError" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXSetBleedBoxToMediaBox" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PDFXTrapped" type="{http://www.CIP4.org/JDFSchema_2_0}EnumTernary" />
<attribute name="PDFXTrimBoxToMediaBoxOffset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FileSpec |
fileSpec |
protected Rectangle |
pdfxBleedBoxToTrimBoxOffset |
protected List<String> |
pdfxCheck |
protected Boolean |
pdfxCompliantPDFOnly |
protected Boolean |
pdfxNoTrimBoxError |
protected Boolean |
pdfxSetBleedBoxToMediaBox |
protected EnumTernary |
pdfxTrapped |
protected Rectangle |
pdfxTrimBoxToMediaBoxOffset |
| Constructor and Description |
|---|
PDFXParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
Rectangle |
getPDFXBleedBoxToTrimBoxOffset()
Gets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
List<String> |
getPDFXCheck()
Gets the value of the pdfxCheck property.
|
EnumTernary |
getPDFXTrapped()
Gets the value of the pdfxTrapped property.
|
Rectangle |
getPDFXTrimBoxToMediaBoxOffset()
Gets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isPDFXCompliantPDFOnly()
Gets the value of the pdfxCompliantPDFOnly property.
|
Boolean |
isPDFXNoTrimBoxError()
Gets the value of the pdfxNoTrimBoxError property.
|
Boolean |
isPDFXSetBleedBoxToMediaBox()
Gets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setPDFXBleedBoxToTrimBoxOffset(Rectangle value)
Sets the value of the pdfxBleedBoxToTrimBoxOffset property.
|
void |
setPDFXCompliantPDFOnly(Boolean value)
Sets the value of the pdfxCompliantPDFOnly property.
|
void |
setPDFXNoTrimBoxError(Boolean value)
Sets the value of the pdfxNoTrimBoxError property.
|
void |
setPDFXSetBleedBoxToMediaBox(Boolean value)
Sets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setPDFXTrapped(EnumTernary value)
Sets the value of the pdfxTrapped property.
|
void |
setPDFXTrimBoxToMediaBoxOffset(Rectangle value)
Sets the value of the pdfxTrimBoxToMediaBoxOffset property.
|
PDFXParams |
withFileSpec(FileSpec value) |
PDFXParams |
withPDFXBleedBoxToTrimBoxOffset(Rectangle value) |
PDFXParams |
withPDFXCheck(Collection<String> values) |
PDFXParams |
withPDFXCheck(String... values) |
PDFXParams |
withPDFXCompliantPDFOnly(Boolean value) |
PDFXParams |
withPDFXNoTrimBoxError(Boolean value) |
PDFXParams |
withPDFXSetBleedBoxToMediaBox(Boolean value) |
PDFXParams |
withPDFXTrapped(EnumTernary value) |
PDFXParams |
withPDFXTrimBoxToMediaBoxOffset(Rectangle value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Rectangle pdfxBleedBoxToTrimBoxOffset
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<String> pdfxCheck
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean pdfxCompliantPDFOnly
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean pdfxNoTrimBoxError
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Boolean pdfxSetBleedBoxToMediaBox
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumTernary pdfxTrapped
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Rectangle pdfxTrimBoxToMediaBoxOffset
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Rectangle getPDFXBleedBoxToTrimBoxOffset()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXBleedBoxToTrimBoxOffset(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<String> getPDFXCheck()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pdfxCheck property.
For example, to add a new item, do as follows:
getPDFXCheck().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isPDFXCompliantPDFOnly()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXCompliantPDFOnly(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isPDFXNoTrimBoxError()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXNoTrimBoxError(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Boolean isPDFXSetBleedBoxToMediaBox()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXSetBleedBoxToMediaBox(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumTernary getPDFXTrapped()
EnumTernary@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXTrapped(EnumTernary value)
value - allowed object is
EnumTernary@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Rectangle getPDFXTrimBoxToMediaBoxOffset()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setPDFXTrimBoxToMediaBoxOffset(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withFileSpec(FileSpec value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXBleedBoxToTrimBoxOffset(Rectangle value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXCheck(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXCheck(Collection<String> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXCompliantPDFOnly(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXNoTrimBoxError(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXSetBleedBoxToMediaBox(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXTrapped(EnumTernary value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public PDFXParams withPDFXTrimBoxToMediaBoxOffset(Rectangle value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2016. All rights reserved.