public class CaseMakingParams extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.Double |
bottomFoldIn |
protected java.lang.String |
cornerType |
protected java.lang.Double |
coverWidth |
protected java.lang.Double |
frontFoldIn |
protected java.util.List<GlueLine> |
glueLines |
protected java.lang.Double |
height |
protected java.lang.Double |
jointWidth |
protected java.lang.Double |
spineWidth |
protected java.lang.Double |
topFoldIn |
| Constructor and Description |
|---|
CaseMakingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getBottomFoldIn()
Gets the value of the bottomFoldIn property.
|
java.lang.String |
getCornerType()
Gets the value of the cornerType property.
|
java.lang.Double |
getCoverWidth()
Gets the value of the coverWidth property.
|
java.lang.Double |
getFrontFoldIn()
Gets the value of the frontFoldIn property.
|
java.util.List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
java.lang.Double |
getHeight()
Gets the value of the height property.
|
java.lang.Double |
getJointWidth()
Gets the value of the jointWidth property.
|
java.lang.Double |
getSpineWidth()
Gets the value of the spineWidth property.
|
java.lang.Double |
getTopFoldIn()
Gets the value of the topFoldIn property.
|
void |
setBottomFoldIn(java.lang.Double value)
Sets the value of the bottomFoldIn property.
|
void |
setCornerType(java.lang.String value)
Sets the value of the cornerType property.
|
void |
setCoverWidth(java.lang.Double value)
Sets the value of the coverWidth property.
|
void |
setFrontFoldIn(java.lang.Double value)
Sets the value of the frontFoldIn property.
|
void |
setHeight(java.lang.Double value)
Sets the value of the height property.
|
void |
setJointWidth(java.lang.Double value)
Sets the value of the jointWidth property.
|
void |
setSpineWidth(java.lang.Double value)
Sets the value of the spineWidth property.
|
void |
setTopFoldIn(java.lang.Double value)
Sets the value of the topFoldIn property.
|
protected java.util.List<GlueLine> glueLines
protected java.lang.Double topFoldIn
protected java.lang.Double frontFoldIn
protected java.lang.Double height
protected java.lang.Double jointWidth
protected java.lang.Double spineWidth
protected java.lang.Double bottomFoldIn
protected java.lang.String cornerType
protected java.lang.Double coverWidth
public java.util.List<GlueLine> getGlueLines()
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 glueLines property.
For example, to add a new item, do as follows:
getGlueLines().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public java.lang.Double getTopFoldIn()
Doublepublic void setTopFoldIn(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getFrontFoldIn()
Doublepublic void setFrontFoldIn(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getHeight()
Doublepublic void setHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getJointWidth()
Doublepublic void setJointWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getSpineWidth()
Doublepublic void setSpineWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getBottomFoldIn()
Doublepublic void setBottomFoldIn(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getCornerType()
Stringpublic void setCornerType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getCoverWidth()
Doublepublic void setCoverWidth(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.