public class BendingParams extends ParameterType implements 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 Boolean |
bend |
protected Boolean |
punch |
protected String |
punchType |
| Constructor and Description |
|---|
BendingParams() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBend()
Gets the value of the bend property.
|
Boolean |
getPunch()
Gets the value of the punch property.
|
String |
getPunchType()
Gets the value of the punchType property.
|
void |
setBend(Boolean value)
Sets the value of the bend property.
|
void |
setPunch(Boolean value)
Sets the value of the punch property.
|
void |
setPunchType(String value)
Sets the value of the punchType property.
|
protected Boolean bend
protected String punchType
protected Boolean punch
public Boolean getBend()
Booleanpublic void setBend(Boolean value)
value - allowed object is
Booleanpublic String getPunchType()
Stringpublic void setPunchType(String value)
value - allowed object is
Stringpublic Boolean getPunch()
BooleanCopyright © 2012. All Rights Reserved.