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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class BoxPackingParams extends SpecificResource implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected BoxPackingParams.BoxType boxType
-
boxTypeDetails
protected java.lang.String boxTypeDetails
-
columns
protected java.lang.Integer columns
-
componentsPerRow
protected java.lang.Integer componentsPerRow
-
copies
protected java.lang.Integer copies
-
faceDown
protected Face faceDown
-
layers
protected java.lang.Integer layers
-
maxWeight
protected java.lang.Float maxWeight
-
pattern
protected java.lang.String pattern
-
rows
protected java.lang.Integer rows
-
ties
protected IntegerList ties
-
underLays
protected IntegerList underLays
-
-
Method Detail
-
getBoxType
public BoxPackingParams.BoxType getBoxType()
Gets the value of the boxType property.- Returns:
- possible object is
BoxPackingParams.BoxType
-
setBoxType
public void setBoxType(BoxPackingParams.BoxType value)
Sets the value of the boxType property.- Parameters:
value- allowed object isBoxPackingParams.BoxType
-
getBoxTypeDetails
public java.lang.String getBoxTypeDetails()
Gets the value of the boxTypeDetails property.- Returns:
- possible object is
String
-
setBoxTypeDetails
public void setBoxTypeDetails(java.lang.String value)
Sets the value of the boxTypeDetails property.- Parameters:
value- allowed object isString
-
getColumns
public java.lang.Integer getColumns()
Gets the value of the columns property.- Returns:
- possible object is
Integer
-
setColumns
public void setColumns(java.lang.Integer value)
Sets the value of the columns property.- Parameters:
value- allowed object isInteger
-
getComponentsPerRow
public java.lang.Integer getComponentsPerRow()
Gets the value of the componentsPerRow property.- Returns:
- possible object is
Integer
-
setComponentsPerRow
public void setComponentsPerRow(java.lang.Integer value)
Sets the value of the componentsPerRow property.- Parameters:
value- allowed object isInteger
-
getCopies
public java.lang.Integer getCopies()
Gets the value of the copies property.- Returns:
- possible object is
Integer
-
setCopies
public void setCopies(java.lang.Integer value)
Sets the value of the copies property.- Parameters:
value- allowed object isInteger
-
getFaceDown
public Face getFaceDown()
Gets the value of the faceDown property.- Returns:
- possible object is
Face
-
setFaceDown
public void setFaceDown(Face value)
Sets the value of the faceDown property.- Parameters:
value- allowed object isFace
-
getLayers
public java.lang.Integer getLayers()
Gets the value of the layers property.- Returns:
- possible object is
Integer
-
setLayers
public void setLayers(java.lang.Integer value)
Sets the value of the layers property.- Parameters:
value- allowed object isInteger
-
getMaxWeight
public java.lang.Float getMaxWeight()
Gets the value of the maxWeight property.- Returns:
- possible object is
Float
-
setMaxWeight
public void setMaxWeight(java.lang.Float value)
Sets the value of the maxWeight property.- Parameters:
value- allowed object isFloat
-
getPattern
public java.lang.String getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
String
-
setPattern
public void setPattern(java.lang.String value)
Sets the value of the pattern property.- Parameters:
value- allowed object isString
-
getRows
public java.lang.Integer getRows()
Gets the value of the rows property.- Returns:
- possible object is
Integer
-
setRows
public void setRows(java.lang.Integer value)
Sets the value of the rows property.- Parameters:
value- allowed object isInteger
-
getTies
public IntegerList getTies()
Gets the value of the ties property.- Returns:
- possible object is
String
-
setTies
public void setTies(IntegerList value)
Sets the value of the ties property.- Parameters:
value- allowed object isString
-
getUnderLays
public IntegerList getUnderLays()
Gets the value of the underLays property.- Returns:
- possible object is
String
-
setUnderLays
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-