public class CaseMakingParams extends ParameterType implements Serializable
Java class for CaseMakingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseMakingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="TopFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="FrontFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Height" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="JointWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="SpineWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BottomFoldIn" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CornerType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="CoverWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
bottomFoldIn |
protected String |
cornerType |
protected Double |
coverWidth |
protected Double |
frontFoldIn |
protected List<GlueLine> |
glueLine |
protected Double |
height |
protected Double |
jointWidth |
protected Double |
spineWidth |
protected Double |
topFoldIn |
| Constructor and Description |
|---|
CaseMakingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBottomFoldIn()
Gets the value of the bottomFoldIn property.
|
String |
getCornerType()
Gets the value of the cornerType property.
|
Double |
getCoverWidth()
Gets the value of the coverWidth property.
|
Double |
getFrontFoldIn()
Gets the value of the frontFoldIn property.
|
List<GlueLine> |
getGlueLine()
Gets the value of the glueLine property.
|
Double |
getHeight()
Gets the value of the height property.
|
Double |
getJointWidth()
Gets the value of the jointWidth property.
|
Double |
getSpineWidth()
Gets the value of the spineWidth property.
|
Double |
getTopFoldIn()
Gets the value of the topFoldIn property.
|
void |
setBottomFoldIn(Double value)
Sets the value of the bottomFoldIn property.
|
void |
setCornerType(String value)
Sets the value of the cornerType property.
|
void |
setCoverWidth(Double value)
Sets the value of the coverWidth property.
|
void |
setFrontFoldIn(Double value)
Sets the value of the frontFoldIn property.
|
void |
setHeight(Double value)
Sets the value of the height property.
|
void |
setJointWidth(Double value)
Sets the value of the jointWidth property.
|
void |
setSpineWidth(Double value)
Sets the value of the spineWidth property.
|
void |
setTopFoldIn(Double value)
Sets the value of the topFoldIn property.
|
protected Double topFoldIn
protected Double frontFoldIn
protected Double height
protected Double jointWidth
protected Double spineWidth
protected Double bottomFoldIn
protected String cornerType
protected Double coverWidth
public List<GlueLine> getGlueLine()
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 glueLine property.
For example, to add a new item, do as follows:
getGlueLine().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public Double getTopFoldIn()
Doublepublic void setTopFoldIn(Double value)
value - allowed object is
Doublepublic Double getFrontFoldIn()
Doublepublic void setFrontFoldIn(Double value)
value - allowed object is
Doublepublic Double getHeight()
Doublepublic void setHeight(Double value)
value - allowed object is
Doublepublic Double getJointWidth()
Doublepublic void setJointWidth(Double value)
value - allowed object is
Doublepublic Double getSpineWidth()
Doublepublic void setSpineWidth(Double value)
value - allowed object is
Doublepublic Double getBottomFoldIn()
Doublepublic void setBottomFoldIn(Double value)
value - allowed object is
Doublepublic String getCornerType()
Stringpublic void setCornerType(String value)
value - allowed object is
Stringpublic Double getCoverWidth()
DoubleCopyright © 2013. All Rights Reserved.