Class BendingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class BendingParams
    extends SpecificResource
    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}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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Boolean bend  
      protected java.lang.Boolean punch  
      protected java.lang.String punchType  
    • Constructor Summary

      Constructors 
      Constructor Description
      BendingParams()  
    • Field Detail

      • bend

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean bend
      • punch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Boolean punch
      • punchType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String punchType
    • Constructor Detail

      • BendingParams

        public BendingParams()
    • Method Detail

      • isBend

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setBend​(java.lang.Boolean value)
        Sets the value of the bend property.
        Parameters:
        value - allowed object is Boolean
      • isPunch

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPunch​(java.lang.Boolean value)
        Sets the value of the punch property.
        Parameters:
        value - allowed object is Boolean
      • getPunchType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        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 v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPunchType​(java.lang.String value)
        Sets the value of the punchType property.
        Parameters:
        value - allowed object is String
      • withBend

        public BendingParams withBend​(java.lang.Boolean value)
      • withPunch

        public BendingParams withPunch​(java.lang.Boolean value)
      • withPunchType

        public BendingParams withPunchType​(java.lang.String value)