Class RunList
- All Implemented Interfaces:
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EnumAutomationprotected ByteMapprotected Stringprotected IntegerListprotected IntegerListprotected Booleanprotected Booleanprotected FileSpecprotected Integerprotected Integerprotected List<MetadataMap>protected Integerprotected RunList.OrdTypeprotected IntegerListprotected IntegerListprotected Rectangleprotected Rectangleprotected Rectangleprotected Rectangle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the automation property.Gets the value of the byteMap property.Gets the value of the clipPath property.Gets the value of the contents property.Gets the value of the docPages property.getDocs()Gets the value of the docs property.Gets the value of the fileSpec property.Gets the value of the finishedPages property.Gets the value of the logicalPage property.Gets the value of the metadataMap property.getNPage()Gets the value of the nPage property.Gets the value of the ordType property.getPages()Gets the value of the pages property.getSets()Gets the value of the sets property.Gets the value of the sourceBleedBox property.Gets the value of the sourceClipBox property.Gets the value of the sourceMediaBox property.Gets the value of the sourceTrimBox property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the endOfDocument property.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(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(Boolean value) Sets the value of the endOfDocument property.voidsetEndOfSet(Boolean value) Sets the value of the endOfSet property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetFinishedPages(Integer value) Sets the value of the finishedPages property.voidsetLogicalPage(Integer value) Sets the value of the logicalPage property.voidSets 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.withAutomation(EnumAutomation value) withByteMap(ByteMap value) withClipPath(String value) withContents(Collection<Resource> values) withContents(Resource... values) withDocPages(IntegerList value) withDocs(IntegerList value) withEndOfDocument(Boolean value) withEndOfSet(Boolean value) withFileSpec(FileSpec value) withFinishedPages(Integer value) withLogicalPage(Integer value) withMetadataMap(Collection<MetadataMap> values) withMetadataMap(MetadataMap... values) withOrdType(RunList.OrdType value) withPages(IntegerList value) withSets(IntegerList value) withSourceBleedBox(Rectangle value) withSourceClipBox(Rectangle value) withSourceMediaBox(Rectangle value) withSourceTrimBox(Rectangle value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
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
-
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 isByteMap
-
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 isFileSpec
-
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
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 -
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 isEnumAutomation
-
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 isString
-
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
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 -
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isInteger
-
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 isInteger
-
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 isInteger
-
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 isRunList.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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
withByteMap
-
withFileSpec
-
withMetadataMap
-
withMetadataMap
-
withAutomation
-
withClipPath
-
withContents
-
withContents
-
withDocs
-
withDocPages
-
withEndOfDocument
-
withEndOfSet
-
withFinishedPages
-
withLogicalPage
-
withNPage
-
withOrdType
-
withPages
-
withSets
-
withSourceBleedBox
-
withSourceClipBox
-
withSourceMediaBox
-
withSourceTrimBox
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-