public class WrappingParams extends ParameterType implements Serializable
Java class for WrappingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WrappingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="WrappingKind" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
wrappingKind |
| Constructor and Description |
|---|
WrappingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getWrappingKind()
Gets the value of the wrappingKind property.
|
void |
setWrappingKind(String value)
Sets the value of the wrappingKind property.
|
protected String wrappingKind
Copyright © 2013. All Rights Reserved.