Class RunList

All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class RunList extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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.w3.org/2001/XMLSchema}IDREFS" />
       <attribute name="Docs" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
       <attribute name="DocPages" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
       <attribute name="EndOfDocument" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="EndOfSet" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="FinishedPages" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="LogicalPage" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="NPage" type="{http://www.w3.org/2001/XMLSchema}int" />
       <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>
 
See Also:
  • Field Details

    • byteMap

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ByteMap byteMap
    • fileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec fileSpec
    • metadataMap

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<MetadataMap> metadataMap
    • automation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected EnumAutomation automation
    • clipPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String clipPath
    • contents

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<Resource> contents
    • docs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList docs
    • docPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList docPages
    • endOfDocument

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean endOfDocument
    • endOfSet

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean endOfSet
    • finishedPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer finishedPages
    • logicalPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer logicalPage
    • nPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer nPage
    • ordType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected RunList.OrdType ordType
    • pages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList pages
    • sets

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList sets
    • sourceBleedBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle sourceBleedBox
    • sourceClipBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle sourceClipBox
    • sourceMediaBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle sourceMediaBox
    • sourceTrimBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle sourceTrimBox
  • Constructor Details

    • RunList

      public RunList()
  • Method Details

    • getByteMap

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ByteMap getByteMap()
      Gets the value of the byteMap property.
      Returns:
      possible object is ByteMap
    • setByteMap

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setByteMap(ByteMap value)
      Sets the value of the byteMap property.
      Parameters:
      value - allowed object is ByteMap
    • getFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FileSpec getFileSpec()
      Gets the value of the fileSpec property.
      Returns:
      possible object is FileSpec
    • setFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSpec(FileSpec value)
      Sets the value of the fileSpec property.
      Parameters:
      value - allowed object is FileSpec
    • getMetadataMap

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<MetadataMap> getMetadataMap()
      Gets the value of the metadataMap property.

      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

    • getAutomation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public EnumAutomation getAutomation()
      Gets the value of the automation property.
      Returns:
      possible object is EnumAutomation
    • setAutomation

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAutomation(EnumAutomation value)
      Sets the value of the automation property.
      Parameters:
      value - allowed object is EnumAutomation
    • getClipPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getClipPath()
      Gets the value of the clipPath property.
      Returns:
      possible object is String
    • setClipPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setClipPath(String value)
      Sets the value of the clipPath property.
      Parameters:
      value - allowed object is String
    • getContents

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<Resource> getContents()
      Gets the value of the contents property.

      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

    • getDocs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getDocs()
      Gets the value of the docs property.
      Returns:
      possible object is String
    • setDocs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDocs(IntegerList value)
      Sets the value of the docs property.
      Parameters:
      value - allowed object is String
    • getDocPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getDocPages()
      Gets the value of the docPages property.
      Returns:
      possible object is String
    • setDocPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setDocPages(IntegerList value)
      Sets the value of the docPages property.
      Parameters:
      value - allowed object is String
    • isEndOfDocument

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isEndOfDocument()
      Gets the value of the endOfDocument property.
      Returns:
      possible object is Boolean
    • setEndOfDocument

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEndOfDocument(Boolean value)
      Sets the value of the endOfDocument property.
      Parameters:
      value - allowed object is Boolean
    • isEndOfSet

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Boolean isEndOfSet()
      Gets the value of the endOfSet property.
      Returns:
      possible object is Boolean
    • setEndOfSet

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEndOfSet(Boolean value)
      Sets the value of the endOfSet property.
      Parameters:
      value - allowed object is Boolean
    • getFinishedPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getFinishedPages()
      Gets the value of the finishedPages property.
      Returns:
      possible object is Integer
    • setFinishedPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFinishedPages(Integer value)
      Sets the value of the finishedPages property.
      Parameters:
      value - allowed object is Integer
    • getLogicalPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getLogicalPage()
      Gets the value of the logicalPage property.
      Returns:
      possible object is Integer
    • setLogicalPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setLogicalPage(Integer value)
      Sets the value of the logicalPage property.
      Parameters:
      value - allowed object is Integer
    • getNPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getNPage()
      Gets the value of the nPage property.
      Returns:
      possible object is Integer
    • setNPage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setNPage(Integer value)
      Sets the value of the nPage property.
      Parameters:
      value - allowed object is Integer
    • getOrdType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public RunList.OrdType getOrdType()
      Gets the value of the ordType property.
      Returns:
      possible object is RunList.OrdType
    • setOrdType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOrdType(RunList.OrdType value)
      Sets the value of the ordType property.
      Parameters:
      value - allowed object is RunList.OrdType
    • getPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getPages()
      Gets the value of the pages property.
      Returns:
      possible object is String
    • setPages

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPages(IntegerList value)
      Sets the value of the pages property.
      Parameters:
      value - allowed object is String
    • getSets

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getSets()
      Gets the value of the sets property.
      Returns:
      possible object is String
    • setSets

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSets(IntegerList value)
      Sets the value of the sets property.
      Parameters:
      value - allowed object is String
    • getSourceBleedBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getSourceBleedBox()
      Gets the value of the sourceBleedBox property.
      Returns:
      possible object is String
    • setSourceBleedBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceBleedBox(Rectangle value)
      Sets the value of the sourceBleedBox property.
      Parameters:
      value - allowed object is String
    • getSourceClipBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getSourceClipBox()
      Gets the value of the sourceClipBox property.
      Returns:
      possible object is String
    • setSourceClipBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceClipBox(Rectangle value)
      Sets the value of the sourceClipBox property.
      Parameters:
      value - allowed object is String
    • getSourceMediaBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getSourceMediaBox()
      Gets the value of the sourceMediaBox property.
      Returns:
      possible object is String
    • setSourceMediaBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceMediaBox(Rectangle value)
      Sets the value of the sourceMediaBox property.
      Parameters:
      value - allowed object is String
    • getSourceTrimBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getSourceTrimBox()
      Gets the value of the sourceTrimBox property.
      Returns:
      possible object is String
    • setSourceTrimBox

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceTrimBox(Rectangle value)
      Sets the value of the sourceTrimBox property.
      Parameters:
      value - allowed object is String
    • withByteMap

      public RunList withByteMap(ByteMap value)
    • withFileSpec

      public RunList withFileSpec(FileSpec value)
    • withMetadataMap

      public RunList withMetadataMap(MetadataMap... values)
    • withMetadataMap

      public RunList withMetadataMap(Collection<MetadataMap> values)
    • withAutomation

      public RunList withAutomation(EnumAutomation value)
    • withClipPath

      public RunList withClipPath(String value)
    • withContents

      public RunList withContents(Resource... values)
    • withContents

      public RunList withContents(Collection<Resource> values)
    • withDocs

      public RunList withDocs(IntegerList value)
    • withDocPages

      public RunList withDocPages(IntegerList value)
    • withEndOfDocument

      public RunList withEndOfDocument(Boolean value)
    • withEndOfSet

      public RunList withEndOfSet(Boolean value)
    • withFinishedPages

      public RunList withFinishedPages(Integer value)
    • withLogicalPage

      public RunList withLogicalPage(Integer value)
    • withNPage

      public RunList withNPage(Integer value)
    • withOrdType

      public RunList withOrdType(RunList.OrdType value)
    • withPages

      public RunList withPages(IntegerList value)
    • withSets

      public RunList withSets(IntegerList value)
    • withSourceBleedBox

      public RunList withSourceBleedBox(Rectangle value)
    • withSourceClipBox

      public RunList withSourceClipBox(Rectangle value)
    • withSourceMediaBox

      public RunList withSourceMediaBox(Rectangle value)
    • withSourceTrimBox

      public RunList withSourceTrimBox(Rectangle value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource