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:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public class BendingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BendingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.StringgetPunchType()Gets the value of the punchType property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)java.lang.BooleanisBend()Gets the value of the bend property.java.lang.BooleanisPunch()Gets the value of the punch property.voidsetBend(java.lang.Boolean value)Sets the value of the bend property.voidsetPunch(java.lang.Boolean value)Sets the value of the punch property.voidsetPunchType(java.lang.String value)Sets the value of the punchType property.BendingParamswithBend(java.lang.Boolean value)BendingParamswithPunch(java.lang.Boolean value)BendingParamswithPunchType(java.lang.String value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
bend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected java.lang.Boolean bend
-
punch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected java.lang.Boolean punch
-
punchType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") protected java.lang.String punchType
-
-
Method Detail
-
isBend
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-16T10:16:20Z") public java.lang.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 v2.3.6", date="2022-12-16T10:16:20Z") public void setBend(java.lang.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 v2.3.6", date="2022-12-16T10:16:20Z") public java.lang.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 v2.3.6", date="2022-12-16T10:16:20Z") public void setPunch(java.lang.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 v2.3.6", date="2022-12-16T10:16:20Z") public java.lang.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 v2.3.6", date="2022-12-16T10:16:20Z") public void setPunchType(java.lang.String value)Sets the value of the punchType property.- Parameters:
value- allowed object isString
-
withBend
public BendingParams withBend(java.lang.Boolean value)
-
withPunch
public BendingParams withPunch(java.lang.Boolean value)
-
withPunchType
public BendingParams withPunchType(java.lang.String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-