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:
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.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected floatareaUseprotected java.lang.FloatbackUseprotected DurationdateSpreadprotected java.lang.IntegerorderQuantityprotected java.lang.Integerpositionsprotected java.lang.FloatprintableAreaprotected java.lang.FloatprintedWasteprotected java.lang.IntegeruniquePositionsprotected java.lang.FloatuniqueUseprotected floatvolumeUseprotected java.lang.IntegerwasteQuantity
-
Constructor Summary
Constructors Constructor Description SheetOptimizingReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)floatgetAreaUse()Gets the value of the areaUse property.java.lang.FloatgetBackUse()Gets the value of the backUse property.DurationgetDateSpread()Gets the value of the dateSpread property.java.lang.IntegergetOrderQuantity()Gets the value of the orderQuantity property.java.lang.IntegergetPositions()Gets the value of the positions property.java.lang.FloatgetPrintableArea()Gets the value of the printableArea property.java.lang.FloatgetPrintedWaste()Gets the value of the printedWaste property.java.lang.IntegergetUniquePositions()Gets the value of the uniquePositions property.java.lang.FloatgetUniqueUse()Gets the value of the uniqueUse property.floatgetVolumeUse()Gets the value of the volumeUse property.java.lang.IntegergetWasteQuantity()Gets the value of the wasteQuantity property.inthashCode()voidsetAreaUse(float value)Sets the value of the areaUse property.voidsetBackUse(java.lang.Float value)Sets the value of the backUse property.voidsetDateSpread(Duration value)Sets the value of the dateSpread property.voidsetOrderQuantity(java.lang.Integer value)Sets the value of the orderQuantity property.voidsetPositions(java.lang.Integer value)Sets the value of the positions property.voidsetPrintableArea(java.lang.Float value)Sets the value of the printableArea property.voidsetPrintedWaste(java.lang.Float value)Sets the value of the printedWaste property.voidsetUniquePositions(java.lang.Integer value)Sets the value of the uniquePositions property.voidsetUniqueUse(java.lang.Float value)Sets the value of the uniqueUse property.voidsetVolumeUse(float value)Sets the value of the volumeUse property.voidsetWasteQuantity(java.lang.Integer value)Sets the value of the wasteQuantity property.SheetOptimizingReportwithAreaUse(float value)SheetOptimizingReportwithBackUse(java.lang.Float value)SheetOptimizingReportwithDateSpread(Duration value)SheetOptimizingReportwithOrderQuantity(java.lang.Integer value)SheetOptimizingReportwithPositions(java.lang.Integer value)SheetOptimizingReportwithPrintableArea(java.lang.Float value)SheetOptimizingReportwithPrintedWaste(java.lang.Float value)SheetOptimizingReportwithUniquePositions(java.lang.Integer value)SheetOptimizingReportwithUniqueUse(java.lang.Float value)SheetOptimizingReportwithVolumeUse(float value)SheetOptimizingReportwithWasteQuantity(java.lang.Integer value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
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
-
-
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 isFloat
-
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 isString
-
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 isInteger
-
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 isInteger
-
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 isFloat
-
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 isFloat
-
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 isInteger
-
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 isFloat
-
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 isInteger
-
withAreaUse
public SheetOptimizingReport withAreaUse(float value)
-
withBackUse
public SheetOptimizingReport withBackUse(java.lang.Float value)
-
withDateSpread
public SheetOptimizingReport withDateSpread(Duration value)
-
withOrderQuantity
public SheetOptimizingReport withOrderQuantity(java.lang.Integer value)
-
withPositions
public SheetOptimizingReport withPositions(java.lang.Integer value)
-
withPrintableArea
public SheetOptimizingReport withPrintableArea(java.lang.Float value)
-
withPrintedWaste
public SheetOptimizingReport withPrintedWaste(java.lang.Float value)
-
withUniquePositions
public SheetOptimizingReport withUniquePositions(java.lang.Integer value)
-
withUniqueUse
public SheetOptimizingReport withUniqueUse(java.lang.Float value)
-
withVolumeUse
public SheetOptimizingReport withVolumeUse(float value)
-
withWasteQuantity
public SheetOptimizingReport withWasteQuantity(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-