public class StrippingParams extends ParameterType implements Serializable
Java class for StrippingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrippingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<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"/>
</choice>
</sequence>
<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="SheetNameFormat" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StackDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="AssemblyID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<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="OutermostShingling" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BinderySignatureRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="MediaRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="StripCellParamsRef" 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 String |
assemblyID |
protected List<String> |
assemblyIDs |
protected Boolean |
automated |
protected Object |
binderySignatureRef |
protected Object |
deviceRef |
protected Object |
externalImpositionTemplateRef |
protected Double |
innermostShingling |
protected String |
jobID |
protected Object |
mediaRef |
protected Double |
outermostShingling |
protected List<Position> |
positions |
protected List<Integer> |
sectionLists |
protected String |
sheetNameFormat |
protected String |
sheetNameTemplate |
protected Integer |
stackDepth |
protected Object |
stripCellParamsRef |
protected List<StripMark> |
stripMarks |
protected EnumWorkStyle |
workStyle |
| Constructor and Description |
|---|
StrippingParams() |
| 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.
|
Boolean |
getAutomated()
Gets the value of the automated property.
|
Object |
getBinderySignatureRef()
Gets the value of the binderySignatureRef property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
Object |
getExternalImpositionTemplateRef()
Gets the value of the externalImpositionTemplateRef property.
|
Double |
getInnermostShingling()
Gets the value of the innermostShingling property.
|
String |
getJobID()
Gets the value of the jobID property.
|
Object |
getMediaRef()
Gets the value of the mediaRef property.
|
Double |
getOutermostShingling()
Gets the value of the outermostShingling property.
|
List<Position> |
getPositions()
Gets the value of the positions property.
|
List<Integer> |
getSectionLists()
Gets the value of the sectionLists property.
|
String |
getSheetNameFormat()
Gets the value of the sheetNameFormat property.
|
String |
getSheetNameTemplate()
Gets the value of the sheetNameTemplate property.
|
Integer |
getStackDepth()
Gets the value of the stackDepth property.
|
Object |
getStripCellParamsRef()
Gets the value of the stripCellParamsRef property.
|
List<StripMark> |
getStripMarks()
Gets the value of the stripMarks property.
|
EnumWorkStyle |
getWorkStyle()
Gets the value of the workStyle property.
|
void |
setAssemblyID(String value)
Sets the value of the assemblyID property.
|
void |
setAutomated(Boolean value)
Sets the value of the automated property.
|
void |
setBinderySignatureRef(Object value)
Sets the value of the binderySignatureRef property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
void |
setExternalImpositionTemplateRef(Object 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 |
setMediaRef(Object value)
Sets the value of the mediaRef property.
|
void |
setOutermostShingling(Double value)
Sets the value of the outermostShingling property.
|
void |
setSheetNameFormat(String value)
Sets the value of the sheetNameFormat property.
|
void |
setSheetNameTemplate(String value)
Sets the value of the sheetNameTemplate property.
|
void |
setStackDepth(Integer value)
Sets the value of the stackDepth property.
|
void |
setStripCellParamsRef(Object value)
Sets the value of the stripCellParamsRef property.
|
void |
setWorkStyle(EnumWorkStyle value)
Sets the value of the workStyle property.
|
protected EnumWorkStyle workStyle
protected String jobID
protected Double innermostShingling
protected String sheetNameFormat
protected Integer stackDepth
protected String assemblyID
protected String sheetNameTemplate
protected Boolean automated
protected Double outermostShingling
protected Object binderySignatureRef
protected Object mediaRef
protected Object deviceRef
protected Object stripCellParamsRef
protected Object externalImpositionTemplateRef
public List<StripMark> getStripMarks()
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 stripMarks property.
For example, to add a new item, do as follows:
getStripMarks().add(newItem);
Objects of the following type(s) are allowed in the list
StripMark
public List<Position> getPositions()
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 positions property.
For example, to add a new item, do as follows:
getPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Position
public EnumWorkStyle getWorkStyle()
EnumWorkStylepublic void setWorkStyle(EnumWorkStyle value)
value - allowed object is
EnumWorkStylepublic String getJobID()
Stringpublic void setJobID(String value)
value - allowed object is
Stringpublic List<Integer> getSectionLists()
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 sectionLists property.
For example, to add a new item, do as follows:
getSectionLists().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public 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 getSheetNameFormat()
Stringpublic void setSheetNameFormat(String value)
value - allowed object is
Stringpublic Integer getStackDepth()
Integerpublic void setStackDepth(Integer value)
value - allowed object is
Integerpublic String getAssemblyID()
Stringpublic void setAssemblyID(String value)
value - allowed object is
Stringpublic String getSheetNameTemplate()
Stringpublic void setSheetNameTemplate(String value)
value - allowed object is
Stringpublic Boolean getAutomated()
Booleanpublic void setAutomated(Boolean value)
value - allowed object is
Booleanpublic Double getOutermostShingling()
Doublepublic void setOutermostShingling(Double value)
value - allowed object is
Doublepublic Object getBinderySignatureRef()
Objectpublic void setBinderySignatureRef(Object value)
value - allowed object is
Objectpublic Object getMediaRef()
Objectpublic void setMediaRef(Object value)
value - allowed object is
Objectpublic Object getDeviceRef()
Objectpublic void setDeviceRef(Object value)
value - allowed object is
Objectpublic Object getStripCellParamsRef()
Objectpublic void setStripCellParamsRef(Object value)
value - allowed object is
Objectpublic Object getExternalImpositionTemplateRef()
ObjectCopyright © 2012. All Rights Reserved.