@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class Layout
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for Layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Layout">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ExternalImpositionTemplate" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PlacedObject" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Position" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SheetActivation" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}StripMark" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Automated" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="DeviceRefs" type="{http://www.CIP4.org/JDFSchema_2_0}IDREFS" />
<attribute name="FilmRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="InnermostShingling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MaxCollect" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MinCollect" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="OutermostShingling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PaperRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="PlateRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ProofPaperRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="SurfaceContentsBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="WorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}WorkStyle" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
automated |
protected java.util.List<Resource> |
devices |
protected ExternalImpositionTemplate |
externalImpositionTemplate |
protected Resource |
film |
protected FitPolicy |
fitPolicy |
protected java.lang.Double |
innermostShingling |
protected java.lang.Integer |
maxCollect |
protected java.lang.Integer |
minCollect |
protected java.lang.Double |
outermostShingling |
protected Resource |
paper |
protected java.util.List<PlacedObject> |
placedObject |
protected Resource |
plate |
protected java.util.List<Position> |
position |
protected Resource |
proofPaper |
protected SheetActivation |
sheetActivation |
protected java.util.List<StripMark> |
stripMark |
protected Rectangle |
surfaceContentsBox |
protected WorkStyle |
workStyle |
| Constructor and Description |
|---|
Layout() |
| 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) |
java.util.List<Resource> |
getDevices()
Gets the value of the devices property.
|
ExternalImpositionTemplate |
getExternalImpositionTemplate()
Gets the value of the externalImpositionTemplate property.
|
Resource |
getFilm()
Gets the value of the film property.
|
FitPolicy |
getFitPolicy()
Gets the value of the fitPolicy property.
|
java.lang.Double |
getInnermostShingling()
Gets the value of the innermostShingling property.
|
java.lang.Integer |
getMaxCollect()
Gets the value of the maxCollect property.
|
java.lang.Integer |
getMinCollect()
Gets the value of the minCollect property.
|
java.lang.Double |
getOutermostShingling()
Gets the value of the outermostShingling property.
|
Resource |
getPaper()
Gets the value of the paper property.
|
java.util.List<PlacedObject> |
getPlacedObject()
Gets the value of the placedObject property.
|
Resource |
getPlate()
Gets the value of the plate property.
|
java.util.List<Position> |
getPosition()
Gets the value of the position property.
|
Resource |
getProofPaper()
Gets the value of the proofPaper property.
|
SheetActivation |
getSheetActivation()
Gets the value of the sheetActivation property.
|
java.util.List<StripMark> |
getStripMark()
Gets the value of the stripMark property.
|
Rectangle |
getSurfaceContentsBox()
Gets the value of the surfaceContentsBox property.
|
WorkStyle |
getWorkStyle()
Gets the value of the workStyle property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isAutomated()
Gets the value of the automated property.
|
void |
setAutomated(java.lang.Boolean value)
Sets the value of the automated property.
|
void |
setExternalImpositionTemplate(ExternalImpositionTemplate value)
Sets the value of the externalImpositionTemplate property.
|
void |
setFilm(Resource value)
Sets the value of the film property.
|
void |
setFitPolicy(FitPolicy value)
Sets the value of the fitPolicy property.
|
void |
setInnermostShingling(java.lang.Double value)
Sets the value of the innermostShingling property.
|
void |
setMaxCollect(java.lang.Integer value)
Sets the value of the maxCollect property.
|
void |
setMinCollect(java.lang.Integer value)
Sets the value of the minCollect property.
|
void |
setOutermostShingling(java.lang.Double value)
Sets the value of the outermostShingling property.
|
void |
setPaper(Resource value)
Sets the value of the paper property.
|
void |
setPlate(Resource value)
Sets the value of the plate property.
|
void |
setProofPaper(Resource value)
Sets the value of the proofPaper property.
|
void |
setSheetActivation(SheetActivation value)
Sets the value of the sheetActivation property.
|
void |
setSurfaceContentsBox(Rectangle value)
Sets the value of the surfaceContentsBox property.
|
void |
setWorkStyle(WorkStyle value)
Sets the value of the workStyle property.
|
Layout |
withAutomated(java.lang.Boolean value) |
Layout |
withDevices(java.util.Collection<Resource> values) |
Layout |
withDevices(Resource... values) |
Layout |
withExternalImpositionTemplate(ExternalImpositionTemplate value) |
Layout |
withFilm(Resource value) |
Layout |
withFitPolicy(FitPolicy value) |
Layout |
withInnermostShingling(java.lang.Double value) |
Layout |
withMaxCollect(java.lang.Integer value) |
Layout |
withMinCollect(java.lang.Integer value) |
Layout |
withOutermostShingling(java.lang.Double value) |
Layout |
withPaper(Resource value) |
Layout |
withPlacedObject(java.util.Collection<PlacedObject> values) |
Layout |
withPlacedObject(PlacedObject... values) |
Layout |
withPlate(Resource value) |
Layout |
withPosition(java.util.Collection<Position> values) |
Layout |
withPosition(Position... values) |
Layout |
withProofPaper(Resource value) |
Layout |
withSheetActivation(SheetActivation value) |
Layout |
withStripMark(java.util.Collection<StripMark> values) |
Layout |
withStripMark(StripMark... values) |
Layout |
withSurfaceContentsBox(Rectangle value) |
Layout |
withWorkStyle(WorkStyle value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected ExternalImpositionTemplate externalImpositionTemplate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected FitPolicy fitPolicy
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<PlacedObject> placedObject
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Position> position
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected SheetActivation sheetActivation
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<StripMark> stripMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean automated
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Resource> devices
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource film
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double innermostShingling
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer maxCollect
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer minCollect
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double outermostShingling
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource paper
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource plate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Resource proofPaper
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Rectangle surfaceContentsBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected WorkStyle workStyle
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public ExternalImpositionTemplate getExternalImpositionTemplate()
ExternalImpositionTemplate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setExternalImpositionTemplate(ExternalImpositionTemplate value)
value - allowed object is
ExternalImpositionTemplate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public FitPolicy getFitPolicy()
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFitPolicy(FitPolicy value)
value - allowed object is
FitPolicy@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<PlacedObject> getPlacedObject()
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 placedObject property.
For example, to add a new item, do as follows:
getPlacedObject().add(newItem);
Objects of the following type(s) are allowed in the list
PlacedObject
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Position> getPosition()
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 position property.
For example, to add a new item, do as follows:
getPosition().add(newItem);
Objects of the following type(s) are allowed in the list
Position
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public SheetActivation getSheetActivation()
SheetActivation@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSheetActivation(SheetActivation value)
value - allowed object is
SheetActivation@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<StripMark> getStripMark()
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 stripMark property.
For example, to add a new item, do as follows:
getStripMark().add(newItem);
Objects of the following type(s) are allowed in the list
StripMark
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isAutomated()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setAutomated(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<Resource> getDevices()
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 devices property.
For example, to add a new item, do as follows:
getDevices().add(newItem);
Objects of the following type(s) are allowed in the list
Object
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getFilm()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setFilm(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getInnermostShingling()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setInnermostShingling(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMaxCollect()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMaxCollect(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMinCollect()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setMinCollect(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getOutermostShingling()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setOutermostShingling(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getPaper()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPaper(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getPlate()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPlate(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Resource getProofPaper()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setProofPaper(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Rectangle getSurfaceContentsBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setSurfaceContentsBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public WorkStyle getWorkStyle()
WorkStyle@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setWorkStyle(WorkStyle value)
value - allowed object is
WorkStylepublic Layout withExternalImpositionTemplate(ExternalImpositionTemplate value)
public Layout withPlacedObject(PlacedObject... values)
public Layout withPlacedObject(java.util.Collection<PlacedObject> values)
public Layout withSheetActivation(SheetActivation value)
public Layout withAutomated(java.lang.Boolean value)
public Layout withInnermostShingling(java.lang.Double value)
public Layout withMaxCollect(java.lang.Integer value)
public Layout withMinCollect(java.lang.Integer value)
public Layout withOutermostShingling(java.lang.Double 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