Package org.cip4.lib.xjdf.schema
Class BendingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.BendingParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class BendingParams
extends SpecificResource
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}SpecificResource">
<attribute name="Bend" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Punch" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="PunchType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the punchType property.inthashCode()isBend()Gets the value of the bend property.isPunch()Gets the value of the punch property.voidSets the value of the bend property.voidSets the value of the punch property.voidsetPunchType(String value) Sets the value of the punchType property.withPunchType(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
bend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean bend -
punch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Boolean punch -
punchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String punchType
-
-
Constructor Details
-
BendingParams
public BendingParams()
-
-
Method Details
-
isBend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isBend()Gets the value of the bend property.- Returns:
- possible object is
Boolean
-
setBend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setBend(Boolean value) Sets the value of the bend property.- Parameters:
value- allowed object isBoolean
-
isPunch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Boolean isPunch()Gets the value of the punch property.- Returns:
- possible object is
Boolean
-
setPunch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPunch(Boolean value) Sets the value of the punch property.- Parameters:
value- allowed object isBoolean
-
getPunchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getPunchType()Gets the value of the punchType property.- Returns:
- possible object is
String
-
setPunchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setPunchType(String value) Sets the value of the punchType property.- Parameters:
value- allowed object isString
-
withBend
-
withPunch
-
withPunchType
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-