public class PageData 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">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PageElement" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="IsBlank" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="PageLabelSuffix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FoldOutPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="SourceTrimBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="CatalogDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PageLabel" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PageStatus" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="CatalogID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="HasBleeds" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PageFormat" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SourceClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="PageIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="PageLabelPrefix" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="IsTrapped" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="IsPrintable" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ProductID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="SourceBleedBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ElementColorParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ImageCompressionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ScreeningParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SeparationNames" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assemblyIDs |
protected String |
catalogDetails |
protected String |
catalogID |
protected Object |
elementColorParamsRef |
protected List<Integer> |
foldOutPages |
protected Boolean |
hasBleeds |
protected Object |
imageCompressionParamsRef |
protected Boolean |
isBlank |
protected Boolean |
isPrintable |
protected Boolean |
isTrapped |
protected String |
jobID |
protected List<PageElement> |
pageElements |
protected String |
pageFormat |
protected Integer |
pageIndex |
protected String |
pageLabel |
protected String |
pageLabelPrefix |
protected String |
pageLabelSuffix |
protected String |
pageStatus |
protected String |
productID |
protected Object |
screeningParamsRef |
protected List<String> |
separationNames |
protected Double |
sourceBleedBox |
protected Double |
sourceClipBox |
protected Double |
sourceTrimBox |
| Constructor and Description |
|---|
PageData() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
String |
getCatalogDetails()
Gets the value of the catalogDetails property.
|
String |
getCatalogID()
Gets the value of the catalogID property.
|
Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
List<Integer> |
getFoldOutPages()
Gets the value of the foldOutPages property.
|
Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
String |
getJobID()
Gets the value of the jobID property.
|
List<PageElement> |
getPageElements()
Gets the value of the pageElements property.
|
String |
getPageFormat()
Gets the value of the pageFormat property.
|
Integer |
getPageIndex()
Gets the value of the pageIndex property.
|
String |
getPageLabel()
Gets the value of the pageLabel property.
|
String |
getPageLabelPrefix()
Gets the value of the pageLabelPrefix property.
|
String |
getPageLabelSuffix()
Gets the value of the pageLabelSuffix property.
|
String |
getPageStatus()
Gets the value of the pageStatus property.
|
String |
getProductID()
Gets the value of the productID property.
|
Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
Double |
getSourceBleedBox()
Gets the value of the sourceBleedBox property.
|
Double |
getSourceClipBox()
Gets the value of the sourceClipBox property.
|
Double |
getSourceTrimBox()
Gets the value of the sourceTrimBox property.
|
Boolean |
isHasBleeds()
Gets the value of the hasBleeds property.
|
Boolean |
isIsBlank()
Gets the value of the isBlank property.
|
Boolean |
isIsPrintable()
Gets the value of the isPrintable property.
|
Boolean |
isIsTrapped()
Gets the value of the isTrapped property.
|
void |
setCatalogDetails(String value)
Sets the value of the catalogDetails property.
|
void |
setCatalogID(String value)
Sets the value of the catalogID property.
|
void |
setElementColorParamsRef(Object value)
Sets the value of the elementColorParamsRef property.
|
void |
setHasBleeds(Boolean value)
Sets the value of the hasBleeds property.
|
void |
setImageCompressionParamsRef(Object value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setIsBlank(Boolean value)
Sets the value of the isBlank property.
|
void |
setIsPrintable(Boolean value)
Sets the value of the isPrintable property.
|
void |
setIsTrapped(Boolean value)
Sets the value of the isTrapped property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setPageFormat(String value)
Sets the value of the pageFormat property.
|
void |
setPageIndex(Integer value)
Sets the value of the pageIndex property.
|
void |
setPageLabel(String value)
Sets the value of the pageLabel property.
|
void |
setPageLabelPrefix(String value)
Sets the value of the pageLabelPrefix property.
|
void |
setPageLabelSuffix(String value)
Sets the value of the pageLabelSuffix property.
|
void |
setPageStatus(String value)
Sets the value of the pageStatus property.
|
void |
setProductID(String value)
Sets the value of the productID property.
|
void |
setScreeningParamsRef(Object value)
Sets the value of the screeningParamsRef property.
|
void |
setSourceBleedBox(Double value)
Sets the value of the sourceBleedBox property.
|
void |
setSourceClipBox(Double value)
Sets the value of the sourceClipBox property.
|
void |
setSourceTrimBox(Double value)
Sets the value of the sourceTrimBox property.
|
protected List<PageElement> pageElements
protected Boolean isBlank
protected String jobID
protected String pageLabelSuffix
protected Double sourceTrimBox
protected String catalogDetails
protected String pageLabel
protected String pageStatus
protected String catalogID
protected Boolean hasBleeds
protected String pageFormat
protected Double sourceClipBox
protected Integer pageIndex
protected String pageLabelPrefix
protected Boolean isTrapped
protected Boolean isPrintable
protected String productID
protected Double sourceBleedBox
protected Object elementColorParamsRef
protected Object imageCompressionParamsRef
protected Object screeningParamsRef
public List<PageElement> getPageElements()
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 pageElements property.
For example, to add a new item, do as follows:
getPageElements().add(newItem);
Objects of the following type(s) are allowed in the list
PageElement
public Boolean isIsBlank()
Booleanpublic void setIsBlank(Boolean value)
value - allowed object is
Booleanpublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic String getPageLabelSuffix()
Stringpublic void setPageLabelSuffix(String value)
value - allowed object is
Stringpublic List<Integer> getFoldOutPages()
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 foldOutPages property.
For example, to add a new item, do as follows:
getFoldOutPages().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public Double getSourceTrimBox()
Doublepublic void setSourceTrimBox(Double value)
value - allowed object is
Doublepublic String getCatalogDetails()
Stringpublic void setCatalogDetails(String value)
value - allowed object is
Stringpublic String getPageLabel()
Stringpublic void setPageLabel(String value)
value - allowed object is
Stringpublic String getPageStatus()
Stringpublic void setPageStatus(String value)
value - allowed object is
Stringpublic List<String> getAssemblyIDs()
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 assemblyIDs property.
For example, to add a new item, do as follows:
getAssemblyIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getCatalogID()
Stringpublic void setCatalogID(String value)
value - allowed object is
Stringpublic Boolean isHasBleeds()
Booleanpublic void setHasBleeds(Boolean value)
value - allowed object is
Booleanpublic String getPageFormat()
Stringpublic void setPageFormat(String value)
value - allowed object is
Stringpublic Double getSourceClipBox()
Doublepublic void setSourceClipBox(Double value)
value - allowed object is
Doublepublic Integer getPageIndex()
Integerpublic void setPageIndex(Integer value)
value - allowed object is
Integerpublic String getPageLabelPrefix()
Stringpublic void setPageLabelPrefix(String value)
value - allowed object is
Stringpublic Boolean isIsTrapped()
Booleanpublic void setIsTrapped(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsPrintable()
Booleanpublic void setIsPrintable(Boolean value)
value - allowed object is
Booleanpublic String getProductID()
Stringpublic void setProductID(String value)
value - allowed object is
Stringpublic Double getSourceBleedBox()
Doublepublic void setSourceBleedBox(Double value)
value - allowed object is
Doublepublic Object getElementColorParamsRef()
Objectpublic void setElementColorParamsRef(Object value)
value - allowed object is
Objectpublic Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(Object value)
value - allowed object is
Objectpublic Object getScreeningParamsRef()
Objectpublic void setScreeningParamsRef(Object value)
value - allowed object is
Objectpublic List<String> getSeparationNames()
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 separationNames property.
For example, to add a new item, do as follows:
getSeparationNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.