Package org.cip4.lib.xjdf.schema
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfloatGets the value of the areaUse property.Gets the value of the backUse property.Gets the value of the dateSpread property.Gets the value of the fileSpec property.Gets the value of the orderQuantity property.Gets the value of the positions property.Gets the value of the printableArea property.Gets the value of the printedWaste property.Gets the value of the uniquePositions property.Gets the value of the uniqueUse property.floatGets the value of the volumeUse property.Gets the value of the wasteQuantity property.inthashCode()voidsetAreaUse(float value) Sets the value of the areaUse property.voidsetBackUse(Float value) Sets the value of the backUse property.voidsetDateSpread(Duration value) Sets the value of the dateSpread property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetOrderQuantity(Integer value) Sets the value of the orderQuantity property.voidsetPositions(Integer value) Sets the value of the positions property.voidsetPrintableArea(Float value) Sets the value of the printableArea property.voidsetPrintedWaste(Float value) Sets the value of the printedWaste property.voidsetUniquePositions(Integer value) Sets the value of the uniquePositions property.voidsetUniqueUse(Float value) Sets the value of the uniqueUse property.voidsetVolumeUse(float value) Sets the value of the volumeUse property.voidsetWasteQuantity(Integer value) Sets the value of the wasteQuantity property.withAreaUse(float value) withBackUse(Float value) withDateSpread(Duration value) withFileSpec(FileSpec value) withOrderQuantity(Integer value) withPositions(Integer value) withPrintableArea(Float value) withPrintedWaste(Float value) withUniquePositions(Integer value) withUniqueUse(Float value) withVolumeUse(float value) withWasteQuantity(Integer value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
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 isFileSpec
-
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 isFloat
-
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 isString
-
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 isInteger
-
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 isInteger
-
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 isFloat
-
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 isFloat
-
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 isInteger
-
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 isFloat
-
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 isInteger
-
withFileSpec
-
withAreaUse
-
withBackUse
-
withDateSpread
-
withOrderQuantity
-
withPositions
-
withPrintableArea
-
withPrintedWaste
-
withUniquePositions
-
withUniqueUse
-
withVolumeUse
-
withWasteQuantity
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-