Package org.cip4.lib.xjdf.schema
Class BoxPackingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.BoxPackingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class BoxPackingParams extends SpecificResource implements java.io.SerializableJava 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBoxPackingParams.BoxTypeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected BoxPackingParams.BoxTypeboxTypeprotected java.lang.StringboxTypeDetailsprotected java.lang.Integercolumnsprotected java.lang.IntegercomponentsPerRowprotected java.lang.Integercopiesprotected FacefaceDownprotected java.lang.Integerlayersprotected java.lang.FloatmaxWeightprotected java.lang.Stringpatternprotected java.lang.Integerrowsprotected IntegerListtiesprotected IntegerListunderLays
-
Constructor Summary
Constructors Constructor Description BoxPackingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)BoxPackingParams.BoxTypegetBoxType()Gets the value of the boxType property.java.lang.StringgetBoxTypeDetails()Gets the value of the boxTypeDetails property.java.lang.IntegergetColumns()Gets the value of the columns property.java.lang.IntegergetComponentsPerRow()Gets the value of the componentsPerRow property.java.lang.IntegergetCopies()Gets the value of the copies property.FacegetFaceDown()Gets the value of the faceDown property.java.lang.IntegergetLayers()Gets the value of the layers property.java.lang.FloatgetMaxWeight()Gets the value of the maxWeight property.java.lang.StringgetPattern()Gets the value of the pattern property.java.lang.IntegergetRows()Gets the value of the rows property.IntegerListgetTies()Gets the value of the ties property.IntegerListgetUnderLays()Gets the value of the underLays property.inthashCode()voidsetBoxType(BoxPackingParams.BoxType value)Sets the value of the boxType property.voidsetBoxTypeDetails(java.lang.String value)Sets the value of the boxTypeDetails property.voidsetColumns(java.lang.Integer value)Sets the value of the columns property.voidsetComponentsPerRow(java.lang.Integer value)Sets the value of the componentsPerRow property.voidsetCopies(java.lang.Integer value)Sets the value of the copies property.voidsetFaceDown(Face value)Sets the value of the faceDown property.voidsetLayers(java.lang.Integer value)Sets the value of the layers property.voidsetMaxWeight(java.lang.Float value)Sets the value of the maxWeight property.voidsetPattern(java.lang.String value)Sets the value of the pattern property.voidsetRows(java.lang.Integer value)Sets the value of the rows property.voidsetTies(IntegerList value)Sets the value of the ties property.voidsetUnderLays(IntegerList value)Sets the value of the underLays property.BoxPackingParamswithBoxType(BoxPackingParams.BoxType value)BoxPackingParamswithBoxTypeDetails(java.lang.String value)BoxPackingParamswithColumns(java.lang.Integer value)BoxPackingParamswithComponentsPerRow(java.lang.Integer value)BoxPackingParamswithCopies(java.lang.Integer value)BoxPackingParamswithFaceDown(Face value)BoxPackingParamswithLayers(java.lang.Integer value)BoxPackingParamswithMaxWeight(java.lang.Float value)BoxPackingParamswithPattern(java.lang.String value)BoxPackingParamswithRows(java.lang.Integer value)BoxPackingParamswithTies(IntegerList value)BoxPackingParamswithUnderLays(IntegerList value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
boxType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected BoxPackingParams.BoxType boxType
-
boxTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String boxTypeDetails
-
columns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer columns
-
componentsPerRow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer componentsPerRow
-
copies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer copies
-
faceDown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected Face faceDown
-
layers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer layers
-
maxWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Float maxWeight
-
pattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.String pattern
-
rows
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Integer rows
-
ties
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected IntegerList ties
-
underLays
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected IntegerList underLays
-
-
Method Detail
-
getBoxType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setBoxType(BoxPackingParams.BoxType value)Sets the value of the boxType property.- Parameters:
value- allowed object isBoxPackingParams.BoxType
-
getBoxTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setBoxTypeDetails(java.lang.String value)Sets the value of the boxTypeDetails property.- Parameters:
value- allowed object isString
-
getColumns
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setColumns(java.lang.Integer value)Sets the value of the columns property.- Parameters:
value- allowed object isInteger
-
getComponentsPerRow
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setComponentsPerRow(java.lang.Integer value)Sets the value of the componentsPerRow property.- Parameters:
value- allowed object isInteger
-
getCopies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setCopies(java.lang.Integer value)Sets the value of the copies property.- Parameters:
value- allowed object isInteger
-
getFaceDown
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setFaceDown(Face value)Sets the value of the faceDown property.- Parameters:
value- allowed object isFace
-
getLayers
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setLayers(java.lang.Integer value)Sets the value of the layers property.- Parameters:
value- allowed object isInteger
-
getMaxWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setMaxWeight(java.lang.Float value)Sets the value of the maxWeight property.- Parameters:
value- allowed object isFloat
-
getPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setPattern(java.lang.String value)Sets the value of the pattern property.- Parameters:
value- allowed object isString
-
getRows
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setRows(java.lang.Integer value)Sets the value of the rows property.- Parameters:
value- allowed object isInteger
-
getTies
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setTies(IntegerList value)Sets the value of the ties property.- Parameters:
value- allowed object isString
-
getUnderLays
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") 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="2022-12-20T17:59:47Z") public void setUnderLays(IntegerList value)Sets the value of the underLays property.- Parameters:
value- allowed object isString
-
withBoxType
public BoxPackingParams withBoxType(BoxPackingParams.BoxType value)
-
withBoxTypeDetails
public BoxPackingParams withBoxTypeDetails(java.lang.String value)
-
withColumns
public BoxPackingParams withColumns(java.lang.Integer value)
-
withComponentsPerRow
public BoxPackingParams withComponentsPerRow(java.lang.Integer value)
-
withCopies
public BoxPackingParams withCopies(java.lang.Integer value)
-
withFaceDown
public BoxPackingParams withFaceDown(Face value)
-
withLayers
public BoxPackingParams withLayers(java.lang.Integer value)
-
withMaxWeight
public BoxPackingParams withMaxWeight(java.lang.Float value)
-
withPattern
public BoxPackingParams withPattern(java.lang.String value)
-
withRows
public BoxPackingParams withRows(java.lang.Integer value)
-
withTies
public BoxPackingParams withTies(IntegerList value)
-
withUnderLays
public BoxPackingParams withUnderLays(IntegerList value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-