public class ContentObject extends Object implements Serializable
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="CompensationCTMTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="OrdExpression" 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="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<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="SetOrd" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Ord" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="DocOrd" 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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumAnchor |
anchor |
protected Double |
clipBox |
protected String |
clipBoxFormat |
protected String |
clipBoxTemplate |
protected String |
clipPath |
protected String |
compensationCTMFormat |
protected String |
compensationCTMTemplate |
protected List<Double> |
ctms |
protected Integer |
docOrd |
protected List<Double> |
halfTonePhaseOrigins |
protected Integer |
layerID |
protected Integer |
logicalStackOrd |
protected Integer |
ord |
protected String |
ordExpression |
protected Integer |
ordID |
protected Integer |
setOrd |
protected String |
sourceClipPath |
protected String |
trimClipPath |
protected List<Double> |
trimCTMs |
protected List<Double> |
trimSizes |
| Constructor and Description |
|---|
ContentObject() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
Double |
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.
|
String |
getCompensationCTMFormat()
Gets the value of the compensationCTMFormat property.
|
String |
getCompensationCTMTemplate()
Gets the value of the compensationCTMTemplate property.
|
List<Double> |
getCTMS()
Gets the value of the ctms property.
|
Integer |
getDocOrd()
Gets the value of the docOrd property.
|
List<Double> |
getHalfTonePhaseOrigins()
Gets the value of the halfTonePhaseOrigins property.
|
Integer |
getLayerID()
Gets the value of the layerID property.
|
Integer |
getLogicalStackOrd()
Gets the value of the logicalStackOrd property.
|
Integer |
getOrd()
Gets the value of the ord property.
|
String |
getOrdExpression()
Gets the value of the ordExpression property.
|
Integer |
getOrdID()
Gets the value of the ordID property.
|
Integer |
getSetOrd()
Gets the value of the setOrd property.
|
String |
getSourceClipPath()
Gets the value of the sourceClipPath property.
|
String |
getTrimClipPath()
Gets the value of the trimClipPath property.
|
List<Double> |
getTrimCTMs()
Gets the value of the trimCTMs property.
|
List<Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setClipBox(Double 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 |
setDocOrd(Integer value)
Sets the value of the docOrd 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 |
setOrdExpression(String value)
Sets the value of the ordExpression property.
|
void |
setOrdID(Integer value)
Sets the value of the ordID property.
|
void |
setSetOrd(Integer value)
Sets the value of the setOrd property.
|
void |
setSourceClipPath(String value)
Sets the value of the sourceClipPath property.
|
void |
setTrimClipPath(String value)
Sets the value of the trimClipPath property.
|
protected String compensationCTMTemplate
protected String ordExpression
protected String trimClipPath
protected Double clipBox
protected Integer ordID
protected Integer logicalStackOrd
protected EnumAnchor anchor
protected String clipBoxFormat
protected Integer layerID
protected String sourceClipPath
protected String clipBoxTemplate
protected String clipPath
protected Integer setOrd
protected Integer ord
protected Integer docOrd
protected String compensationCTMFormat
public String getCompensationCTMTemplate()
Stringpublic void setCompensationCTMTemplate(String value)
value - allowed object is
Stringpublic String getOrdExpression()
Stringpublic void setOrdExpression(String value)
value - allowed object is
Stringpublic String getTrimClipPath()
Stringpublic void setTrimClipPath(String value)
value - allowed object is
Stringpublic Double getClipBox()
Doublepublic void setClipBox(Double value)
value - allowed object is
Doublepublic List<Double> getCTMS()
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 ctms property.
For example, to add a new item, do as follows:
getCTMS().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 List<Double> getTrimCTMs()
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 trimCTMs property.
For example, to add a new item, do as follows:
getTrimCTMs().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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 Integer getSetOrd()
Integerpublic void setSetOrd(Integer value)
value - allowed object is
Integerpublic Integer getOrd()
Integerpublic void setOrd(Integer value)
value - allowed object is
Integerpublic Integer getDocOrd()
Integerpublic void setDocOrd(Integer value)
value - allowed object is
Integerpublic List<Double> getTrimSizes()
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 trimSizes property.
For example, to add a new item, do as follows:
getTrimSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getHalfTonePhaseOrigins()
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 halfTonePhaseOrigins property.
For example, to add a new item, do as follows:
getHalfTonePhaseOrigins().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getCompensationCTMFormat()
StringCopyright © 2012. All Rights Reserved.