public class MarkObject extends PlacedObject implements Serializable
Java class for MarkObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkObject">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}PlacedObject">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ScavengerArea" 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}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}JobField" maxOccurs="unbounded" 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}DynamicField" 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}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkActivation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CompensationCTMTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TrimClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="OrdID" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="LogicalStackOrd" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAnchor" />
<attribute name="ClipBoxFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="TrimCTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="LayerID" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SourceClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<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="ContentRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="Ord" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HalfTonePhaseOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CompensationCTMFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="IdentificationFieldRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
ctm| Constructor and Description |
|---|
MarkObject() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor 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.
|
List<CutMark> |
getCutMark()
Gets the value of the cutMark property.
|
List<DensityMeasuringField> |
getDensityMeasuringField()
Gets the value of the densityMeasuringField property.
|
List<DeviceMark> |
getDeviceMark()
Gets the value of the deviceMark property.
|
List<DynamicField> |
getDynamicField()
Gets the value of the dynamicField property.
|
XYPair |
getHalfTonePhaseOrigin()
Gets the value of the halfTonePhaseOrigin property.
|
Object |
getIdentificationFieldRef()
Gets the value of the identificationFieldRef property.
|
List<JobField> |
getJobField()
Gets the value of the jobField property.
|
Integer |
getLayerID()
Gets the value of the layerID 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.
|
List<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.
|
void |
setAnchor(EnumAnchor 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 |
setHalfTonePhaseOrigin(XYPair value)
Sets the value of the halfTonePhaseOrigin property.
|
void |
setIdentificationFieldRef(Object value)
Sets the value of the identificationFieldRef property.
|
void |
setLayerID(Integer value)
Sets the value of the layerID 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 |
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.
|
getCTM, setCTMprotected List<ScavengerArea> scavengerArea
protected List<DensityMeasuringField> densityMeasuringField
protected List<CIELABMeasuringField> cielabMeasuringField
protected List<ColorControlStrip> colorControlStrip
protected List<RegisterMark> registerMark
protected List<DynamicField> dynamicField
protected List<DeviceMark> deviceMark
protected List<MarkActivation> markActivation
protected String compensationCTMTemplate
protected String trimClipPath
protected Rectangle clipBox
protected Integer ordID
protected Integer logicalStackOrd
protected EnumAnchor anchor
protected String clipBoxFormat
protected Matrix trimCTM
protected Integer layerID
protected String sourceClipPath
protected String clipBoxTemplate
protected String clipPath
protected Object contentRef
protected Integer ord
protected XYPair trimSize
protected XYPair halfTonePhaseOrigin
protected String compensationCTMFormat
protected Object identificationFieldRef
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
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
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
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
public List<JobField> getJobField()
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 jobField property.
For example, to add a new item, do as follows:
getJobField().add(newItem);
Objects of the following type(s) are allowed in the list
JobField
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
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
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
public List<DeviceMark> getDeviceMark()
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 deviceMark property.
For example, to add a new item, do as follows:
getDeviceMark().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public List<RefAnchor> getRefAnchor()
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 refAnchor property.
For example, to add a new item, do as follows:
getRefAnchor().add(newItem);
Objects of the following type(s) are allowed in the list
RefAnchor
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
public String getCompensationCTMTemplate()
Stringpublic void setCompensationCTMTemplate(String value)
value - allowed object is
Stringpublic String getTrimClipPath()
Stringpublic void setTrimClipPath(String value)
value - allowed object is
Stringpublic Rectangle getClipBox()
Stringpublic void setClipBox(Rectangle value)
value - allowed object is
Stringpublic Integer getOrdID()
Integerpublic void setOrdID(Integer value)
value - allowed object is
Integerpublic Integer getLogicalStackOrd()
Integerpublic void setLogicalStackOrd(Integer value)
value - allowed object is
Integerpublic EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic String getClipBoxFormat()
Stringpublic void setClipBoxFormat(String value)
value - allowed object is
Stringpublic Matrix getTrimCTM()
Stringpublic void setTrimCTM(Matrix value)
value - allowed object is
Stringpublic Integer getLayerID()
Integerpublic void setLayerID(Integer value)
value - allowed object is
Integerpublic String getSourceClipPath()
Stringpublic void setSourceClipPath(String value)
value - allowed object is
Stringpublic String getClipBoxTemplate()
Stringpublic void setClipBoxTemplate(String value)
value - allowed object is
Stringpublic String getClipPath()
Stringpublic void setClipPath(String value)
value - allowed object is
Stringpublic Object getContentRef()
Objectpublic void setContentRef(Object value)
value - allowed object is
Objectpublic Integer getOrd()
Integerpublic void setOrd(Integer value)
value - allowed object is
Integerpublic XYPair getTrimSize()
Stringpublic void setTrimSize(XYPair value)
value - allowed object is
Stringpublic XYPair getHalfTonePhaseOrigin()
Stringpublic void setHalfTonePhaseOrigin(XYPair value)
value - allowed object is
Stringpublic String getCompensationCTMFormat()
Stringpublic void setCompensationCTMFormat(String value)
value - allowed object is
Stringpublic Object getIdentificationFieldRef()
ObjectCopyright © 2013. All Rights Reserved.