public class LayoutPreparationParams extends ParameterType implements java.io.Serializable
Java class for LayoutPreparationParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutPreparationParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FitPolicy" 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}PageCell" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}JobField" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceMark" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ImageShift" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="FinishingOrder" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImplicitGutterMinimumLimit" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="GutterMinimumLimit" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="HorizontalCreep" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="PresentationDirection" type="{http://www.CIP4.org/JDFSchema_2_0}Any" />
<attribute name="Rotate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ImplicitGutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StackDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Gutter" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="StepRepeat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StepDocs" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="BindingEdge" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FoldCatalogOrientation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="FoldCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BackMarkList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="SurfaceContentsBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="PageOrder" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="FrontMarkList" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="VerticalCreep" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="CreepValue" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Sides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="PageDistributionScheme" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ExternalImpositionTemplateRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
backMarkLists |
protected java.lang.String |
bindingEdge |
protected java.util.List<java.lang.Double> |
creepValues |
protected java.util.List<DeviceMark> |
deviceMarks |
protected java.lang.Object |
externalImpositionTemplateRef |
protected java.lang.String |
finishingOrder |
protected java.util.List<FitPolicy> |
fitPolicies |
protected java.lang.String |
foldCatalog |
protected java.lang.String |
foldCatalogOrientation |
protected java.util.List<java.lang.String> |
frontMarkLists |
protected java.util.List<java.lang.Double> |
gutterMinimumLimits |
protected java.util.List<java.lang.Double> |
gutters |
protected java.util.List<java.lang.Integer> |
horizontalCreeps |
protected java.util.List<ImageShift> |
imageShifts |
protected java.util.List<java.lang.Double> |
implicitGutterMinimumLimits |
protected java.util.List<java.lang.Double> |
implicitGutters |
protected java.util.List<InsertSheet> |
insertSheets |
protected java.util.List<JobField> |
jobFields |
protected java.lang.Object |
mediaRef |
protected java.util.List<java.lang.Double> |
numberUps |
protected java.util.List<PageCell> |
pageCells |
protected java.lang.String |
pageDistributionScheme |
protected java.lang.String |
pageOrder |
protected java.lang.String |
presentationDirection |
protected java.lang.String |
rotate |
protected java.lang.String |
sides |
protected java.lang.Integer |
stackDepth |
protected java.util.List<java.lang.Double> |
stepDocs |
protected java.lang.String |
stepRepeat |
protected java.lang.Double |
surfaceContentsBox |
protected java.util.List<java.lang.Integer> |
verticalCreeps |
| Constructor and Description |
|---|
LayoutPreparationParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getBackMarkLists()
Gets the value of the backMarkLists property.
|
java.lang.String |
getBindingEdge()
Gets the value of the bindingEdge property.
|
java.util.List<java.lang.Double> |
getCreepValues()
Gets the value of the creepValues property.
|
java.util.List<DeviceMark> |
getDeviceMarks()
Gets the value of the deviceMarks property.
|
java.lang.Object |
getExternalImpositionTemplateRef()
Gets the value of the externalImpositionTemplateRef property.
|
java.lang.String |
getFinishingOrder()
Gets the value of the finishingOrder property.
|
java.util.List<FitPolicy> |
getFitPolicies()
Gets the value of the fitPolicies property.
|
java.lang.String |
getFoldCatalog()
Gets the value of the foldCatalog property.
|
java.lang.String |
getFoldCatalogOrientation()
Gets the value of the foldCatalogOrientation property.
|
java.util.List<java.lang.String> |
getFrontMarkLists()
Gets the value of the frontMarkLists property.
|
java.util.List<java.lang.Double> |
getGutterMinimumLimits()
Gets the value of the gutterMinimumLimits property.
|
java.util.List<java.lang.Double> |
getGutters()
Gets the value of the gutters property.
|
java.util.List<java.lang.Integer> |
getHorizontalCreeps()
Gets the value of the horizontalCreeps property.
|
java.util.List<ImageShift> |
getImageShifts()
Gets the value of the imageShifts property.
|
java.util.List<java.lang.Double> |
getImplicitGutterMinimumLimits()
Gets the value of the implicitGutterMinimumLimits property.
|
java.util.List<java.lang.Double> |
getImplicitGutters()
Gets the value of the implicitGutters property.
|
java.util.List<InsertSheet> |
getInsertSheets()
Gets the value of the insertSheets property.
|
java.util.List<JobField> |
getJobFields()
Gets the value of the jobFields property.
|
java.lang.Object |
getMediaRef()
Gets the value of the mediaRef property.
|
java.util.List<java.lang.Double> |
getNumberUps()
Gets the value of the numberUps property.
|
java.util.List<PageCell> |
getPageCells()
Gets the value of the pageCells property.
|
java.lang.String |
getPageDistributionScheme()
Gets the value of the pageDistributionScheme property.
|
java.lang.String |
getPageOrder()
Gets the value of the pageOrder property.
|
java.lang.String |
getPresentationDirection()
Gets the value of the presentationDirection property.
|
java.lang.String |
getRotate()
Gets the value of the rotate property.
|
java.lang.String |
getSides()
Gets the value of the sides property.
|
java.lang.Integer |
getStackDepth()
Gets the value of the stackDepth property.
|
java.util.List<java.lang.Double> |
getStepDocs()
Gets the value of the stepDocs property.
|
java.lang.String |
getStepRepeat()
Gets the value of the stepRepeat property.
|
java.lang.Double |
getSurfaceContentsBox()
Gets the value of the surfaceContentsBox property.
|
java.util.List<java.lang.Integer> |
getVerticalCreeps()
Gets the value of the verticalCreeps property.
|
void |
setBindingEdge(java.lang.String value)
Sets the value of the bindingEdge property.
|
void |
setExternalImpositionTemplateRef(java.lang.Object value)
Sets the value of the externalImpositionTemplateRef property.
|
void |
setFinishingOrder(java.lang.String value)
Sets the value of the finishingOrder property.
|
void |
setFoldCatalog(java.lang.String value)
Sets the value of the foldCatalog property.
|
void |
setFoldCatalogOrientation(java.lang.String value)
Sets the value of the foldCatalogOrientation property.
|
void |
setMediaRef(java.lang.Object value)
Sets the value of the mediaRef property.
|
void |
setPageDistributionScheme(java.lang.String value)
Sets the value of the pageDistributionScheme property.
|
void |
setPageOrder(java.lang.String value)
Sets the value of the pageOrder property.
|
void |
setPresentationDirection(java.lang.String value)
Sets the value of the presentationDirection property.
|
void |
setRotate(java.lang.String value)
Sets the value of the rotate property.
|
void |
setSides(java.lang.String value)
Sets the value of the sides property.
|
void |
setStackDepth(java.lang.Integer value)
Sets the value of the stackDepth property.
|
void |
setStepRepeat(java.lang.String value)
Sets the value of the stepRepeat property.
|
void |
setSurfaceContentsBox(java.lang.Double value)
Sets the value of the surfaceContentsBox property.
|
protected java.util.List<ImageShift> imageShifts
protected java.util.List<DeviceMark> deviceMarks
protected java.util.List<JobField> jobFields
protected java.util.List<PageCell> pageCells
protected java.util.List<InsertSheet> insertSheets
protected java.util.List<FitPolicy> fitPolicies
protected java.lang.String finishingOrder
protected java.util.List<java.lang.Double> implicitGutterMinimumLimits
protected java.util.List<java.lang.Double> gutterMinimumLimits
protected java.util.List<java.lang.Integer> horizontalCreeps
protected java.lang.String presentationDirection
protected java.lang.String rotate
protected java.util.List<java.lang.Double> implicitGutters
protected java.lang.Integer stackDepth
protected java.util.List<java.lang.Double> numberUps
protected java.util.List<java.lang.Double> gutters
protected java.lang.String stepRepeat
protected java.util.List<java.lang.Double> stepDocs
protected java.lang.String bindingEdge
protected java.lang.String foldCatalogOrientation
protected java.lang.String foldCatalog
protected java.util.List<java.lang.String> backMarkLists
protected java.lang.Double surfaceContentsBox
protected java.lang.String pageOrder
protected java.util.List<java.lang.String> frontMarkLists
protected java.util.List<java.lang.Integer> verticalCreeps
protected java.util.List<java.lang.Double> creepValues
protected java.lang.String sides
protected java.lang.String pageDistributionScheme
protected java.lang.Object mediaRef
protected java.lang.Object externalImpositionTemplateRef
public java.util.List<ImageShift> getImageShifts()
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 imageShifts property.
For example, to add a new item, do as follows:
getImageShifts().add(newItem);
Objects of the following type(s) are allowed in the list
ImageShift
public java.util.List<DeviceMark> getDeviceMarks()
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 deviceMarks property.
For example, to add a new item, do as follows:
getDeviceMarks().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceMark
public java.util.List<JobField> getJobFields()
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 jobFields property.
For example, to add a new item, do as follows:
getJobFields().add(newItem);
Objects of the following type(s) are allowed in the list
JobField
public java.util.List<PageCell> getPageCells()
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 pageCells property.
For example, to add a new item, do as follows:
getPageCells().add(newItem);
Objects of the following type(s) are allowed in the list
PageCell
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<FitPolicy> getFitPolicies()
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 fitPolicies property.
For example, to add a new item, do as follows:
getFitPolicies().add(newItem);
Objects of the following type(s) are allowed in the list
FitPolicy
public java.lang.String getFinishingOrder()
Stringpublic void setFinishingOrder(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getImplicitGutterMinimumLimits()
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 implicitGutterMinimumLimits property.
For example, to add a new item, do as follows:
getImplicitGutterMinimumLimits().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getGutterMinimumLimits()
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 gutterMinimumLimits property.
For example, to add a new item, do as follows:
getGutterMinimumLimits().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Integer> getHorizontalCreeps()
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 horizontalCreeps property.
For example, to add a new item, do as follows:
getHorizontalCreeps().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getPresentationDirection()
Stringpublic void setPresentationDirection(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRotate()
Stringpublic void setRotate(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getImplicitGutters()
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 implicitGutters property.
For example, to add a new item, do as follows:
getImplicitGutters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Integer getStackDepth()
Integerpublic void setStackDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getNumberUps()
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 numberUps property.
For example, to add a new item, do as follows:
getNumberUps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getGutters()
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 gutters property.
For example, to add a new item, do as follows:
getGutters().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getStepRepeat()
Stringpublic void setStepRepeat(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getStepDocs()
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 stepDocs property.
For example, to add a new item, do as follows:
getStepDocs().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getBindingEdge()
Stringpublic void setBindingEdge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFoldCatalogOrientation()
Stringpublic void setFoldCatalogOrientation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFoldCatalog()
Stringpublic void setFoldCatalog(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getBackMarkLists()
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 backMarkLists property.
For example, to add a new item, do as follows:
getBackMarkLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Double getSurfaceContentsBox()
Doublepublic void setSurfaceContentsBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPageOrder()
Stringpublic void setPageOrder(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getFrontMarkLists()
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 frontMarkLists property.
For example, to add a new item, do as follows:
getFrontMarkLists().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.Integer> getVerticalCreeps()
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 verticalCreeps property.
For example, to add a new item, do as follows:
getVerticalCreeps().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.util.List<java.lang.Double> getCreepValues()
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 creepValues property.
For example, to add a new item, do as follows:
getCreepValues().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getSides()
Stringpublic void setSides(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPageDistributionScheme()
Stringpublic void setPageDistributionScheme(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getMediaRef()
Objectpublic void setMediaRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getExternalImpositionTemplateRef()
Objectpublic void setExternalImpositionTemplateRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.