@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class PDFXParams
extends java.lang.Object
implements java.io.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">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Unknown"/>
<enumeration value="false"/>
<enumeration value="true"/>
</restriction>
</simpleType>
</attribute>
<attribute name="PDFXTrimBoxToMediaBoxOffset" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PDFXParams.PDFXTrapped
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileSpec |
fileSpec |
protected Rectangle |
pdfxBleedBoxtoTrimBoxOffset |
protected java.util.List<java.lang.String> |
pdfxCheck |
protected java.lang.Boolean |
pdfxCompliantPDFOnly |
protected java.lang.Boolean |
pdfxNoTrimBoxError |
protected java.lang.Boolean |
pdfxSetBleedBoxToMediaBox |
protected PDFXParams.PDFXTrapped |
pdfxTrapped |
protected Rectangle |
pdfxTrimBoxToMediaBoxOffset |
| Constructor and Description |
|---|
PDFXParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
FileSpec |
getFileSpec()
Gets the value of the fileSpec 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.
|
Rectangle |
getPDFXBleedBoxtoTrimBoxOffset()
Gets the value of the pdfxBleedBoxtoTrimBoxOffset property.
|
java.util.List<java.lang.String> |
getPDFXCheck()
Gets the value of the pdfxCheck property.
|
PDFXParams.PDFXTrapped |
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) |
java.lang.Boolean |
isPDFXCompliantPDFOnly()
Gets the value of the pdfxCompliantPDFOnly property.
|
java.lang.Boolean |
isPDFXNoTrimBoxError()
Gets the value of the pdfxNoTrimBoxError property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the pdfxCompliantPDFOnly property.
|
void |
setPDFXNoTrimBoxError(java.lang.Boolean value)
Sets the value of the pdfxNoTrimBoxError property.
|
void |
setPDFXSetBleedBoxToMediaBox(java.lang.Boolean value)
Sets the value of the pdfxSetBleedBoxToMediaBox property.
|
void |
setPDFXTrapped(PDFXParams.PDFXTrapped 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(java.util.Collection<java.lang.String> values) |
PDFXParams |
withPDFXCheck(java.lang.String... values) |
PDFXParams |
withPDFXCompliantPDFOnly(java.lang.Boolean value) |
PDFXParams |
withPDFXNoTrimBoxError(java.lang.Boolean value) |
PDFXParams |
withPDFXSetBleedBoxToMediaBox(java.lang.Boolean value) |
PDFXParams |
withPDFXTrapped(PDFXParams.PDFXTrapped value) |
PDFXParams |
withPDFXTrimBoxToMediaBoxOffset(Rectangle value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle pdfxBleedBoxtoTrimBoxOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> pdfxCheck
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean pdfxCompliantPDFOnly
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean pdfxNoTrimBoxError
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean pdfxSetBleedBoxToMediaBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected PDFXParams.PDFXTrapped pdfxTrapped
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle pdfxTrimBoxToMediaBoxOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getPDFXBleedBoxtoTrimBoxOffset()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPDFXCompliantPDFOnly()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPDFXCompliantPDFOnly(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPDFXNoTrimBoxError()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPDFXNoTrimBoxError(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isPDFXSetBleedBoxToMediaBox()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPDFXSetBleedBoxToMediaBox(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public PDFXParams.PDFXTrapped getPDFXTrapped()
PDFXParams.PDFXTrapped@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPDFXTrapped(PDFXParams.PDFXTrapped value)
value - allowed object is
PDFXParams.PDFXTrapped@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getPDFXTrimBoxToMediaBoxOffset()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00: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="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public PDFXParams withFileSpec(FileSpec value)
public PDFXParams withPDFXBleedBoxtoTrimBoxOffset(Rectangle value)
public PDFXParams withPDFXCheck(java.lang.String... values)
public PDFXParams withPDFXCheck(java.util.Collection<java.lang.String> values)
public PDFXParams withPDFXCompliantPDFOnly(java.lang.Boolean value)
public PDFXParams withPDFXNoTrimBoxError(java.lang.Boolean value)
public PDFXParams withPDFXSetBleedBoxToMediaBox(java.lang.Boolean value)
public PDFXParams withPDFXTrapped(PDFXParams.PDFXTrapped value)
public PDFXParams withPDFXTrimBoxToMediaBoxOffset(Rectangle value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object