public class Layout extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ContentObject" 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}MarkObject" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
automated |
protected java.lang.String |
baseOrdReset |
protected java.util.List<ContentObject> |
contentObjects |
protected java.util.List<InsertSheet> |
insertSheets |
protected java.util.List<LayerList> |
layerLists |
protected java.lang.Boolean |
lockOrigins |
protected java.util.List<MarkObject> |
markObjects |
protected java.lang.Integer |
maxCollect |
protected java.lang.Object |
mediaRef |
protected java.lang.Integer |
minCollect |
protected java.lang.String |
ordReset |
protected java.lang.Integer |
ordsConsumed |
protected java.util.List<PageCondition> |
pageConditions |
protected java.lang.String |
sheetCountReset |
protected java.lang.String |
sheetNameFormat |
protected java.lang.String |
sheetNameTemplate |
protected EnumWorkStyle |
sourceWorkStyle |
protected java.lang.Integer |
stackDepth |
protected java.lang.Double |
surfaceContentsBox |
protected java.util.List<TransferCurvePool> |
transferCurvePools |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAutomated()
Gets the value of the automated property.
|
java.lang.String |
getBaseOrdReset()
Gets the value of the baseOrdReset property.
|
java.util.List<ContentObject> |
getContentObjects()
Gets the value of the contentObjects property.
|
java.util.List<InsertSheet> |
getInsertSheets()
Gets the value of the insertSheets property.
|
java.util.List<LayerList> |
getLayerLists()
Gets the value of the layerLists property.
|
java.lang.Boolean |
getLockOrigins()
Gets the value of the lockOrigins property.
|
java.util.List<MarkObject> |
getMarkObjects()
Gets the value of the markObjects property.
|
java.lang.Integer |
getMaxCollect()
Gets the value of the maxCollect property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.lang.Integer |
getMinCollect()
Gets the value of the minCollect property.
|
java.lang.String |
getOrdReset()
Gets the value of the ordReset property.
|
java.lang.Integer |
getOrdsConsumed()
Gets the value of the ordsConsumed property.
|
java.util.List<PageCondition> |
getPageConditions()
Gets the value of the pageConditions property.
|
java.lang.String |
getSheetCountReset()
Gets the value of the sheetCountReset property.
|
java.lang.String |
getSheetNameFormat()
Gets the value of the sheetNameFormat property.
|
java.lang.String |
getSheetNameTemplate()
Gets the value of the sheetNameTemplate property.
|
EnumWorkStyle |
getSourceWorkStyle()
Gets the value of the sourceWorkStyle property.
|
java.lang.Integer |
getStackDepth()
Gets the value of the stackDepth property.
|
java.lang.Double |
getSurfaceContentsBox()
Gets the value of the surfaceContentsBox property.
|
java.util.List<TransferCurvePool> |
getTransferCurvePools()
Gets the value of the transferCurvePools property.
|
void |
setAutomated(java.lang.Boolean value)
Sets the value of the automated property.
|
void |
setBaseOrdReset(java.lang.String value)
Sets the value of the baseOrdReset property.
|
void |
setLockOrigins(java.lang.Boolean value)
Sets the value of the lockOrigins property.
|
void |
setMaxCollect(java.lang.Integer value)
Sets the value of the maxCollect property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setMinCollect(java.lang.Integer value)
Sets the value of the minCollect property.
|
void |
setOrdReset(java.lang.String value)
Sets the value of the ordReset property.
|
void |
setOrdsConsumed(java.lang.Integer value)
Sets the value of the ordsConsumed property.
|
void |
setSheetCountReset(java.lang.String value)
Sets the value of the sheetCountReset property.
|
void |
setSheetNameFormat(java.lang.String value)
Sets the value of the sheetNameFormat property.
|
void |
setSheetNameTemplate(java.lang.String value)
Sets the value of the sheetNameTemplate property.
|
void |
setSourceWorkStyle(EnumWorkStyle value)
Sets the value of the sourceWorkStyle property.
|
void |
setStackDepth(java.lang.Integer value)
Sets the value of the stackDepth property.
|
void |
setSurfaceContentsBox(java.lang.Double value)
Sets the value of the surfaceContentsBox property.
|
protected java.util.List<MarkObject> markObjects
protected java.util.List<LayerList> layerLists
protected java.util.List<PageCondition> pageConditions
protected java.util.List<InsertSheet> insertSheets
protected java.util.List<TransferCurvePool> transferCurvePools
protected java.util.List<ContentObject> contentObjects
protected java.lang.String sheetCountReset
protected java.lang.Integer ordsConsumed
protected java.lang.String baseOrdReset
protected java.lang.String sheetNameFormat
protected java.lang.Double surfaceContentsBox
protected java.lang.Integer stackDepth
protected java.lang.Boolean lockOrigins
protected java.lang.String ordReset
protected java.lang.String sheetNameTemplate
protected java.lang.Boolean automated
protected java.lang.Integer maxCollect
protected EnumWorkStyle sourceWorkStyle
protected java.lang.Integer minCollect
protected java.lang.Object mediaRef
public java.util.List<MarkObject> getMarkObjects()
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 markObjects property.
For example, to add a new item, do as follows:
getMarkObjects().add(newItem);
Objects of the following type(s) are allowed in the list
MarkObject
public java.util.List<LayerList> getLayerLists()
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 layerLists property.
For example, to add a new item, do as follows:
getLayerLists().add(newItem);
Objects of the following type(s) are allowed in the list
LayerList
public java.util.List<PageCondition> getPageConditions()
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 pageConditions property.
For example, to add a new item, do as follows:
getPageConditions().add(newItem);
Objects of the following type(s) are allowed in the list
PageCondition
public java.util.List<InsertSheet> getInsertSheets()
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 insertSheets property.
For example, to add a new item, do as follows:
getInsertSheets().add(newItem);
Objects of the following type(s) are allowed in the list
InsertSheet
public java.util.List<TransferCurvePool> getTransferCurvePools()
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 transferCurvePools property.
For example, to add a new item, do as follows:
getTransferCurvePools().add(newItem);
Objects of the following type(s) are allowed in the list
TransferCurvePool
public java.util.List<ContentObject> getContentObjects()
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 contentObjects property.
For example, to add a new item, do as follows:
getContentObjects().add(newItem);
Objects of the following type(s) are allowed in the list
ContentObject
public java.lang.String getSheetCountReset()
Stringpublic void setSheetCountReset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getOrdsConsumed()
Integerpublic void setOrdsConsumed(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getBaseOrdReset()
Stringpublic void setBaseOrdReset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSheetNameFormat()
Stringpublic void setSheetNameFormat(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getSurfaceContentsBox()
Doublepublic void setSurfaceContentsBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getStackDepth()
Integerpublic void setStackDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getLockOrigins()
Booleanpublic void setLockOrigins(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getOrdReset()
Stringpublic void setOrdReset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSheetNameTemplate()
Stringpublic void setSheetNameTemplate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getAutomated()
Booleanpublic void setAutomated(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMaxCollect()
Integerpublic void setMaxCollect(java.lang.Integer value)
value - allowed object is
Integerpublic EnumWorkStyle getSourceWorkStyle()
EnumWorkStylepublic void setSourceWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic java.lang.Integer getMinCollect()
Integerpublic void setMinCollect(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.