public class StrappingParams extends ParameterType implements Serializable
Java class for StrappingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrappingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="StrappingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="StrapPositions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
strappingType |
protected String |
strapPositions |
| Constructor and Description |
|---|
StrappingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStrappingType()
Gets the value of the strappingType property.
|
String |
getStrapPositions()
Gets the value of the strapPositions property.
|
void |
setStrappingType(String value)
Sets the value of the strappingType property.
|
void |
setStrapPositions(String value)
Sets the value of the strapPositions property.
|
protected String strappingType
protected String strapPositions
public String getStrappingType()
Stringpublic void setStrappingType(String value)
value - allowed object is
Stringpublic String getStrapPositions()
StringCopyright © 2013. All Rights Reserved.