Class SheetOptimizingReport

  • 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 SheetOptimizingReport
    extends SpecificResource
    implements java.io.Serializable

    Java class for SheetOptimizingReport complex type

    .

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

    
     <complexType name="SheetOptimizingReport">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="AreaUse" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="BackUse" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="DateSpread" type="{http://www.w3.org/2001/XMLSchema}duration" />
           <attribute name="OrderQuantity" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Positions" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="PrintableArea" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="PrintedWaste" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="UniquePositions" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="UniqueUse" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="VolumeUse" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}Use" />
           <attribute name="WasteQuantity" type="{http://www.w3.org/2001/XMLSchema}int" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • areaUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected float areaUse
      • backUse

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected Duration dateSpread
      • orderQuantity

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

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

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

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

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

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected float volumeUse
      • wasteQuantity

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

      • SheetOptimizingReport

        public SheetOptimizingReport()
    • Method Detail

      • getAreaUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public float getAreaUse()
        Gets the value of the areaUse property.
      • setAreaUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setAreaUse​(float value)
        Sets the value of the areaUse property.
      • getBackUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getBackUse()
        Gets the value of the backUse property.
        Returns:
        possible object is Float
      • setBackUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setBackUse​(java.lang.Float value)
        Sets the value of the backUse property.
        Parameters:
        value - allowed object is Float
      • getDateSpread

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public Duration getDateSpread()
        Gets the value of the dateSpread property.
        Returns:
        possible object is String
      • setDateSpread

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setDateSpread​(Duration value)
        Sets the value of the dateSpread property.
        Parameters:
        value - allowed object is String
      • getOrderQuantity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Integer getOrderQuantity()
        Gets the value of the orderQuantity property.
        Returns:
        possible object is Integer
      • setOrderQuantity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setOrderQuantity​(java.lang.Integer value)
        Sets the value of the orderQuantity property.
        Parameters:
        value - allowed object is Integer
      • getPositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Integer getPositions()
        Gets the value of the positions property.
        Returns:
        possible object is Integer
      • setPositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPositions​(java.lang.Integer value)
        Sets the value of the positions property.
        Parameters:
        value - allowed object is Integer
      • getPrintableArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getPrintableArea()
        Gets the value of the printableArea property.
        Returns:
        possible object is Float
      • setPrintableArea

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPrintableArea​(java.lang.Float value)
        Sets the value of the printableArea property.
        Parameters:
        value - allowed object is Float
      • getPrintedWaste

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getPrintedWaste()
        Gets the value of the printedWaste property.
        Returns:
        possible object is Float
      • setPrintedWaste

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setPrintedWaste​(java.lang.Float value)
        Sets the value of the printedWaste property.
        Parameters:
        value - allowed object is Float
      • getUniquePositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Integer getUniquePositions()
        Gets the value of the uniquePositions property.
        Returns:
        possible object is Integer
      • setUniquePositions

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setUniquePositions​(java.lang.Integer value)
        Sets the value of the uniquePositions property.
        Parameters:
        value - allowed object is Integer
      • getUniqueUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getUniqueUse()
        Gets the value of the uniqueUse property.
        Returns:
        possible object is Float
      • setUniqueUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setUniqueUse​(java.lang.Float value)
        Sets the value of the uniqueUse property.
        Parameters:
        value - allowed object is Float
      • getVolumeUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public float getVolumeUse()
        Gets the value of the volumeUse property.
      • setVolumeUse

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setVolumeUse​(float value)
        Sets the value of the volumeUse property.
      • getWasteQuantity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Integer getWasteQuantity()
        Gets the value of the wasteQuantity property.
        Returns:
        possible object is Integer
      • setWasteQuantity

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setWasteQuantity​(java.lang.Integer value)
        Sets the value of the wasteQuantity property.
        Parameters:
        value - allowed object is Integer