public class StrappingParams extends ParameterType implements java.io.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 java.lang.String |
strappingType |
protected java.lang.String |
strapPositions |
| Constructor and Description |
|---|
StrappingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStrappingType()
Gets the value of the strappingType property.
|
java.lang.String |
getStrapPositions()
Gets the value of the strapPositions property.
|
void |
setStrappingType(java.lang.String value)
Sets the value of the strappingType property.
|
void |
setStrapPositions(java.lang.String value)
Sets the value of the strapPositions property.
|
protected java.lang.String strappingType
protected java.lang.String strapPositions
public java.lang.String getStrappingType()
Stringpublic void setStrappingType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStrapPositions()
Stringpublic void setStrapPositions(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.