public class JacketingParams extends ParameterType implements 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 Double |
foldingWidth |
| Constructor and Description |
|---|
JacketingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFoldingWidth()
Gets the value of the foldingWidth property.
|
void |
setFoldingWidth(Double value)
Sets the value of the foldingWidth property.
|
protected Double foldingWidth
Copyright © 2012. All Rights Reserved.