public class Layout extends ParameterType implements Serializable
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}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PlacedObject" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TransferCurvePool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}InsertSheet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PageCondition" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}LayerList" 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}StripMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BinderySignature" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}SignatureCell" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="SheetCountReset" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="OrdsConsumed" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRangeList" />
<attribute name="BaseOrdReset" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SheetNameFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SurfaceContentsBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="StackDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="LockOrigins" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="OrdReset" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SheetNameTemplate" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Automated" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MaxCollect" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="SourceWorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}EnumWorkStyle" />
<attribute name="MinCollect" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WorkStyle" type="{http://www.CIP4.org/JDFSchema_2_0}EnumWorkStyle" />
<attribute name="JobID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="SectionList" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="InnermostShingling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="AssemblyID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="OutermostShingling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="ExternalImpositionTemplateRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssemblyID()
Gets the value of the assemblyID property.
|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
String |
getBaseOrdReset()
Gets the value of the baseOrdReset property.
|
List<BinderySignature> |
getBinderySignature()
Gets the value of the binderySignature property.
|
IDREF |
getDeviceRef()
Gets the value of the deviceRef property.
|
IDREF |
getExternalImpositionTemplateRef()
Gets the value of the externalImpositionTemplateRef property.
|
Double |
getInnermostShingling()
Gets the value of the innermostShingling property.
|
List<InsertSheet> |
getInsertSheet()
Gets the value of the insertSheet property.
|
String |
getJobID()
Gets the value of the jobID property.
|
List<LayerList> |
getLayerList()
Gets the value of the layerList property.
|
Integer |
getMaxCollect()
Gets the value of the maxCollect property.
|
IDREF |
getMediaRef()
Gets the value of the mediaRef property.
|
Integer |
getMinCollect()
Gets the value of the minCollect property.
|
String |
getOrdReset()
Gets the value of the ordReset property.
|
Integer |
getOrdsConsumed()
Gets the value of the ordsConsumed property.
|
Double |
getOutermostShingling()
Gets the value of the outermostShingling property.
|
List<PageCondition> |
getPageCondition()
Gets the value of the pageCondition property.
|
List<JAXBElement<? extends PlacedObject>> |
getPlacedObject()
Gets the value of the placedObject property.
|
List<Position> |
getPosition()
Gets the value of the position property.
|
IntegerList |
getSectionList()
Gets the value of the sectionList property.
|
String |
getSheetCountReset()
Gets the value of the sheetCountReset property.
|
String |
getSheetNameFormat()
Gets the value of the sheetNameFormat property.
|
String |
getSheetNameTemplate()
Gets the value of the sheetNameTemplate property.
|
List<SignatureCell> |
getSignatureCell()
Gets the value of the signatureCell property.
|
EnumWorkStyle |
getSourceWorkStyle()
Gets the value of the sourceWorkStyle property.
|
Integer |
getStackDepth()
Gets the value of the stackDepth property.
|
List<StripMark> |
getStripMark()
Gets the value of the stripMark property.
|
Rectangle |
getSurfaceContentsBox()
Gets the value of the surfaceContentsBox property.
|
List<TransferCurvePool> |
getTransferCurvePool()
Gets the value of the transferCurvePool property.
|
EnumWorkStyle |
getWorkStyle()
Gets the value of the workStyle property.
|
Boolean |
isAutomated()
Gets the value of the automated property.
|
Boolean |
isLockOrigins()
Gets the value of the lockOrigins property.
|
void |
setAssemblyID(String value)
Sets the value of the assemblyID property.
|
void |
setAutomated(Boolean value)
Sets the value of the automated property.
|
void |
setBaseOrdReset(String value)
Sets the value of the baseOrdReset property.
|
void |
setDeviceRef(IDREF value)
Sets the value of the deviceRef property.
|
void |
setExternalImpositionTemplateRef(IDREF value)
Sets the value of the externalImpositionTemplateRef property.
|
void |
setInnermostShingling(Double value)
Sets the value of the innermostShingling property.
|
void |
setJobID(String value)
Sets the value of the jobID property.
|
void |
setLockOrigins(Boolean value)
Sets the value of the lockOrigins property.
|
void |
setMaxCollect(Integer value)
Sets the value of the maxCollect property.
|
void |
setMediaRef(IDREF value)
Sets the value of the mediaRef property.
|
void |
setMinCollect(Integer value)
Sets the value of the minCollect property.
|
void |
setOrdReset(String value)
Sets the value of the ordReset property.
|
void |
setOrdsConsumed(Integer value)
Sets the value of the ordsConsumed property.
|
void |
setOutermostShingling(Double value)
Sets the value of the outermostShingling property.
|
void |
setSectionList(IntegerList value)
Sets the value of the sectionList property.
|
void |
setSheetCountReset(String value)
Sets the value of the sheetCountReset property.
|
void |
setSheetNameFormat(String value)
Sets the value of the sheetNameFormat property.
|
void |
setSheetNameTemplate(String value)
Sets the value of the sheetNameTemplate property.
|
void |
setSourceWorkStyle(EnumWorkStyle value)
Sets the value of the sourceWorkStyle property.
|
void |
setStackDepth(Integer value)
Sets the value of the stackDepth property.
|
void |
setSurfaceContentsBox(Rectangle value)
Sets the value of the surfaceContentsBox property.
|
void |
setWorkStyle(EnumWorkStyle value)
Sets the value of the workStyle property.
|
protected List<JAXBElement<? extends PlacedObject>> placedObject
protected List<TransferCurvePool> transferCurvePool
protected List<InsertSheet> insertSheet
protected List<PageCondition> pageCondition
protected List<BinderySignature> binderySignature
protected List<SignatureCell> signatureCell
protected String sheetCountReset
protected Integer ordsConsumed
protected String baseOrdReset
protected String sheetNameFormat
protected Rectangle surfaceContentsBox
protected Integer stackDepth
protected Boolean lockOrigins
protected String ordReset
protected String sheetNameTemplate
protected Boolean automated
protected Integer maxCollect
protected EnumWorkStyle sourceWorkStyle
protected Integer minCollect
protected EnumWorkStyle workStyle
protected String jobID
protected IntegerList sectionList
protected Double innermostShingling
protected String assemblyID
protected IDREF deviceRef
protected IDREF mediaRef
protected Double outermostShingling
protected IDREF externalImpositionTemplateRef
public List<JAXBElement<? extends 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
JAXBElement<ContentObject>
JAXBElement<PlacedObject>
JAXBElement<MarkObject>
public List<TransferCurvePool> getTransferCurvePool()
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 transferCurvePool property.
For example, to add a new item, do as follows:
getTransferCurvePool().add(newItem);
Objects of the following type(s) are allowed in the list
TransferCurvePool
public List<InsertSheet> getInsertSheet()
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 insertSheet property.
For example, to add a new item, do as follows:
getInsertSheet().add(newItem);
Objects of the following type(s) are allowed in the list
InsertSheet
public List<PageCondition> getPageCondition()
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 pageCondition property.
For example, to add a new item, do as follows:
getPageCondition().add(newItem);
Objects of the following type(s) are allowed in the list
PageCondition
public List<LayerList> getLayerList()
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 layerList property.
For example, to add a new item, do as follows:
getLayerList().add(newItem);
Objects of the following type(s) are allowed in the list
LayerList
public 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
public 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
public List<BinderySignature> getBinderySignature()
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 binderySignature property.
For example, to add a new item, do as follows:
getBinderySignature().add(newItem);
Objects of the following type(s) are allowed in the list
BinderySignature
public List<SignatureCell> getSignatureCell()
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 signatureCell property.
For example, to add a new item, do as follows:
getSignatureCell().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureCell
public String getSheetCountReset()
Stringpublic void setSheetCountReset(String value)
value - allowed object is
Stringpublic Integer getOrdsConsumed()
Integerpublic void setOrdsConsumed(Integer value)
value - allowed object is
Integerpublic String getBaseOrdReset()
Stringpublic void setBaseOrdReset(String value)
value - allowed object is
Stringpublic String getSheetNameFormat()
Stringpublic void setSheetNameFormat(String value)
value - allowed object is
Stringpublic Rectangle getSurfaceContentsBox()
Stringpublic void setSurfaceContentsBox(Rectangle value)
value - allowed object is
Stringpublic Integer getStackDepth()
Integerpublic void setStackDepth(Integer value)
value - allowed object is
Integerpublic Boolean isLockOrigins()
Booleanpublic void setLockOrigins(Boolean value)
value - allowed object is
Booleanpublic String getOrdReset()
Stringpublic void setOrdReset(String value)
value - allowed object is
Stringpublic String getSheetNameTemplate()
Stringpublic void setSheetNameTemplate(String value)
value - allowed object is
Stringpublic Boolean isAutomated()
Booleanpublic void setAutomated(Boolean value)
value - allowed object is
Booleanpublic Integer getMaxCollect()
Integerpublic void setMaxCollect(Integer value)
value - allowed object is
Integerpublic EnumWorkStyle getSourceWorkStyle()
EnumWorkStylepublic void setSourceWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic Integer getMinCollect()
Integerpublic void setMinCollect(Integer value)
value - allowed object is
Integerpublic EnumWorkStyle getWorkStyle()
EnumWorkStylepublic void setWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic IntegerList getSectionList()
Stringpublic void setSectionList(IntegerList value)
value - allowed object is
Stringpublic Double getInnermostShingling()
Doublepublic void setInnermostShingling(Double value)
value - allowed object is
Doublepublic List<String> getAssemblyIDs()
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 assemblyIDs property.
For example, to add a new item, do as follows:
getAssemblyIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getAssemblyID()
Stringpublic void setAssemblyID(String value)
value - allowed object is
Stringpublic IDREF getDeviceRef()
Stringpublic void setDeviceRef(IDREF value)
value - allowed object is
Stringpublic IDREF getMediaRef()
Stringpublic void setMediaRef(IDREF value)
value - allowed object is
Stringpublic Double getOutermostShingling()
Doublepublic void setOutermostShingling(Double value)
value - allowed object is
Doublepublic IDREF getExternalImpositionTemplateRef()
StringCopyright © 2014. All Rights Reserved.