public class PageList extends ParameterType implements Serializable
Java class for PageList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PageList">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PageData" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Assembly" maxOccurs="unbounded" minOccurs="0"/>
</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="SourceTrimBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="HasBleeds" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SourceClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<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="SourceBleedBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ElementColorParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ContentListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ImageCompressionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ColorRef" 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" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Assembly> |
assembly |
protected List<String> |
assemblyIDs |
protected Object |
colorRef |
protected Object |
contentListRef |
protected Object |
elementColorParamsRef |
protected Boolean |
hasBleeds |
protected Object |
imageCompressionParamsRef |
protected Boolean |
isBlank |
protected Boolean |
isPrintable |
protected Boolean |
isTrapped |
protected String |
jobID |
protected List<PageData> |
pageData |
protected String |
pageLabelPrefix |
protected String |
pageLabelSuffix |
protected Object |
screeningParamsRef |
protected List<String> |
separationNames |
protected Rectangle |
sourceBleedBox |
protected Rectangle |
sourceClipBox |
protected Rectangle |
sourceTrimBox |
| Constructor and Description |
|---|
PageList() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssembly()
Gets the value of the assembly property.
|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
Object |
getContentListRef()
Gets the value of the contentListRef property.
|
Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
String |
getJobID()
Gets the value of the jobID property.
|
List<PageData> |
getPageData()
Gets the value of the pageData property.
|
String |
getPageLabelPrefix()
Gets the value of the pageLabelPrefix property.
|
String |
getPageLabelSuffix()
Gets the value of the pageLabelSuffix property.
|
Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
Rectangle |
getSourceBleedBox()
Gets the value of the sourceBleedBox property.
|
Rectangle |
getSourceClipBox()
Gets the value of the sourceClipBox property.
|
Rectangle |
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 |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setContentListRef(Object value)
Sets the value of the contentListRef 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 |
setPageLabelPrefix(String value)
Sets the value of the pageLabelPrefix property.
|
void |
setPageLabelSuffix(String value)
Sets the value of the pageLabelSuffix property.
|
void |
setScreeningParamsRef(Object value)
Sets the value of the screeningParamsRef property.
|
void |
setSourceBleedBox(Rectangle value)
Sets the value of the sourceBleedBox property.
|
void |
setSourceClipBox(Rectangle value)
Sets the value of the sourceClipBox property.
|
void |
setSourceTrimBox(Rectangle value)
Sets the value of the sourceTrimBox property.
|
protected Boolean isBlank
protected String jobID
protected String pageLabelSuffix
protected Rectangle sourceTrimBox
protected Boolean hasBleeds
protected Rectangle sourceClipBox
protected String pageLabelPrefix
protected Boolean isTrapped
protected Boolean isPrintable
protected Rectangle sourceBleedBox
protected Object elementColorParamsRef
protected Object contentListRef
protected Object imageCompressionParamsRef
protected Object colorRef
protected Object screeningParamsRef
public List<PageData> getPageData()
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 pageData property.
For example, to add a new item, do as follows:
getPageData().add(newItem);
Objects of the following type(s) are allowed in the list
PageData
public List<Assembly> getAssembly()
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 assembly property.
For example, to add a new item, do as follows:
getAssembly().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
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 Rectangle getSourceTrimBox()
Stringpublic void setSourceTrimBox(Rectangle 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 Boolean isHasBleeds()
Booleanpublic void setHasBleeds(Boolean value)
value - allowed object is
Booleanpublic Rectangle getSourceClipBox()
Stringpublic void setSourceClipBox(Rectangle value)
value - allowed object is
Stringpublic 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 Rectangle getSourceBleedBox()
Stringpublic void setSourceBleedBox(Rectangle value)
value - allowed object is
Stringpublic Object getElementColorParamsRef()
Objectpublic void setElementColorParamsRef(Object value)
value - allowed object is
Objectpublic Object getContentListRef()
Objectpublic void setContentListRef(Object value)
value - allowed object is
Objectpublic Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(Object value)
value - allowed object is
Objectpublic Object getColorRef()
Objectpublic void setColorRef(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 © 2013. All Rights Reserved.