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>
<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 Boolean |
automated |
protected String |
baseOrdReset |
protected List<ContentObject> |
contentObjects |
protected List<InsertSheet> |
insertSheets |
protected List<LayerList> |
layerLists |
protected Boolean |
lockOrigins |
protected List<MarkObject> |
markObjects |
protected Integer |
maxCollect |
protected Object |
mediaRef |
protected Integer |
minCollect |
protected String |
ordReset |
protected Integer |
ordsConsumed |
protected List<PageCondition> |
pageConditions |
protected String |
sheetCountReset |
protected String |
sheetNameFormat |
protected String |
sheetNameTemplate |
protected EnumWorkStyle |
sourceWorkStyle |
protected Integer |
stackDepth |
protected Double |
surfaceContentsBox |
protected List<TransferCurvePool> |
transferCurvePools |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseOrdReset()
Gets the value of the baseOrdReset property.
|
List<ContentObject> |
getContentObjects()
Gets the value of the contentObjects property.
|
List<InsertSheet> |
getInsertSheets()
Gets the value of the insertSheets property.
|
List<LayerList> |
getLayerLists()
Gets the value of the layerLists property.
|
List<MarkObject> |
getMarkObjects()
Gets the value of the markObjects property.
|
Integer |
getMaxCollect()
Gets the value of the maxCollect property.
|
Object |
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.
|
List<PageCondition> |
getPageConditions()
Gets the value of the pageConditions 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.
|
EnumWorkStyle |
getSourceWorkStyle()
Gets the value of the sourceWorkStyle property.
|
Integer |
getStackDepth()
Gets the value of the stackDepth property.
|
Double |
getSurfaceContentsBox()
Gets the value of the surfaceContentsBox property.
|
List<TransferCurvePool> |
getTransferCurvePools()
Gets the value of the transferCurvePools property.
|
Boolean |
isAutomated()
Gets the value of the automated property.
|
Boolean |
isLockOrigins()
Gets the value of the lockOrigins property.
|
void |
setAutomated(Boolean value)
Sets the value of the automated property.
|
void |
setBaseOrdReset(String value)
Sets the value of the baseOrdReset 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(Object 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 |
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(Double value)
Sets the value of the surfaceContentsBox property.
|
protected List<MarkObject> markObjects
protected List<PageCondition> pageConditions
protected List<InsertSheet> insertSheets
protected List<TransferCurvePool> transferCurvePools
protected List<ContentObject> contentObjects
protected String sheetCountReset
protected Integer ordsConsumed
protected String baseOrdReset
protected String sheetNameFormat
protected Double 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 Object mediaRef
public 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 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 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 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 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 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 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 Double getSurfaceContentsBox()
Doublepublic void setSurfaceContentsBox(Double value)
value - allowed object is
Doublepublic 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 Object getMediaRef()
ObjectCopyright © 2012. All Rights Reserved.