Class RunList
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.RunList
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class RunList extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRunList.OrdTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected EnumAutomationautomationprotected ByteMapbyteMapprotected java.lang.StringclipPathprotected java.util.List<Resource>contentsprotected IntegerListdocPagesprotected IntegerListdocsprotected java.lang.BooleanendOfDocumentprotected java.lang.BooleanendOfSetprotected FileSpecfileSpecprotected java.lang.IntegerfinishedPagesprotected java.lang.IntegerlogicalPageprotected java.util.List<MetadataMap>metadataMapprotected java.lang.IntegernPageprotected RunList.OrdTypeordTypeprotected IntegerListpagesprotected IntegerListsetsprotected RectanglesourceBleedBoxprotected RectanglesourceClipBoxprotected RectanglesourceMediaBoxprotected RectanglesourceTrimBox
-
Constructor Summary
Constructors Constructor Description RunList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)EnumAutomationgetAutomation()Gets the value of the automation property.ByteMapgetByteMap()Gets the value of the byteMap property.java.lang.StringgetClipPath()Gets the value of the clipPath property.java.util.List<Resource>getContents()Gets the value of the contents property.IntegerListgetDocPages()Gets the value of the docPages property.IntegerListgetDocs()Gets the value of the docs property.FileSpecgetFileSpec()Gets the value of the fileSpec property.java.lang.IntegergetFinishedPages()Gets the value of the finishedPages property.java.lang.IntegergetLogicalPage()Gets the value of the logicalPage property.java.util.List<MetadataMap>getMetadataMap()Gets the value of the metadataMap property.java.lang.IntegergetNPage()Gets the value of the nPage property.RunList.OrdTypegetOrdType()Gets the value of the ordType property.IntegerListgetPages()Gets the value of the pages property.IntegerListgetSets()Gets the value of the sets property.RectanglegetSourceBleedBox()Gets the value of the sourceBleedBox property.RectanglegetSourceClipBox()Gets the value of the sourceClipBox property.RectanglegetSourceMediaBox()Gets the value of the sourceMediaBox property.RectanglegetSourceTrimBox()Gets the value of the sourceTrimBox property.inthashCode()java.lang.BooleanisEndOfDocument()Gets the value of the endOfDocument property.java.lang.BooleanisEndOfSet()Gets the value of the endOfSet property.voidsetAutomation(EnumAutomation value)Sets the value of the automation property.voidsetByteMap(ByteMap value)Sets the value of the byteMap property.voidsetClipPath(java.lang.String value)Sets the value of the clipPath property.voidsetDocPages(IntegerList value)Sets the value of the docPages property.voidsetDocs(IntegerList value)Sets the value of the docs property.voidsetEndOfDocument(java.lang.Boolean value)Sets the value of the endOfDocument property.voidsetEndOfSet(java.lang.Boolean value)Sets the value of the endOfSet property.voidsetFileSpec(FileSpec value)Sets the value of the fileSpec property.voidsetFinishedPages(java.lang.Integer value)Sets the value of the finishedPages property.voidsetLogicalPage(java.lang.Integer value)Sets the value of the logicalPage property.voidsetNPage(java.lang.Integer value)Sets the value of the nPage property.voidsetOrdType(RunList.OrdType value)Sets the value of the ordType property.voidsetPages(IntegerList value)Sets the value of the pages property.voidsetSets(IntegerList value)Sets the value of the sets property.voidsetSourceBleedBox(Rectangle value)Sets the value of the sourceBleedBox property.voidsetSourceClipBox(Rectangle value)Sets the value of the sourceClipBox property.voidsetSourceMediaBox(Rectangle value)Sets the value of the sourceMediaBox property.voidsetSourceTrimBox(Rectangle value)Sets the value of the sourceTrimBox property.RunListwithAutomation(EnumAutomation value)RunListwithByteMap(ByteMap value)RunListwithClipPath(java.lang.String value)RunListwithContents(java.util.Collection<Resource> values)RunListwithContents(Resource... values)RunListwithDocPages(IntegerList value)RunListwithDocs(IntegerList value)RunListwithEndOfDocument(java.lang.Boolean value)RunListwithEndOfSet(java.lang.Boolean value)RunListwithFileSpec(FileSpec value)RunListwithFinishedPages(java.lang.Integer value)RunListwithLogicalPage(java.lang.Integer value)RunListwithMetadataMap(java.util.Collection<MetadataMap> values)RunListwithMetadataMap(MetadataMap... values)RunListwithNPage(java.lang.Integer value)RunListwithOrdType(RunList.OrdType value)RunListwithPages(IntegerList value)RunListwithSets(IntegerList value)RunListwithSourceBleedBox(Rectangle value)RunListwithSourceClipBox(Rectangle value)RunListwithSourceMediaBox(Rectangle value)RunListwithSourceTrimBox(Rectangle value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
byteMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ByteMap byteMap
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected FileSpec fileSpec
-
metadataMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<MetadataMap> metadataMap
-
automation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected EnumAutomation automation
-
clipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String clipPath
-
contents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<Resource> contents
-
docs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected IntegerList docs
-
docPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected IntegerList docPages
-
endOfDocument
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Boolean endOfDocument
-
endOfSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Boolean endOfSet
-
finishedPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Integer finishedPages
-
logicalPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Integer logicalPage
-
nPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Integer nPage
-
ordType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected RunList.OrdType ordType
-
pages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected IntegerList pages
-
sets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected IntegerList sets
-
sourceBleedBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Rectangle sourceBleedBox
-
sourceClipBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Rectangle sourceClipBox
-
sourceMediaBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Rectangle sourceMediaBox
-
sourceTrimBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Rectangle sourceTrimBox
-
-
Method Detail
-
getByteMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setByteMap(ByteMap value)Sets the value of the byteMap property.- Parameters:
value- allowed object isByteMap
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setFileSpec(FileSpec value)Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getMetadataMap
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the metadataMap property.
-
getAutomation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setAutomation(EnumAutomation value)Sets the value of the automation property.- Parameters:
value- allowed object isEnumAutomation
-
getClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setClipPath(java.lang.String value)Sets the value of the clipPath property.- Parameters:
value- allowed object isString
-
getContents
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the contents property.
-
getDocs
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setDocs(IntegerList value)Sets the value of the docs property.- Parameters:
value- allowed object isString
-
getDocPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setDocPages(IntegerList value)Sets the value of the docPages property.- Parameters:
value- allowed object isString
-
isEndOfDocument
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setEndOfDocument(java.lang.Boolean value)Sets the value of the endOfDocument property.- Parameters:
value- allowed object isBoolean
-
isEndOfSet
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setEndOfSet(java.lang.Boolean value)Sets the value of the endOfSet property.- Parameters:
value- allowed object isBoolean
-
getFinishedPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setFinishedPages(java.lang.Integer value)Sets the value of the finishedPages property.- Parameters:
value- allowed object isInteger
-
getLogicalPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setLogicalPage(java.lang.Integer value)Sets the value of the logicalPage property.- Parameters:
value- allowed object isInteger
-
getNPage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.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 v4.0.2", date="2023-07-17T18:40:39Z") public void setNPage(java.lang.Integer value)Sets the value of the nPage property.- Parameters:
value- allowed object isInteger
-
getOrdType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setOrdType(RunList.OrdType value)Sets the value of the ordType property.- Parameters:
value- allowed object isRunList.OrdType
-
getPages
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setPages(IntegerList value)Sets the value of the pages property.- Parameters:
value- allowed object isString
-
getSets
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setSets(IntegerList value)Sets the value of the sets property.- Parameters:
value- allowed object isString
-
getSourceBleedBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setSourceBleedBox(Rectangle value)Sets the value of the sourceBleedBox property.- Parameters:
value- allowed object isString
-
getSourceClipBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setSourceClipBox(Rectangle value)Sets the value of the sourceClipBox property.- Parameters:
value- allowed object isString
-
getSourceMediaBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setSourceMediaBox(Rectangle value)Sets the value of the sourceMediaBox property.- Parameters:
value- allowed object isString
-
getSourceTrimBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") 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 v4.0.2", date="2023-07-17T18:40:39Z") public void setSourceTrimBox(Rectangle value)Sets the value of the sourceTrimBox property.- Parameters:
value- allowed object isString
-
withMetadataMap
public RunList withMetadataMap(MetadataMap... values)
-
withMetadataMap
public RunList withMetadataMap(java.util.Collection<MetadataMap> values)
-
withAutomation
public RunList withAutomation(EnumAutomation value)
-
withClipPath
public RunList withClipPath(java.lang.String value)
-
withDocs
public RunList withDocs(IntegerList value)
-
withDocPages
public RunList withDocPages(IntegerList value)
-
withEndOfDocument
public RunList withEndOfDocument(java.lang.Boolean value)
-
withEndOfSet
public RunList withEndOfSet(java.lang.Boolean value)
-
withFinishedPages
public RunList withFinishedPages(java.lang.Integer value)
-
withLogicalPage
public RunList withLogicalPage(java.lang.Integer value)
-
withNPage
public RunList withNPage(java.lang.Integer value)
-
withOrdType
public RunList withOrdType(RunList.OrdType value)
-
withPages
public RunList withPages(IntegerList value)
-
withSets
public RunList withSets(IntegerList value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-