@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class RunList
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<sequence>
<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}MetadataMap" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Automation" type="{http://www.CIP4.org/JDFSchema_2_0}EnumAutomation" />
<attribute name="ClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" />
<attribute name="ContentRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="Docs" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="EndOfDocument" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="EndOfSet" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="FinishedPages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<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="OrdType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Content"/>
<enumeration value="Insert"/>
<enumeration value="Reservation"/>
</restriction>
</simpleType>
</attribute>
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<attribute name="Sets" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<attribute name="SourceBleedBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="SourceClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="SourceMediaBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="SourceTrimBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RunList.OrdType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumAutomation |
automation |
protected ByteMap |
byteMap |
protected java.lang.String |
clipPath |
protected java.util.List<Resource> |
contents |
protected IntegerList |
docs |
protected java.lang.Boolean |
endOfDocument |
protected java.lang.Boolean |
endOfSet |
protected FileSpec |
fileSpec |
protected java.lang.Integer |
finishedPages |
protected java.lang.Integer |
logicalPage |
protected java.util.List<MetadataMap> |
metadataMap |
protected java.lang.Integer |
nPage |
protected RunList.OrdType |
ordType |
protected IntegerList |
pages |
protected IntegerList |
sets |
protected Rectangle |
sourceBleedBox |
protected Rectangle |
sourceClipBox |
protected Rectangle |
sourceMediaBox |
protected Rectangle |
sourceTrimBox |
| Constructor and Description |
|---|
RunList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
EnumAutomation |
getAutomation()
Gets the value of the automation property.
|
ByteMap |
getByteMap()
Gets the value of the byteMap property.
|
java.lang.String |
getClipPath()
Gets the value of the clipPath property.
|
java.util.List<Resource> |
getContents()
Gets the value of the contents property.
|
IntegerList |
getDocs()
Gets the value of the docs property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
java.lang.Integer |
getFinishedPages()
Gets the value of the finishedPages property.
|
java.lang.Integer |
getLogicalPage()
Gets the value of the logicalPage property.
|
java.util.List<MetadataMap> |
getMetadataMap()
Gets the value of the metadataMap property.
|
java.lang.Integer |
getNPage()
Gets the value of the nPage property.
|
RunList.OrdType |
getOrdType()
Gets the value of the ordType property.
|
IntegerList |
getPages()
Gets the value of the pages property.
|
IntegerList |
getSets()
Gets the value of the sets property.
|
Rectangle |
getSourceBleedBox()
Gets the value of the sourceBleedBox property.
|
Rectangle |
getSourceClipBox()
Gets the value of the sourceClipBox property.
|
Rectangle |
getSourceMediaBox()
Gets the value of the sourceMediaBox property.
|
Rectangle |
getSourceTrimBox()
Gets the value of the sourceTrimBox property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isEndOfDocument()
Gets the value of the endOfDocument property.
|
java.lang.Boolean |
isEndOfSet()
Gets the value of the endOfSet property.
|
void |
setAutomation(EnumAutomation value)
Sets the value of the automation property.
|
void |
setByteMap(ByteMap value)
Sets the value of the byteMap property.
|
void |
setClipPath(java.lang.String value)
Sets the value of the clipPath property.
|
void |
setDocs(IntegerList value)
Sets the value of the docs property.
|
void |
setEndOfDocument(java.lang.Boolean value)
Sets the value of the endOfDocument property.
|
void |
setEndOfSet(java.lang.Boolean value)
Sets the value of the endOfSet property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setFinishedPages(java.lang.Integer value)
Sets the value of the finishedPages property.
|
void |
setLogicalPage(java.lang.Integer value)
Sets the value of the logicalPage property.
|
void |
setNPage(java.lang.Integer value)
Sets the value of the nPage property.
|
void |
setOrdType(RunList.OrdType value)
Sets the value of the ordType property.
|
void |
setPages(IntegerList value)
Sets the value of the pages property.
|
void |
setSets(IntegerList value)
Sets the value of the sets property.
|
void |
setSourceBleedBox(Rectangle value)
Sets the value of the sourceBleedBox property.
|
void |
setSourceClipBox(Rectangle value)
Sets the value of the sourceClipBox property.
|
void |
setSourceMediaBox(Rectangle value)
Sets the value of the sourceMediaBox property.
|
void |
setSourceTrimBox(Rectangle value)
Sets the value of the sourceTrimBox property.
|
RunList |
withAutomation(EnumAutomation value) |
RunList |
withByteMap(ByteMap value) |
RunList |
withClipPath(java.lang.String value) |
RunList |
withContents(java.util.Collection<Resource> values) |
RunList |
withContents(Resource... values) |
RunList |
withDocs(IntegerList value) |
RunList |
withEndOfDocument(java.lang.Boolean value) |
RunList |
withEndOfSet(java.lang.Boolean value) |
RunList |
withFileSpec(FileSpec value) |
RunList |
withFinishedPages(java.lang.Integer value) |
RunList |
withLogicalPage(java.lang.Integer value) |
RunList |
withMetadataMap(java.util.Collection<MetadataMap> values) |
RunList |
withMetadataMap(MetadataMap... values) |
RunList |
withNPage(java.lang.Integer value) |
RunList |
withOrdType(RunList.OrdType value) |
RunList |
withPages(IntegerList value) |
RunList |
withSets(IntegerList value) |
RunList |
withSourceBleedBox(Rectangle value) |
RunList |
withSourceClipBox(Rectangle value) |
RunList |
withSourceMediaBox(Rectangle value) |
RunList |
withSourceTrimBox(Rectangle value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ByteMap byteMap
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<MetadataMap> metadataMap
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected EnumAutomation automation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String clipPath
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> contents
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList docs
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean endOfDocument
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean endOfSet
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer finishedPages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer logicalPage
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer nPage
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected RunList.OrdType ordType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList pages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList sets
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle sourceBleedBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle sourceClipBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle sourceMediaBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle sourceTrimBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ByteMap getByteMap()
ByteMap@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setByteMap(ByteMap value)
value - allowed object is
ByteMap@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<MetadataMap> getMetadataMap()
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 metadataMap property.
For example, to add a new item, do as follows:
getMetadataMap().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataMap
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public EnumAutomation getAutomation()
EnumAutomation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setAutomation(EnumAutomation value)
value - allowed object is
EnumAutomation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getClipPath()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setClipPath(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getContents()
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 contents property.
For example, to add a new item, do as follows:
getContents().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getDocs()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDocs(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEndOfDocument()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setEndOfDocument(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEndOfSet()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setEndOfSet(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getFinishedPages()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFinishedPages(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getLogicalPage()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setLogicalPage(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getNPage()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setNPage(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public RunList.OrdType getOrdType()
RunList.OrdType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setOrdType(RunList.OrdType value)
value - allowed object is
RunList.OrdType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getPages()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPages(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getSets()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSets(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getSourceBleedBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSourceBleedBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getSourceClipBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSourceClipBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getSourceMediaBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSourceMediaBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getSourceTrimBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSourceTrimBox(Rectangle value)
value - allowed object is
Stringpublic RunList withMetadataMap(MetadataMap... values)
public RunList withMetadataMap(java.util.Collection<MetadataMap> values)
public RunList withAutomation(EnumAutomation value)
public RunList withClipPath(java.lang.String value)
public RunList withDocs(IntegerList value)
public RunList withEndOfDocument(java.lang.Boolean value)
public RunList withEndOfSet(java.lang.Boolean value)
public RunList withFinishedPages(java.lang.Integer value)
public RunList withLogicalPage(java.lang.Integer value)
public RunList withNPage(java.lang.Integer value)
public RunList withOrdType(RunList.OrdType value)
public RunList withPages(IntegerList value)
public RunList withSets(IntegerList value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource