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 IDREF |
colorRef |
protected IDREF |
contentListRef |
protected IDREF |
elementColorParamsRef |
protected Boolean |
hasBleeds |
protected IDREF |
imageCompressionParamsRef |
protected Boolean |
isBlank |
protected Boolean |
isPrintable |
protected Boolean |
isTrapped |
protected String |
jobID |
protected List<PageData> |
pageData |
protected String |
pageLabelPrefix |
protected String |
pageLabelSuffix |
protected IDREF |
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.
|
IDREF |
getColorRef()
Gets the value of the colorRef property.
|
IDREF |
getContentListRef()
Gets the value of the contentListRef property.
|
IDREF |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
IDREF |
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.
|
IDREF |
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(IDREF value)
Sets the value of the colorRef property.
|
void |
setContentListRef(IDREF value)
Sets the value of the contentListRef property.
|
void |
setElementColorParamsRef(IDREF value)
Sets the value of the elementColorParamsRef property.
|
void |
setHasBleeds(Boolean value)
Sets the value of the hasBleeds property.
|
void |
setImageCompressionParamsRef(IDREF 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(IDREF 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 IDREF elementColorParamsRef
protected IDREF contentListRef
protected IDREF imageCompressionParamsRef
protected IDREF colorRef
protected IDREF 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 IDREF getElementColorParamsRef()
Stringpublic void setElementColorParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getContentListRef()
Stringpublic void setContentListRef(IDREF value)
value - allowed object is
Stringpublic IDREF getImageCompressionParamsRef()
Stringpublic void setImageCompressionParamsRef(IDREF value)
value - allowed object is
Stringpublic IDREF getColorRef()
Stringpublic void setColorRef(IDREF value)
value - allowed object is
Stringpublic IDREF getScreeningParamsRef()
Stringpublic void setScreeningParamsRef(IDREF value)
value - allowed object is
Stringpublic 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 © 2014. All Rights Reserved.