public class ContentObject
extends java.lang.Object
implements java.io.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 java.lang.Double |
clipBox |
protected java.lang.String |
clipBoxFormat |
protected java.lang.String |
clipBoxTemplate |
protected java.lang.String |
clipPath |
protected java.lang.String |
compensationCTMFormat |
protected java.lang.String |
compensationCTMTemplate |
protected java.util.List<java.lang.Double> |
ctms |
protected java.lang.Integer |
docOrd |
protected java.util.List<java.lang.Double> |
halfTonePhaseOrigins |
protected java.lang.Integer |
layerID |
protected java.lang.Integer |
logicalStackOrd |
protected java.lang.Integer |
ord |
protected java.lang.String |
ordExpression |
protected java.lang.Integer |
ordID |
protected java.lang.Integer |
setOrd |
protected java.lang.String |
sourceClipPath |
protected java.lang.String |
trimClipPath |
protected java.util.List<java.lang.Double> |
trimCTMs |
protected java.util.List<java.lang.Double> |
trimSizes |
| Constructor and Description |
|---|
ContentObject() |
| Modifier and Type | Method and Description |
|---|---|
EnumAnchor |
getAnchor()
Gets the value of the anchor property.
|
java.lang.Double |
getClipBox()
Gets the value of the clipBox property.
|
java.lang.String |
getClipBoxFormat()
Gets the value of the clipBoxFormat property.
|
java.lang.String |
getClipBoxTemplate()
Gets the value of the clipBoxTemplate property.
|
java.lang.String |
getClipPath()
Gets the value of the clipPath property.
|
java.lang.String |
getCompensationCTMFormat()
Gets the value of the compensationCTMFormat property.
|
java.lang.String |
getCompensationCTMTemplate()
Gets the value of the compensationCTMTemplate property.
|
java.util.List<java.lang.Double> |
getCTMS()
Gets the value of the ctms property.
|
java.lang.Integer |
getDocOrd()
Gets the value of the docOrd property.
|
java.util.List<java.lang.Double> |
getHalfTonePhaseOrigins()
Gets the value of the halfTonePhaseOrigins property.
|
java.lang.Integer |
getLayerID()
Gets the value of the layerID property.
|
java.lang.Integer |
getLogicalStackOrd()
Gets the value of the logicalStackOrd property.
|
java.lang.Integer |
getOrd()
Gets the value of the ord property.
|
java.lang.String |
getOrdExpression()
Gets the value of the ordExpression property.
|
java.lang.Integer |
getOrdID()
Gets the value of the ordID property.
|
java.lang.Integer |
getSetOrd()
Gets the value of the setOrd property.
|
java.lang.String |
getSourceClipPath()
Gets the value of the sourceClipPath property.
|
java.lang.String |
getTrimClipPath()
Gets the value of the trimClipPath property.
|
java.util.List<java.lang.Double> |
getTrimCTMs()
Gets the value of the trimCTMs property.
|
java.util.List<java.lang.Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setAnchor(EnumAnchor value)
Sets the value of the anchor property.
|
void |
setClipBox(java.lang.Double value)
Sets the value of the clipBox property.
|
void |
setClipBoxFormat(java.lang.String value)
Sets the value of the clipBoxFormat property.
|
void |
setClipBoxTemplate(java.lang.String value)
Sets the value of the clipBoxTemplate property.
|
void |
setClipPath(java.lang.String value)
Sets the value of the clipPath property.
|
void |
setCompensationCTMFormat(java.lang.String value)
Sets the value of the compensationCTMFormat property.
|
void |
setCompensationCTMTemplate(java.lang.String value)
Sets the value of the compensationCTMTemplate property.
|
void |
setDocOrd(java.lang.Integer value)
Sets the value of the docOrd property.
|
void |
setLayerID(java.lang.Integer value)
Sets the value of the layerID property.
|
void |
setLogicalStackOrd(java.lang.Integer value)
Sets the value of the logicalStackOrd property.
|
void |
setOrd(java.lang.Integer value)
Sets the value of the ord property.
|
void |
setOrdExpression(java.lang.String value)
Sets the value of the ordExpression property.
|
void |
setOrdID(java.lang.Integer value)
Sets the value of the ordID property.
|
void |
setSetOrd(java.lang.Integer value)
Sets the value of the setOrd property.
|
void |
setSourceClipPath(java.lang.String value)
Sets the value of the sourceClipPath property.
|
void |
setTrimClipPath(java.lang.String value)
Sets the value of the trimClipPath property.
|
protected java.lang.String compensationCTMTemplate
protected java.lang.String ordExpression
protected java.lang.String trimClipPath
protected java.lang.Double clipBox
protected java.util.List<java.lang.Double> ctms
protected java.lang.Integer ordID
protected java.lang.Integer logicalStackOrd
protected EnumAnchor anchor
protected java.lang.String clipBoxFormat
protected java.util.List<java.lang.Double> trimCTMs
protected java.lang.Integer layerID
protected java.lang.String sourceClipPath
protected java.lang.String clipBoxTemplate
protected java.lang.String clipPath
protected java.lang.Integer setOrd
protected java.lang.Integer ord
protected java.lang.Integer docOrd
protected java.util.List<java.lang.Double> trimSizes
protected java.util.List<java.lang.Double> halfTonePhaseOrigins
protected java.lang.String compensationCTMFormat
public java.lang.String getCompensationCTMTemplate()
Stringpublic void setCompensationCTMTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrdExpression()
Stringpublic void setOrdExpression(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrimClipPath()
Stringpublic void setTrimClipPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getClipBox()
Doublepublic void setClipBox(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.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 java.lang.Integer getOrdID()
Integerpublic void setOrdID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLogicalStackOrd()
Integerpublic void setLogicalStackOrd(java.lang.Integer value)
value - allowed object is
Integerpublic EnumAnchor getAnchor()
EnumAnchorpublic void setAnchor(EnumAnchor value)
value - allowed object is
EnumAnchorpublic java.lang.String getClipBoxFormat()
Stringpublic void setClipBoxFormat(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Integer getLayerID()
Integerpublic void setLayerID(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSourceClipPath()
Stringpublic void setSourceClipPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClipBoxTemplate()
Stringpublic void setClipBoxTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClipPath()
Stringpublic void setClipPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getSetOrd()
Integerpublic void setSetOrd(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getOrd()
Integerpublic void setOrd(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getDocOrd()
Integerpublic void setDocOrd(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getCompensationCTMFormat()
Stringpublic void setCompensationCTMFormat(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.