public class PageList extends ParameterType implements java.io.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 java.util.List<Assembly> |
assemblies |
protected java.util.List<java.lang.String> |
assemblyIDs |
protected java.lang.Object |
colorRef |
protected java.lang.Object |
contentListRef |
protected java.lang.Object |
elementColorParamsRef |
protected java.lang.Boolean |
hasBleeds |
protected java.lang.Object |
imageCompressionParamsRef |
protected java.lang.Boolean |
isBlank |
protected java.lang.Boolean |
isPrintable |
protected java.lang.Boolean |
isTrapped |
protected java.lang.String |
jobID |
protected java.util.List<PageData> |
pageDatas |
protected java.lang.String |
pageLabelPrefix |
protected java.lang.String |
pageLabelSuffix |
protected java.lang.Object |
screeningParamsRef |
protected java.util.List<java.lang.String> |
separationNames |
protected java.lang.Double |
sourceBleedBox |
protected java.lang.Double |
sourceClipBox |
protected java.lang.Double |
sourceTrimBox |
| Constructor and Description |
|---|
PageList() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assembly> |
getAssemblies()
Gets the value of the assemblies property.
|
java.util.List<java.lang.String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
java.lang.Object |
getColorRef()
Gets the value of the colorRef property.
|
java.lang.Object |
getContentListRef()
Gets the value of the contentListRef property.
|
java.lang.Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
java.lang.Boolean |
getHasBleeds()
Gets the value of the hasBleeds property.
|
java.lang.Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
java.lang.Boolean |
getIsBlank()
Gets the value of the isBlank property.
|
java.lang.Boolean |
getIsPrintable()
Gets the value of the isPrintable property.
|
java.lang.Boolean |
getIsTrapped()
Gets the value of the isTrapped property.
|
java.lang.String |
getJobID()
Gets the value of the jobID property.
|
java.util.List<PageData> |
getPageDatas()
Gets the value of the pageDatas property.
|
java.lang.String |
getPageLabelPrefix()
Gets the value of the pageLabelPrefix property.
|
java.lang.String |
getPageLabelSuffix()
Gets the value of the pageLabelSuffix property.
|
java.lang.Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
java.util.List<java.lang.String> |
getSeparationNames()
Gets the value of the separationNames property.
|
java.lang.Double |
getSourceBleedBox()
Gets the value of the sourceBleedBox property.
|
java.lang.Double |
getSourceClipBox()
Gets the value of the sourceClipBox property.
|
java.lang.Double |
getSourceTrimBox()
Gets the value of the sourceTrimBox property.
|
void |
setColorRef(java.lang.Object value)
Sets the value of the colorRef property.
|
void |
setContentListRef(java.lang.Object value)
Sets the value of the contentListRef property.
|
void |
setElementColorParamsRef(java.lang.Object value)
Sets the value of the elementColorParamsRef property.
|
void |
setHasBleeds(java.lang.Boolean value)
Sets the value of the hasBleeds property.
|
void |
setImageCompressionParamsRef(java.lang.Object value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setIsBlank(java.lang.Boolean value)
Sets the value of the isBlank property.
|
void |
setIsPrintable(java.lang.Boolean value)
Sets the value of the isPrintable property.
|
void |
setIsTrapped(java.lang.Boolean value)
Sets the value of the isTrapped property.
|
void |
setJobID(java.lang.String value)
Sets the value of the jobID property.
|
void |
setPageLabelPrefix(java.lang.String value)
Sets the value of the pageLabelPrefix property.
|
void |
setPageLabelSuffix(java.lang.String value)
Sets the value of the pageLabelSuffix property.
|
void |
setScreeningParamsRef(java.lang.Object value)
Sets the value of the screeningParamsRef property.
|
void |
setSourceBleedBox(java.lang.Double value)
Sets the value of the sourceBleedBox property.
|
void |
setSourceClipBox(java.lang.Double value)
Sets the value of the sourceClipBox property.
|
void |
setSourceTrimBox(java.lang.Double value)
Sets the value of the sourceTrimBox property.
|
protected java.util.List<Assembly> assemblies
protected java.util.List<PageData> pageDatas
protected java.lang.Boolean isBlank
protected java.lang.String jobID
protected java.lang.String pageLabelSuffix
protected java.lang.Double sourceTrimBox
protected java.util.List<java.lang.String> assemblyIDs
protected java.lang.Boolean hasBleeds
protected java.lang.Double sourceClipBox
protected java.lang.String pageLabelPrefix
protected java.lang.Boolean isTrapped
protected java.lang.Boolean isPrintable
protected java.lang.Double sourceBleedBox
protected java.lang.Object elementColorParamsRef
protected java.lang.Object contentListRef
protected java.lang.Object imageCompressionParamsRef
protected java.lang.Object colorRef
protected java.lang.Object screeningParamsRef
protected java.util.List<java.lang.String> separationNames
public java.util.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 java.util.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 java.lang.Boolean getIsBlank()
Booleanpublic void setIsBlank(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getJobID()
Stringpublic void setJobID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageLabelSuffix()
Stringpublic void setPageLabelSuffix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getSourceTrimBox()
Doublepublic void setSourceTrimBox(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.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 java.lang.Boolean getHasBleeds()
Booleanpublic void setHasBleeds(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getSourceClipBox()
Doublepublic void setSourceClipBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPageLabelPrefix()
Stringpublic void setPageLabelPrefix(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getIsTrapped()
Booleanpublic void setIsTrapped(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getIsPrintable()
Booleanpublic void setIsPrintable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getSourceBleedBox()
Doublepublic void setSourceBleedBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Object getElementColorParamsRef()
Objectpublic void setElementColorParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getContentListRef()
Objectpublic void setContentListRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getImageCompressionParamsRef()
Objectpublic void setImageCompressionParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getColorRef()
Objectpublic void setColorRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getScreeningParamsRef()
Objectpublic void setScreeningParamsRef(java.lang.Object value)
value - allowed object is
Objectpublic java.util.List<java.lang.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.