public class RunList extends ParameterType implements Serializable
Java class for RunList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunList">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MetadataMap" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InsertSheet" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disposition" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ByteMap" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InterpretedPDLData" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Dependencies" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Directory" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="Sets" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="SetCopies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SheetSides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LogicalPage" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NPage" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="IgnoreContext" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="Sorted" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Docs" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="EndOfSet" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PageListIndex" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="PageCopies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FirstPage" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SkipPage" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="DocNames" type="{http://www.CIP4.org/JDFSchema_2_0}NameRangeList" />
<attribute name="RunTag" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="EndOfBundleItem" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="IsPage" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SetNames" type="{http://www.CIP4.org/JDFSchema_2_0}NameRangeList" />
<attribute name="EndOfDocument" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PageNames" type="{http://www.CIP4.org/JDFSchema_2_0}NameRangeList" />
<attribute name="PageListRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="IsBlank" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="IgnorePDLCopies" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SetLevel" type="{http://www.CIP4.org/JDFSchema_2_0}XPath" />
<attribute name="SourceTrimBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="SourceMediaBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ContentDataRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="IgnorePDLImposition" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ElementType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<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="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>
| Constructor and Description |
|---|
RunList() |
| Modifier and Type | Method and Description |
|---|---|
ByteMap |
getByteMap()
Gets the value of the byteMap property.
|
String |
getClipPath()
Gets the value of the clipPath property.
|
Object |
getColorRef()
Gets the value of the colorRef property.
|
List<Object> |
getContentDataRefs()
Gets the value of the contentDataRefs property.
|
Object |
getContentListRef()
Gets the value of the contentListRef property.
|
Dependencies |
getDependencies()
Gets the value of the dependencies property.
|
String |
getDirectory()
Gets the value of the directory property.
|
Disposition |
getDisposition()
Gets the value of the disposition property.
|
String |
getDocNames()
Gets the value of the docNames property.
|
Integer |
getDocs()
Gets the value of the docs property.
|
Object |
getElementColorParamsRef()
Gets the value of the elementColorParamsRef property.
|
String |
getElementType()
Gets the value of the elementType property.
|
Boolean |
getEndOfBundleItem()
Gets the value of the endOfBundleItem property.
|
Boolean |
getEndOfDocument()
Gets the value of the endOfDocument property.
|
Boolean |
getEndOfSet()
Gets the value of the endOfSet property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
Integer |
getFirstPage()
Gets the value of the firstPage property.
|
Boolean |
getHasBleeds()
Gets the value of the hasBleeds property.
|
List<String> |
getIgnoreContexts()
Gets the value of the ignoreContexts property.
|
Boolean |
getIgnorePDLCopies()
Gets the value of the ignorePDLCopies property.
|
Boolean |
getIgnorePDLImposition()
Gets the value of the ignorePDLImposition property.
|
Object |
getImageCompressionParamsRef()
Gets the value of the imageCompressionParamsRef property.
|
InsertSheet |
getInsertSheet()
Gets the value of the insertSheet property.
|
InterpretedPDLData |
getInterpretedPDLData()
Gets the value of the interpretedPDLData property.
|
Boolean |
getIsBlank()
Gets the value of the isBlank property.
|
Boolean |
getIsPage()
Gets the value of the isPage property.
|
Boolean |
getIsPrintable()
Gets the value of the isPrintable property.
|
Boolean |
getIsTrapped()
Gets the value of the isTrapped property.
|
Integer |
getLogicalPage()
Gets the value of the logicalPage property.
|
MetadataMap |
getMetadataMap()
Gets the value of the metadataMap property.
|
Integer |
getNPage()
Gets the value of the nPage property.
|
Integer |
getPageCopies()
Gets the value of the pageCopies property.
|
Integer |
getPageListIndex()
Gets the value of the pageListIndex property.
|
Object |
getPageListRef()
Gets the value of the pageListRef property.
|
String |
getPageNames()
Gets the value of the pageNames property.
|
Integer |
getPages()
Gets the value of the pages property.
|
String |
getRunTag()
Gets the value of the runTag property.
|
Object |
getScreeningParamsRef()
Gets the value of the screeningParamsRef property.
|
List<String> |
getSeparationNames()
Gets the value of the separationNames property.
|
Integer |
getSetCopies()
Gets the value of the setCopies property.
|
String |
getSetLevel()
Gets the value of the setLevel property.
|
String |
getSetNames()
Gets the value of the setNames property.
|
Integer |
getSets()
Gets the value of the sets property.
|
String |
getSheetSides()
Gets the value of the sheetSides property.
|
Integer |
getSkipPage()
Gets the value of the skipPage property.
|
Boolean |
getSorted()
Gets the value of the sorted property.
|
Double |
getSourceBleedBox()
Gets the value of the sourceBleedBox property.
|
Double |
getSourceClipBox()
Gets the value of the sourceClipBox property.
|
Double |
getSourceMediaBox()
Gets the value of the sourceMediaBox property.
|
Double |
getSourceTrimBox()
Gets the value of the sourceTrimBox property.
|
void |
setByteMap(ByteMap value)
Sets the value of the byteMap property.
|
void |
setClipPath(String value)
Sets the value of the clipPath property.
|
void |
setColorRef(Object value)
Sets the value of the colorRef property.
|
void |
setContentListRef(Object value)
Sets the value of the contentListRef property.
|
void |
setDependencies(Dependencies value)
Sets the value of the dependencies property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setDisposition(Disposition value)
Sets the value of the disposition property.
|
void |
setDocNames(String value)
Sets the value of the docNames property.
|
void |
setDocs(Integer value)
Sets the value of the docs property.
|
void |
setElementColorParamsRef(Object value)
Sets the value of the elementColorParamsRef property.
|
void |
setElementType(String value)
Sets the value of the elementType property.
|
void |
setEndOfBundleItem(Boolean value)
Sets the value of the endOfBundleItem property.
|
void |
setEndOfDocument(Boolean value)
Sets the value of the endOfDocument property.
|
void |
setEndOfSet(Boolean value)
Sets the value of the endOfSet property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setFirstPage(Integer value)
Sets the value of the firstPage property.
|
void |
setHasBleeds(Boolean value)
Sets the value of the hasBleeds property.
|
void |
setIgnorePDLCopies(Boolean value)
Sets the value of the ignorePDLCopies property.
|
void |
setIgnorePDLImposition(Boolean value)
Sets the value of the ignorePDLImposition property.
|
void |
setImageCompressionParamsRef(Object value)
Sets the value of the imageCompressionParamsRef property.
|
void |
setInsertSheet(InsertSheet value)
Sets the value of the insertSheet property.
|
void |
setInterpretedPDLData(InterpretedPDLData value)
Sets the value of the interpretedPDLData property.
|
void |
setIsBlank(Boolean value)
Sets the value of the isBlank property.
|
void |
setIsPage(Boolean value)
Sets the value of the isPage property.
|
void |
setIsPrintable(Boolean value)
Sets the value of the isPrintable property.
|
void |
setIsTrapped(Boolean value)
Sets the value of the isTrapped property.
|
void |
setLogicalPage(Integer value)
Sets the value of the logicalPage property.
|
void |
setMetadataMap(MetadataMap value)
Sets the value of the metadataMap property.
|
void |
setNPage(Integer value)
Sets the value of the nPage property.
|
void |
setPageCopies(Integer value)
Sets the value of the pageCopies property.
|
void |
setPageListIndex(Integer value)
Sets the value of the pageListIndex property.
|
void |
setPageListRef(Object value)
Sets the value of the pageListRef property.
|
void |
setPageNames(String value)
Sets the value of the pageNames property.
|
void |
setPages(Integer value)
Sets the value of the pages property.
|
void |
setRunTag(String value)
Sets the value of the runTag property.
|
void |
setScreeningParamsRef(Object value)
Sets the value of the screeningParamsRef property.
|
void |
setSetCopies(Integer value)
Sets the value of the setCopies property.
|
void |
setSetLevel(String value)
Sets the value of the setLevel property.
|
void |
setSetNames(String value)
Sets the value of the setNames property.
|
void |
setSets(Integer value)
Sets the value of the sets property.
|
void |
setSheetSides(String value)
Sets the value of the sheetSides property.
|
void |
setSkipPage(Integer value)
Sets the value of the skipPage property.
|
void |
setSorted(Boolean value)
Sets the value of the sorted property.
|
void |
setSourceBleedBox(Double value)
Sets the value of the sourceBleedBox property.
|
void |
setSourceClipBox(Double value)
Sets the value of the sourceClipBox property.
|
void |
setSourceMediaBox(Double value)
Sets the value of the sourceMediaBox property.
|
void |
setSourceTrimBox(Double value)
Sets the value of the sourceTrimBox property.
|
protected Dependencies dependencies
protected InterpretedPDLData interpretedPDLData
protected FileSpec fileSpec
protected ByteMap byteMap
protected Disposition disposition
protected InsertSheet insertSheet
protected MetadataMap metadataMap
protected String directory
protected Integer sets
protected Integer setCopies
protected String sheetSides
protected Integer logicalPage
protected Integer nPage
protected Boolean sorted
protected Integer docs
protected Boolean endOfSet
protected Integer pageListIndex
protected Integer pages
protected Integer pageCopies
protected Integer firstPage
protected Integer skipPage
protected String docNames
protected String runTag
protected Boolean endOfBundleItem
protected Boolean isPage
protected String setNames
protected Boolean endOfDocument
protected String pageNames
protected Object pageListRef
protected Boolean isBlank
protected Boolean ignorePDLCopies
protected String setLevel
protected Double sourceTrimBox
protected Double sourceMediaBox
protected Boolean ignorePDLImposition
protected String elementType
protected String clipPath
protected Boolean hasBleeds
protected Double sourceClipBox
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 Dependencies getDependencies()
Dependenciespublic void setDependencies(Dependencies value)
value - allowed object is
Dependenciespublic InterpretedPDLData getInterpretedPDLData()
InterpretedPDLDatapublic void setInterpretedPDLData(InterpretedPDLData value)
value - allowed object is
InterpretedPDLDatapublic FileSpec getFileSpec()
FileSpecpublic void setFileSpec(FileSpec value)
value - allowed object is
FileSpecpublic ByteMap getByteMap()
ByteMappublic void setByteMap(ByteMap value)
value - allowed object is
ByteMappublic Disposition getDisposition()
Dispositionpublic void setDisposition(Disposition value)
value - allowed object is
Dispositionpublic InsertSheet getInsertSheet()
InsertSheetpublic void setInsertSheet(InsertSheet value)
value - allowed object is
InsertSheetpublic MetadataMap getMetadataMap()
MetadataMappublic void setMetadataMap(MetadataMap value)
value - allowed object is
MetadataMappublic String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic Integer getSets()
Integerpublic void setSets(Integer value)
value - allowed object is
Integerpublic Integer getSetCopies()
Integerpublic void setSetCopies(Integer value)
value - allowed object is
Integerpublic String getSheetSides()
Stringpublic void setSheetSides(String value)
value - allowed object is
Stringpublic Integer getLogicalPage()
Integerpublic void setLogicalPage(Integer value)
value - allowed object is
Integerpublic Integer getNPage()
Integerpublic void setNPage(Integer value)
value - allowed object is
Integerpublic List<String> getIgnoreContexts()
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 ignoreContexts property.
For example, to add a new item, do as follows:
getIgnoreContexts().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean getSorted()
Booleanpublic void setSorted(Boolean value)
value - allowed object is
Booleanpublic Integer getDocs()
Integerpublic void setDocs(Integer value)
value - allowed object is
Integerpublic Boolean getEndOfSet()
Booleanpublic void setEndOfSet(Boolean value)
value - allowed object is
Booleanpublic Integer getPageListIndex()
Integerpublic void setPageListIndex(Integer value)
value - allowed object is
Integerpublic Integer getPages()
Integerpublic void setPages(Integer value)
value - allowed object is
Integerpublic Integer getPageCopies()
Integerpublic void setPageCopies(Integer value)
value - allowed object is
Integerpublic Integer getFirstPage()
Integerpublic void setFirstPage(Integer value)
value - allowed object is
Integerpublic Integer getSkipPage()
Integerpublic void setSkipPage(Integer value)
value - allowed object is
Integerpublic String getDocNames()
Stringpublic void setDocNames(String value)
value - allowed object is
Stringpublic String getRunTag()
Stringpublic void setRunTag(String value)
value - allowed object is
Stringpublic Boolean getEndOfBundleItem()
Booleanpublic void setEndOfBundleItem(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsPage()
Booleanpublic void setIsPage(Boolean value)
value - allowed object is
Booleanpublic String getSetNames()
Stringpublic void setSetNames(String value)
value - allowed object is
Stringpublic Boolean getEndOfDocument()
Booleanpublic void setEndOfDocument(Boolean value)
value - allowed object is
Booleanpublic String getPageNames()
Stringpublic void setPageNames(String value)
value - allowed object is
Stringpublic Object getPageListRef()
Objectpublic void setPageListRef(Object value)
value - allowed object is
Objectpublic Boolean getIsBlank()
Booleanpublic void setIsBlank(Boolean value)
value - allowed object is
Booleanpublic Boolean getIgnorePDLCopies()
Booleanpublic void setIgnorePDLCopies(Boolean value)
value - allowed object is
Booleanpublic String getSetLevel()
Stringpublic void setSetLevel(String value)
value - allowed object is
Stringpublic Double getSourceTrimBox()
Doublepublic void setSourceTrimBox(Double value)
value - allowed object is
Doublepublic Double getSourceMediaBox()
Doublepublic void setSourceMediaBox(Double value)
value - allowed object is
Doublepublic List<Object> getContentDataRefs()
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 contentDataRefs property.
For example, to add a new item, do as follows:
getContentDataRefs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Boolean getIgnorePDLImposition()
Booleanpublic void setIgnorePDLImposition(Boolean value)
value - allowed object is
Booleanpublic String getElementType()
Stringpublic void setElementType(String value)
value - allowed object is
Stringpublic String getClipPath()
Stringpublic void setClipPath(String value)
value - allowed object is
Stringpublic Boolean getHasBleeds()
Booleanpublic void setHasBleeds(Boolean value)
value - allowed object is
Booleanpublic Double getSourceClipBox()
Doublepublic void setSourceClipBox(Double value)
value - allowed object is
Doublepublic Boolean getIsTrapped()
Booleanpublic void setIsTrapped(Boolean value)
value - allowed object is
Booleanpublic Boolean getIsPrintable()
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.