Class SheetOptimizingReport

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.SheetOptimizingReport
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public class SheetOptimizingReport extends SpecificResource implements 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">
       <sequence>
         <element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
       </sequence>
       <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:
  • Field Details

    • fileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected FileSpec fileSpec
    • areaUse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected float areaUse
    • backUse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float backUse
    • dateSpread

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Duration dateSpread
    • orderQuantity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer orderQuantity
    • positions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer positions
    • printableArea

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float printableArea
    • printedWaste

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float printedWaste
    • uniquePositions

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer uniquePositions
    • uniqueUse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float uniqueUse
    • volumeUse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected float volumeUse
    • wasteQuantity

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Integer wasteQuantity
  • Constructor Details

    • SheetOptimizingReport

      public SheetOptimizingReport()
  • Method Details

    • getFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public FileSpec getFileSpec()
      Gets the value of the fileSpec property.
      Returns:
      possible object is FileSpec
    • setFileSpec

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setFileSpec(FileSpec value)
      Sets the value of the fileSpec property.
      Parameters:
      value - allowed object is FileSpec
    • getAreaUse

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setBackUse(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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setOrderQuantity(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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setPositions(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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setPrintableArea(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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setPrintedWaste(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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setUniquePositions(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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setUniqueUse(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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") 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="2025-09-19T22:22:03Z") public 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="2025-09-19T22:22:03Z") public void setWasteQuantity(Integer value)
      Sets the value of the wasteQuantity property.
      Parameters:
      value - allowed object is Integer
    • withFileSpec

      public SheetOptimizingReport withFileSpec(FileSpec value)
    • withAreaUse

      public SheetOptimizingReport withAreaUse(float value)
    • withBackUse

      public SheetOptimizingReport withBackUse(Float value)
    • withDateSpread

      public SheetOptimizingReport withDateSpread(Duration value)
    • withOrderQuantity

      public SheetOptimizingReport withOrderQuantity(Integer value)
    • withPositions

      public SheetOptimizingReport withPositions(Integer value)
    • withPrintableArea

      public SheetOptimizingReport withPrintableArea(Float value)
    • withPrintedWaste

      public SheetOptimizingReport withPrintedWaste(Float value)
    • withUniquePositions

      public SheetOptimizingReport withUniquePositions(Integer value)
    • withUniqueUse

      public SheetOptimizingReport withUniqueUse(Float value)
    • withVolumeUse

      public SheetOptimizingReport withVolumeUse(float value)
    • withWasteQuantity

      public SheetOptimizingReport withWasteQuantity(Integer value)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource