Class BoxPackingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class BoxPackingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for BoxPackingParams complex type.

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

    
     <complexType name="BoxPackingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="BoxType" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="Box"/>
                 <enumeration value="Carton"/>
                 <enumeration value="Envelope"/>
                 <enumeration value="Tube"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="BoxTypeDetails" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="Columns" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="ComponentsPerRow" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Copies" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="FaceDown" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
           <attribute name="Layers" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="MaxWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Pattern" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Rows" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Ties" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
           <attribute name="UnderLays" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • boxType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected BoxPackingParams.BoxType boxType
      • boxTypeDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String boxTypeDetails
      • columns

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer columns
      • componentsPerRow

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer componentsPerRow
      • copies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer copies
      • faceDown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Face faceDown
      • layers

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer layers
      • maxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float maxWeight
      • pattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String pattern
      • rows

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer rows
      • ties

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected IntegerList ties
      • underLays

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected IntegerList underLays
    • Constructor Detail

      • BoxPackingParams

        public BoxPackingParams()
    • Method Detail

      • getBoxType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public BoxPackingParams.BoxType getBoxType()
        Gets the value of the boxType property.
        Returns:
        possible object is BoxPackingParams.BoxType
      • setBoxType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setBoxType​(BoxPackingParams.BoxType value)
        Sets the value of the boxType property.
        Parameters:
        value - allowed object is BoxPackingParams.BoxType
      • getBoxTypeDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getBoxTypeDetails()
        Gets the value of the boxTypeDetails property.
        Returns:
        possible object is String
      • setBoxTypeDetails

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setBoxTypeDetails​(java.lang.String value)
        Sets the value of the boxTypeDetails property.
        Parameters:
        value - allowed object is String
      • getColumns

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Integer getColumns()
        Gets the value of the columns property.
        Returns:
        possible object is Integer
      • setColumns

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setColumns​(java.lang.Integer value)
        Sets the value of the columns property.
        Parameters:
        value - allowed object is Integer
      • getComponentsPerRow

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Integer getComponentsPerRow()
        Gets the value of the componentsPerRow property.
        Returns:
        possible object is Integer
      • setComponentsPerRow

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setComponentsPerRow​(java.lang.Integer value)
        Sets the value of the componentsPerRow property.
        Parameters:
        value - allowed object is Integer
      • getCopies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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="2023-01-02T18:51:33Z")
        public void setCopies​(java.lang.Integer value)
        Sets the value of the copies property.
        Parameters:
        value - allowed object is Integer
      • getFaceDown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public Face getFaceDown()
        Gets the value of the faceDown property.
        Returns:
        possible object is Face
      • setFaceDown

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setFaceDown​(Face value)
        Sets the value of the faceDown property.
        Parameters:
        value - allowed object is Face
      • getLayers

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Integer getLayers()
        Gets the value of the layers property.
        Returns:
        possible object is Integer
      • setLayers

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setLayers​(java.lang.Integer value)
        Sets the value of the layers property.
        Parameters:
        value - allowed object is Integer
      • getMaxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getMaxWeight()
        Gets the value of the maxWeight property.
        Returns:
        possible object is Float
      • setMaxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setMaxWeight​(java.lang.Float value)
        Sets the value of the maxWeight property.
        Parameters:
        value - allowed object is Float
      • getPattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.String getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is String
      • setPattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPattern​(java.lang.String value)
        Sets the value of the pattern property.
        Parameters:
        value - allowed object is String
      • getRows

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Integer getRows()
        Gets the value of the rows property.
        Returns:
        possible object is Integer
      • setRows

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setRows​(java.lang.Integer value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is Integer
      • getTies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public IntegerList getTies()
        Gets the value of the ties property.
        Returns:
        possible object is String
      • setTies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTies​(IntegerList value)
        Sets the value of the ties property.
        Parameters:
        value - allowed object is String
      • getUnderLays

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public IntegerList getUnderLays()
        Gets the value of the underLays property.
        Returns:
        possible object is String
      • setUnderLays

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setUnderLays​(IntegerList value)
        Sets the value of the underLays property.
        Parameters:
        value - allowed object is String
      • withBoxTypeDetails

        public BoxPackingParams withBoxTypeDetails​(java.lang.String value)
      • withColumns

        public BoxPackingParams withColumns​(java.lang.Integer value)
      • withComponentsPerRow

        public BoxPackingParams withComponentsPerRow​(java.lang.Integer value)
      • withMaxWeight

        public BoxPackingParams withMaxWeight​(java.lang.Float value)