@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class MarkObject 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}CIELABMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorControlStrip" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CutMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DensityMeasuringField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DynamicField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FillMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JobField" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkActivation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegisterMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScavengerArea" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" />
<attribute name="BinderySignatureIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ClipBoxFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ClipBoxTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="CompensationCTMFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CompensationCTMTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ContentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="HalfTonePhaseOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="LogicalStackOrd" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Ord" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="OrdID" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SourceClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="TrimClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="TrimCTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MarkObject() |
| 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) |
Anchor |
getAnchor()
Gets the value of the anchor property.
|
List<String> |
getBinderySignatureIDs()
Gets the value of the binderySignatureIDs property.
|
List<CIELABMeasuringField> |
getCIELABMeasuringField()
Gets the value of the cielabMeasuringField property.
|
Rectangle |
getClipBox()
Gets the value of the clipBox property.
|
String |
getClipBoxFormat()
Gets the value of the clipBoxFormat property.
|
String |
getClipBoxTemplate()
Gets the value of the clipBoxTemplate property.
|
String |
getClipPath()
Gets the value of the clipPath property.
|
List<ColorControlStrip> |
getColorControlStrip()
Gets the value of the colorControlStrip property.
|
String |
getCompensationCTMFormat()
Gets the value of the compensationCTMFormat property.
|
String |
getCompensationCTMTemplate()
Gets the value of the compensationCTMTemplate property.
|
Object |
getContentRef()
Gets the value of the contentRef property.
|
Matrix |
getCTM()
Gets the value of the ctm property.
|
List<CutMark> |
getCutMark()
Gets the value of the cutMark property.
|
List<DensityMeasuringField> |
getDensityMeasuringField()
Gets the value of the densityMeasuringField property.
|
DeviceMark |
getDeviceMark()
Gets the value of the deviceMark property.
|
List<DynamicField> |
getDynamicField()
Gets the value of the dynamicField property.
|
List<FillMark> |
getFillMark()
Gets the value of the fillMark property.
|
List<FitPolicy> |
getFitPolicy()
Gets the value of the fitPolicy property.
|
XYPair |
getHalfTonePhaseOrigin()
Gets the value of the halfTonePhaseOrigin property.
|
JobField |
getJobField()
Gets the value of the jobField property.
|
Integer |
getLogicalStackOrd()
Gets the value of the logicalStackOrd property.
|
List<MarkActivation> |
getMarkActivation()
Gets the value of the markActivation property.
|
Integer |
getOrd()
Gets the value of the ord property.
|
Integer |
getOrdID()
Gets the value of the ordID property.
|
RefAnchor |
getRefAnchor()
Gets the value of the refAnchor property.
|
List<RegisterMark> |
getRegisterMark()
Gets the value of the registerMark property.
|
List<ScavengerArea> |
getScavengerArea()
Gets the value of the scavengerArea property.
|
String |
getSourceClipPath()
Gets the value of the sourceClipPath property.
|
String |
getTrimClipPath()
Gets the value of the trimClipPath property.
|
Matrix |
getTrimCTM()
Gets the value of the trimCTM property.
|
XYPair |
getTrimSize()
Gets the value of the trimSize property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAnchor(Anchor value)
Sets the value of the anchor property.
|
void |
setClipBox(Rectangle value)
Sets the value of the clipBox property.
|
void |
setClipBoxFormat(String value)
Sets the value of the clipBoxFormat property.
|
void |
setClipBoxTemplate(String value)
Sets the value of the clipBoxTemplate property.
|
void |
setClipPath(String value)
Sets the value of the clipPath property.
|
void |
setCompensationCTMFormat(String value)
Sets the value of the compensationCTMFormat property.
|
void |
setCompensationCTMTemplate(String value)
Sets the value of the compensationCTMTemplate property.
|
void |
setContentRef(Object value)
Sets the value of the contentRef property.
|
void |
setCTM(Matrix value)
Sets the value of the ctm property.
|
void |
setDeviceMark(DeviceMark value)
Sets the value of the deviceMark property.
|
void |
setHalfTonePhaseOrigin(XYPair value)
Sets the value of the halfTonePhaseOrigin property.
|
void |
setJobField(JobField value)
Sets the value of the jobField property.
|
void |
setLogicalStackOrd(Integer value)
Sets the value of the logicalStackOrd property.
|
void |
setOrd(Integer value)
Sets the value of the ord property.
|
void |
setOrdID(Integer value)
Sets the value of the ordID property.
|
void |
setRefAnchor(RefAnchor value)
Sets the value of the refAnchor property.
|
void |
setSourceClipPath(String value)
Sets the value of the sourceClipPath property.
|
void |
setTrimClipPath(String value)
Sets the value of the trimClipPath property.
|
void |
setTrimCTM(Matrix value)
Sets the value of the trimCTM property.
|
void |
setTrimSize(XYPair value)
Sets the value of the trimSize property.
|
MarkObject |
withAnchor(Anchor value) |
MarkObject |
withBinderySignatureIDs(Collection<String> values) |
MarkObject |
withBinderySignatureIDs(String... values) |
MarkObject |
withCIELABMeasuringField(CIELABMeasuringField... values) |
MarkObject |
withCIELABMeasuringField(Collection<CIELABMeasuringField> values) |
MarkObject |
withClipBox(Rectangle value) |
MarkObject |
withClipBoxFormat(String value) |
MarkObject |
withClipBoxTemplate(String value) |
MarkObject |
withClipPath(String value) |
MarkObject |
withColorControlStrip(Collection<ColorControlStrip> values) |
MarkObject |
withColorControlStrip(ColorControlStrip... values) |
MarkObject |
withCompensationCTMFormat(String value) |
MarkObject |
withCompensationCTMTemplate(String value) |
MarkObject |
withContentRef(Object value) |
MarkObject |
withCTM(Matrix value) |
MarkObject |
withCutMark(Collection<CutMark> values) |
MarkObject |
withCutMark(CutMark... values) |
MarkObject |
withDensityMeasuringField(Collection<DensityMeasuringField> values) |
MarkObject |
withDensityMeasuringField(DensityMeasuringField... values) |
MarkObject |
withDeviceMark(DeviceMark value) |
MarkObject |
withDynamicField(Collection<DynamicField> values) |
MarkObject |
withDynamicField(DynamicField... values) |
MarkObject |
withFillMark(Collection<FillMark> values) |
MarkObject |
withFillMark(FillMark... values) |
MarkObject |
withFitPolicy(Collection<FitPolicy> values) |
MarkObject |
withFitPolicy(FitPolicy... values) |
MarkObject |
withHalfTonePhaseOrigin(XYPair value) |
MarkObject |
withJobField(JobField value) |
MarkObject |
withLogicalStackOrd(Integer value) |
MarkObject |
withMarkActivation(Collection<MarkActivation> values) |
MarkObject |
withMarkActivation(MarkActivation... values) |
MarkObject |
withOrd(Integer value) |
MarkObject |
withOrdID(Integer value) |
MarkObject |
withRefAnchor(RefAnchor value) |
MarkObject |
withRegisterMark(Collection<RegisterMark> values) |
MarkObject |
withRegisterMark(RegisterMark... values) |
MarkObject |
withScavengerArea(Collection<ScavengerArea> values) |
MarkObject |
withScavengerArea(ScavengerArea... values) |
MarkObject |
withSourceClipPath(String value) |
MarkObject |
withTrimClipPath(String value) |
MarkObject |
withTrimCTM(Matrix value) |
MarkObject |
withTrimSize(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<CIELABMeasuringField> cielabMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ColorControlStrip> colorControlStrip
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<CutMark> cutMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<DensityMeasuringField> densityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected DeviceMark deviceMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<DynamicField> dynamicField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<FitPolicy> fitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<FillMark> fillMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected JobField jobField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<MarkActivation> markActivation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected RefAnchor refAnchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<RegisterMark> registerMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<ScavengerArea> scavengerArea
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Anchor anchor
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<String> binderySignatureIDs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Rectangle clipBox
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String clipBoxFormat
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String clipBoxTemplate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String clipPath
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String compensationCTMFormat
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String compensationCTMTemplate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Object contentRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Matrix ctm
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair halfTonePhaseOrigin
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer logicalStackOrd
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer ord
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Integer ordID
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String sourceClipPath
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected String trimClipPath
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected Matrix trimCTM
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected XYPair trimSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<CIELABMeasuringField> getCIELABMeasuringField()
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 cielabMeasuringField property.
For example, to add a new item, do as follows:
getCIELABMeasuringField().add(newItem);
Objects of the following type(s) are allowed in the list
CIELABMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<ColorControlStrip> getColorControlStrip()
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 colorControlStrip property.
For example, to add a new item, do as follows:
getColorControlStrip().add(newItem);
Objects of the following type(s) are allowed in the list
ColorControlStrip
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<CutMark> getCutMark()
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 cutMark property.
For example, to add a new item, do as follows:
getCutMark().add(newItem);
Objects of the following type(s) are allowed in the list
CutMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<DensityMeasuringField> getDensityMeasuringField()
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 densityMeasuringField property.
For example, to add a new item, do as follows:
getDensityMeasuringField().add(newItem);
Objects of the following type(s) are allowed in the list
DensityMeasuringField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public DeviceMark getDeviceMark()
DeviceMark@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setDeviceMark(DeviceMark value)
value - allowed object is
DeviceMark@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<DynamicField> getDynamicField()
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 dynamicField property.
For example, to add a new item, do as follows:
getDynamicField().add(newItem);
Objects of the following type(s) are allowed in the list
DynamicField
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<FitPolicy> getFitPolicy()
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 fitPolicy property.
For example, to add a new item, do as follows:
getFitPolicy().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<FillMark> getFillMark()
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 fillMark property.
For example, to add a new item, do as follows:
getFillMark().add(newItem);
Objects of the following type(s) are allowed in the list
FillMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public JobField getJobField()
JobField@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setJobField(JobField value)
value - allowed object is
JobField@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<MarkActivation> getMarkActivation()
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 markActivation property.
For example, to add a new item, do as follows:
getMarkActivation().add(newItem);
Objects of the following type(s) are allowed in the list
MarkActivation
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public RefAnchor getRefAnchor()
RefAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setRefAnchor(RefAnchor value)
value - allowed object is
RefAnchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<RegisterMark> getRegisterMark()
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 registerMark property.
For example, to add a new item, do as follows:
getRegisterMark().add(newItem);
Objects of the following type(s) are allowed in the list
RegisterMark
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<ScavengerArea> getScavengerArea()
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 scavengerArea property.
For example, to add a new item, do as follows:
getScavengerArea().add(newItem);
Objects of the following type(s) are allowed in the list
ScavengerArea
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Anchor getAnchor()
Anchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setAnchor(Anchor value)
value - allowed object is
Anchor@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<String> getBinderySignatureIDs()
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 binderySignatureIDs property.
For example, to add a new item, do as follows:
getBinderySignatureIDs().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 Rectangle getClipBox()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setClipBox(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 String getClipBoxFormat()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setClipBoxFormat(String 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 String getClipBoxTemplate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setClipBoxTemplate(String 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 String getClipPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setClipPath(String 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 String getCompensationCTMFormat()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCompensationCTMFormat(String 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 String getCompensationCTMTemplate()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCompensationCTMTemplate(String 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 Object getContentRef()
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setContentRef(Object value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Matrix getCTM()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setCTM(Matrix 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 XYPair getHalfTonePhaseOrigin()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setHalfTonePhaseOrigin(XYPair 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 Integer getLogicalStackOrd()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setLogicalStackOrd(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getOrd()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOrd(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public Integer getOrdID()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setOrdID(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public String getSourceClipPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setSourceClipPath(String 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 String getTrimClipPath()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTrimClipPath(String 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 Matrix getTrimCTM()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTrimCTM(Matrix 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 XYPair getTrimSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setTrimSize(XYPair 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 MarkObject withCIELABMeasuringField(CIELABMeasuringField... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCIELABMeasuringField(Collection<CIELABMeasuringField> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withColorControlStrip(ColorControlStrip... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withColorControlStrip(Collection<ColorControlStrip> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCutMark(CutMark... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCutMark(Collection<CutMark> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withDensityMeasuringField(DensityMeasuringField... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withDensityMeasuringField(Collection<DensityMeasuringField> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withDeviceMark(DeviceMark value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withDynamicField(DynamicField... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withDynamicField(Collection<DynamicField> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withFitPolicy(FitPolicy... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withFitPolicy(Collection<FitPolicy> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withFillMark(FillMark... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withFillMark(Collection<FillMark> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withJobField(JobField value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withMarkActivation(MarkActivation... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withMarkActivation(Collection<MarkActivation> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withRefAnchor(RefAnchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withRegisterMark(RegisterMark... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withRegisterMark(Collection<RegisterMark> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withScavengerArea(ScavengerArea... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withScavengerArea(Collection<ScavengerArea> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withAnchor(Anchor value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withBinderySignatureIDs(String... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withBinderySignatureIDs(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 MarkObject withClipBox(Rectangle value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withClipBoxFormat(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withClipBoxTemplate(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withClipPath(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCompensationCTMFormat(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCompensationCTMTemplate(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withContentRef(Object value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withCTM(Matrix value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withHalfTonePhaseOrigin(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withLogicalStackOrd(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withOrd(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withOrdID(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withSourceClipPath(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withTrimClipPath(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withTrimCTM(Matrix value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public MarkObject withTrimSize(XYPair 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.