public class JacketingParams extends ParameterType implements java.io.Serializable
Java class for JacketingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JacketingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="FoldingWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
foldingWidth |
| Constructor and Description |
|---|
JacketingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getFoldingWidth()
Gets the value of the foldingWidth property.
|
void |
setFoldingWidth(java.lang.Double value)
Sets the value of the foldingWidth property.
|
public java.lang.Double getFoldingWidth()
Doublepublic void setFoldingWidth(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.