public class StripCellParams extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="MaskSeparation" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CutWidthFoot" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimFoot" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FrontOverfold" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BleedFoot" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Spine" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Mask" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BleedHead" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BleedFace" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimHead" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="TrimFace" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MillingDepth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CutWidthHead" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BackOverfold" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Creep" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="MaskBleed" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Sides" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BleedSpine" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
backOverfold |
protected Double |
bleedFace |
protected Double |
bleedFoot |
protected Double |
bleedHead |
protected Double |
bleedSpine |
protected List<Double> |
creeps |
protected Double |
cutWidthFoot |
protected Double |
cutWidthHead |
protected Double |
frontOverfold |
protected String |
mask |
protected Double |
maskBleed |
protected String |
maskSeparation |
protected Double |
millingDepth |
protected String |
sides |
protected Double |
spine |
protected Double |
trimFace |
protected Double |
trimFoot |
protected Double |
trimHead |
protected List<Double> |
trimSizes |
| Constructor and Description |
|---|
StripCellParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBackOverfold()
Gets the value of the backOverfold property.
|
Double |
getBleedFace()
Gets the value of the bleedFace property.
|
Double |
getBleedFoot()
Gets the value of the bleedFoot property.
|
Double |
getBleedHead()
Gets the value of the bleedHead property.
|
Double |
getBleedSpine()
Gets the value of the bleedSpine property.
|
List<Double> |
getCreeps()
Gets the value of the creeps property.
|
Double |
getCutWidthFoot()
Gets the value of the cutWidthFoot property.
|
Double |
getCutWidthHead()
Gets the value of the cutWidthHead property.
|
Double |
getFrontOverfold()
Gets the value of the frontOverfold property.
|
String |
getMask()
Gets the value of the mask property.
|
Double |
getMaskBleed()
Gets the value of the maskBleed property.
|
String |
getMaskSeparation()
Gets the value of the maskSeparation property.
|
Double |
getMillingDepth()
Gets the value of the millingDepth property.
|
String |
getSides()
Gets the value of the sides property.
|
Double |
getSpine()
Gets the value of the spine property.
|
Double |
getTrimFace()
Gets the value of the trimFace property.
|
Double |
getTrimFoot()
Gets the value of the trimFoot property.
|
Double |
getTrimHead()
Gets the value of the trimHead property.
|
List<Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setBackOverfold(Double value)
Sets the value of the backOverfold property.
|
void |
setBleedFace(Double value)
Sets the value of the bleedFace property.
|
void |
setBleedFoot(Double value)
Sets the value of the bleedFoot property.
|
void |
setBleedHead(Double value)
Sets the value of the bleedHead property.
|
void |
setBleedSpine(Double value)
Sets the value of the bleedSpine property.
|
void |
setCutWidthFoot(Double value)
Sets the value of the cutWidthFoot property.
|
void |
setCutWidthHead(Double value)
Sets the value of the cutWidthHead property.
|
void |
setFrontOverfold(Double value)
Sets the value of the frontOverfold property.
|
void |
setMask(String value)
Sets the value of the mask property.
|
void |
setMaskBleed(Double value)
Sets the value of the maskBleed property.
|
void |
setMaskSeparation(String value)
Sets the value of the maskSeparation property.
|
void |
setMillingDepth(Double value)
Sets the value of the millingDepth property.
|
void |
setSides(String value)
Sets the value of the sides property.
|
void |
setSpine(Double value)
Sets the value of the spine property.
|
void |
setTrimFace(Double value)
Sets the value of the trimFace property.
|
void |
setTrimFoot(Double value)
Sets the value of the trimFoot property.
|
void |
setTrimHead(Double value)
Sets the value of the trimHead property.
|
protected String maskSeparation
protected Double cutWidthFoot
protected Double trimFoot
protected Double frontOverfold
protected Double bleedFoot
protected Double spine
protected String mask
protected Double bleedHead
protected Double bleedFace
protected Double trimHead
protected Double trimFace
protected Double millingDepth
protected Double cutWidthHead
protected Double backOverfold
protected Double maskBleed
protected String sides
protected Double bleedSpine
public String getMaskSeparation()
Stringpublic void setMaskSeparation(String value)
value - allowed object is
Stringpublic Double getCutWidthFoot()
Doublepublic void setCutWidthFoot(Double value)
value - allowed object is
Doublepublic Double getTrimFoot()
Doublepublic void setTrimFoot(Double value)
value - allowed object is
Doublepublic Double getFrontOverfold()
Doublepublic void setFrontOverfold(Double value)
value - allowed object is
Doublepublic Double getBleedFoot()
Doublepublic void setBleedFoot(Double value)
value - allowed object is
Doublepublic Double getSpine()
Doublepublic void setSpine(Double value)
value - allowed object is
Doublepublic String getMask()
Stringpublic void setMask(String value)
value - allowed object is
Stringpublic Double getBleedHead()
Doublepublic void setBleedHead(Double value)
value - allowed object is
Doublepublic Double getBleedFace()
Doublepublic void setBleedFace(Double value)
value - allowed object is
Doublepublic Double getTrimHead()
Doublepublic void setTrimHead(Double value)
value - allowed object is
Doublepublic Double getTrimFace()
Doublepublic void setTrimFace(Double value)
value - allowed object is
Doublepublic Double getMillingDepth()
Doublepublic void setMillingDepth(Double value)
value - allowed object is
Doublepublic Double getCutWidthHead()
Doublepublic void setCutWidthHead(Double value)
value - allowed object is
Doublepublic Double getBackOverfold()
Doublepublic void setBackOverfold(Double value)
value - allowed object is
Doublepublic List<Double> getCreeps()
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 creeps property.
For example, to add a new item, do as follows:
getCreeps().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getTrimSizes()
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 trimSizes property.
For example, to add a new item, do as follows:
getTrimSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getMaskBleed()
Doublepublic void setMaskBleed(Double value)
value - allowed object is
Doublepublic String getSides()
Stringpublic void setSides(String value)
value - allowed object is
Stringpublic Double getBleedSpine()
DoubleCopyright © 2012. All Rights Reserved.