public class StripCellParams
extends java.lang.Object
implements java.io.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 java.lang.Double |
backOverfold |
protected java.lang.Double |
bleedFace |
protected java.lang.Double |
bleedFoot |
protected java.lang.Double |
bleedHead |
protected java.lang.Double |
bleedSpine |
protected java.util.List<java.lang.Double> |
creeps |
protected java.lang.Double |
cutWidthFoot |
protected java.lang.Double |
cutWidthHead |
protected java.lang.Double |
frontOverfold |
protected java.lang.String |
mask |
protected java.lang.Double |
maskBleed |
protected java.lang.String |
maskSeparation |
protected java.lang.Double |
millingDepth |
protected java.lang.String |
sides |
protected java.lang.Double |
spine |
protected java.lang.Double |
trimFace |
protected java.lang.Double |
trimFoot |
protected java.lang.Double |
trimHead |
protected java.util.List<java.lang.Double> |
trimSizes |
| Constructor and Description |
|---|
StripCellParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBackOverfold()
Gets the value of the backOverfold property.
|
java.lang.Double |
getBleedFace()
Gets the value of the bleedFace property.
|
java.lang.Double |
getBleedFoot()
Gets the value of the bleedFoot property.
|
java.lang.Double |
getBleedHead()
Gets the value of the bleedHead property.
|
java.lang.Double |
getBleedSpine()
Gets the value of the bleedSpine property.
|
java.util.List<java.lang.Double> |
getCreeps()
Gets the value of the creeps property.
|
java.lang.Double |
getCutWidthFoot()
Gets the value of the cutWidthFoot property.
|
java.lang.Double |
getCutWidthHead()
Gets the value of the cutWidthHead property.
|
java.lang.Double |
getFrontOverfold()
Gets the value of the frontOverfold property.
|
java.lang.String |
getMask()
Gets the value of the mask property.
|
java.lang.Double |
getMaskBleed()
Gets the value of the maskBleed property.
|
java.lang.String |
getMaskSeparation()
Gets the value of the maskSeparation property.
|
java.lang.Double |
getMillingDepth()
Gets the value of the millingDepth property.
|
java.lang.String |
getSides()
Gets the value of the sides property.
|
java.lang.Double |
getSpine()
Gets the value of the spine property.
|
java.lang.Double |
getTrimFace()
Gets the value of the trimFace property.
|
java.lang.Double |
getTrimFoot()
Gets the value of the trimFoot property.
|
java.lang.Double |
getTrimHead()
Gets the value of the trimHead property.
|
java.util.List<java.lang.Double> |
getTrimSizes()
Gets the value of the trimSizes property.
|
void |
setBackOverfold(java.lang.Double value)
Sets the value of the backOverfold property.
|
void |
setBleedFace(java.lang.Double value)
Sets the value of the bleedFace property.
|
void |
setBleedFoot(java.lang.Double value)
Sets the value of the bleedFoot property.
|
void |
setBleedHead(java.lang.Double value)
Sets the value of the bleedHead property.
|
void |
setBleedSpine(java.lang.Double value)
Sets the value of the bleedSpine property.
|
void |
setCutWidthFoot(java.lang.Double value)
Sets the value of the cutWidthFoot property.
|
void |
setCutWidthHead(java.lang.Double value)
Sets the value of the cutWidthHead property.
|
void |
setFrontOverfold(java.lang.Double value)
Sets the value of the frontOverfold property.
|
void |
setMask(java.lang.String value)
Sets the value of the mask property.
|
void |
setMaskBleed(java.lang.Double value)
Sets the value of the maskBleed property.
|
void |
setMaskSeparation(java.lang.String value)
Sets the value of the maskSeparation property.
|
void |
setMillingDepth(java.lang.Double value)
Sets the value of the millingDepth property.
|
void |
setSides(java.lang.String value)
Sets the value of the sides property.
|
void |
setSpine(java.lang.Double value)
Sets the value of the spine property.
|
void |
setTrimFace(java.lang.Double value)
Sets the value of the trimFace property.
|
void |
setTrimFoot(java.lang.Double value)
Sets the value of the trimFoot property.
|
void |
setTrimHead(java.lang.Double value)
Sets the value of the trimHead property.
|
protected java.lang.String maskSeparation
protected java.lang.Double cutWidthFoot
protected java.lang.Double trimFoot
protected java.lang.Double frontOverfold
protected java.lang.Double bleedFoot
protected java.lang.Double spine
protected java.lang.String mask
protected java.lang.Double bleedHead
protected java.lang.Double bleedFace
protected java.lang.Double trimHead
protected java.lang.Double trimFace
protected java.lang.Double millingDepth
protected java.lang.Double cutWidthHead
protected java.lang.Double backOverfold
protected java.util.List<java.lang.Double> creeps
protected java.util.List<java.lang.Double> trimSizes
protected java.lang.Double maskBleed
protected java.lang.String sides
protected java.lang.Double bleedSpine
public java.lang.String getMaskSeparation()
Stringpublic void setMaskSeparation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getCutWidthFoot()
Doublepublic void setCutWidthFoot(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTrimFoot()
Doublepublic void setTrimFoot(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getFrontOverfold()
Doublepublic void setFrontOverfold(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getBleedFoot()
Doublepublic void setBleedFoot(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSpine()
Doublepublic void setSpine(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getMask()
Stringpublic void setMask(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBleedHead()
Doublepublic void setBleedHead(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getBleedFace()
Doublepublic void setBleedFace(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTrimHead()
Doublepublic void setTrimHead(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getTrimFace()
Doublepublic void setTrimFace(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMillingDepth()
Doublepublic void setMillingDepth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCutWidthHead()
Doublepublic void setCutWidthHead(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getBackOverfold()
Doublepublic void setBackOverfold(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.Double getMaskBleed()
Doublepublic void setMaskBleed(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getSides()
Stringpublic void setSides(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getBleedSpine()
Doublepublic void setBleedSpine(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.