Class LooseBindingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class LooseBindingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for LooseBindingParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="LooseBindingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}ChannelBindingDetails" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}CoilBindingDetails" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}CombBindingDetails" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}HolePattern" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}RingBindingDetails" minOccurs="0"/>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}StripBindingDetails" minOccurs="0"/>
           </sequence>
           <attribute name="BindingType" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="ChannelBinding"/>
                 <enumeration value="CoilBinding"/>
                 <enumeration value="CombBinding"/>
                 <enumeration value="RingBinding"/>
                 <enumeration value="StripBinding"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="CoverMaterial" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • channelBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected ChannelBindingDetails channelBindingDetails
      • coilBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected CoilBindingDetails coilBindingDetails
      • combBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected CombBindingDetails combBindingDetails
      • holePattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.util.List<HolePattern> holePattern
      • ringBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected RingBindingDetails ringBindingDetails
      • stripBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected StripBindingDetails stripBindingDetails
      • bindingType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected LooseBindingParams.BindingType bindingType
      • coverMaterial

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String coverMaterial
    • Constructor Detail

      • LooseBindingParams

        public LooseBindingParams()
    • Method Detail

      • getChannelBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public ChannelBindingDetails getChannelBindingDetails()
        Gets the value of the channelBindingDetails property.
        Returns:
        possible object is ChannelBindingDetails
      • setChannelBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setChannelBindingDetails​(ChannelBindingDetails value)
        Sets the value of the channelBindingDetails property.
        Parameters:
        value - allowed object is ChannelBindingDetails
      • getCoilBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public CoilBindingDetails getCoilBindingDetails()
        Gets the value of the coilBindingDetails property.
        Returns:
        possible object is CoilBindingDetails
      • setCoilBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCoilBindingDetails​(CoilBindingDetails value)
        Sets the value of the coilBindingDetails property.
        Parameters:
        value - allowed object is CoilBindingDetails
      • getCombBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public CombBindingDetails getCombBindingDetails()
        Gets the value of the combBindingDetails property.
        Returns:
        possible object is CombBindingDetails
      • setCombBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCombBindingDetails​(CombBindingDetails value)
        Sets the value of the combBindingDetails property.
        Parameters:
        value - allowed object is CombBindingDetails
      • getHolePattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.util.List<HolePattern> getHolePattern()
        Gets the value of the holePattern property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the holePattern property.

        For example, to add a new item, do as follows:

            getHolePattern().add(newItem);
         

        Objects of the following type(s) are allowed in the list HolePattern

        Returns:
        The value of the holePattern property.
      • getRingBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public RingBindingDetails getRingBindingDetails()
        Gets the value of the ringBindingDetails property.
        Returns:
        possible object is RingBindingDetails
      • setRingBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setRingBindingDetails​(RingBindingDetails value)
        Sets the value of the ringBindingDetails property.
        Parameters:
        value - allowed object is RingBindingDetails
      • getStripBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public StripBindingDetails getStripBindingDetails()
        Gets the value of the stripBindingDetails property.
        Returns:
        possible object is StripBindingDetails
      • setStripBindingDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setStripBindingDetails​(StripBindingDetails value)
        Sets the value of the stripBindingDetails property.
        Parameters:
        value - allowed object is StripBindingDetails
      • setBindingType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setBindingType​(LooseBindingParams.BindingType value)
        Sets the value of the bindingType property.
        Parameters:
        value - allowed object is LooseBindingParams.BindingType
      • getCoverMaterial

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.String getCoverMaterial()
        Gets the value of the coverMaterial property.
        Returns:
        possible object is String
      • setCoverMaterial

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCoverMaterial​(java.lang.String value)
        Sets the value of the coverMaterial property.
        Parameters:
        value - allowed object is String
      • withCoverMaterial

        public LooseBindingParams withCoverMaterial​(java.lang.String value)