Class BundlingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class BundlingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for BundlingParams complex type.

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

    
     <complexType name="BundlingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Copies" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Length" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Integer copies  
      protected java.lang.Float length  
    • Constructor Summary

      Constructors 
      Constructor Description
      BundlingParams()  
    • Field Detail

      • copies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Integer copies
      • length

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float length
    • Constructor Detail

      • BundlingParams

        public BundlingParams()
    • Method Detail

      • getCopies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Integer getCopies()
        Gets the value of the copies property.
        Returns:
        possible object is Integer
      • setCopies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setCopies​(java.lang.Integer value)
        Sets the value of the copies property.
        Parameters:
        value - allowed object is Integer
      • getLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getLength()
        Gets the value of the length property.
        Returns:
        possible object is Float
      • setLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setLength​(java.lang.Float value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is Float
      • withCopies

        public BundlingParams withCopies​(java.lang.Integer value)
      • withLength

        public BundlingParams withLength​(java.lang.Float value)