Class LooseBindingParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class LooseBindingParams
    extends SpecificResource
    implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    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