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>
<choice>
<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"/>
</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="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> |
assemblies |
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> |
pageDatas |
protected String |
pageLabelPrefix |
protected String |
pageLabelSuffix |
protected Object |
screeningParamsRef |
protected List<String> |
separationNames |
protected Double |
sourceBleedBox |
protected Double |
sourceClipBox |
protected Double |
sourceTrimBox |
| Constructor and Description |
|---|
PageList() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssemblies()
Gets the value of the assemblies 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> |
getPageDatas()
Gets the value of the pageDatas 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.
|
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 |
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(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 Boolean isBlank
protected String jobID
protected String pageLabelSuffix
protected Double sourceTrimBox
protected Boolean hasBleeds
protected Double sourceClipBox
protected String pageLabelPrefix
protected Boolean isTrapped
protected Boolean isPrintable
protected Double sourceBleedBox
protected Object elementColorParamsRef
protected Object contentListRef
protected Object imageCompressionParamsRef
protected Object colorRef
protected Object screeningParamsRef
public List<Assembly> getAssemblies()
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 assemblies property.
For example, to add a new item, do as follows:
getAssemblies().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
public List<PageData> getPageDatas()
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 pageDatas property.
For example, to add a new item, do as follows:
getPageDatas().add(newItem);
Objects of the following type(s) are allowed in the list
PageData
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 Double getSourceTrimBox()
Doublepublic void setSourceTrimBox(Double value)
value - allowed object is
Doublepublic 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 Double getSourceClipBox()
Doublepublic void setSourceClipBox(Double value)
value - allowed object is
Doublepublic 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 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 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 © 2012. All Rights Reserved.