public class BendingParams extends ParameterType implements java.io.Serializable
Java class for BendingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BendingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="Bend" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="PunchType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Punch" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
bend |
protected java.lang.Boolean |
punch |
protected java.lang.String |
punchType |
| Constructor and Description |
|---|
BendingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getBend()
Gets the value of the bend property.
|
java.lang.Boolean |
getPunch()
Gets the value of the punch property.
|
java.lang.String |
getPunchType()
Gets the value of the punchType property.
|
void |
setBend(java.lang.Boolean value)
Sets the value of the bend property.
|
void |
setPunch(java.lang.Boolean value)
Sets the value of the punch property.
|
void |
setPunchType(java.lang.String value)
Sets the value of the punchType property.
|
protected java.lang.Boolean bend
protected java.lang.String punchType
protected java.lang.Boolean punch
public java.lang.Boolean getBend()
Booleanpublic void setBend(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPunchType()
Stringpublic void setPunchType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getPunch()
Booleanpublic void setPunch(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.