@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class BoxPackingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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="Roll"/>
</restriction>
</simpleType>
</attribute>
<attribute name="BoxTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ComponentsPerRow" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Columns" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FaceDown" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
<attribute name="Copies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Layers" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Pattern" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Rows" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoxPackingParams.BoxType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected BoxPackingParams.BoxType |
boxType |
protected java.lang.String |
boxTypeDetails |
protected java.lang.Integer |
columns |
protected java.lang.Integer |
componentsPerRow |
protected java.lang.Integer |
copies |
protected Face |
faceDown |
protected java.lang.Integer |
layers |
protected java.lang.Float |
maxWeight |
protected java.lang.String |
pattern |
protected java.lang.Integer |
rows |
protected IntegerList |
ties |
protected IntegerList |
underLays |
| Constructor and Description |
|---|
BoxPackingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
BoxPackingParams.BoxType |
getBoxType()
Gets the value of the boxType property.
|
java.lang.String |
getBoxTypeDetails()
Gets the value of the boxTypeDetails property.
|
java.lang.Integer |
getColumns()
Gets the value of the columns property.
|
java.lang.Integer |
getComponentsPerRow()
Gets the value of the componentsPerRow property.
|
java.lang.Integer |
getCopies()
Gets the value of the copies property.
|
Face |
getFaceDown()
Gets the value of the faceDown property.
|
java.lang.Integer |
getLayers()
Gets the value of the layers property.
|
java.lang.Float |
getMaxWeight()
Gets the value of the maxWeight property.
|
java.lang.String |
getPattern()
Gets the value of the pattern property.
|
java.lang.Integer |
getRows()
Gets the value of the rows property.
|
IntegerList |
getTies()
Gets the value of the ties property.
|
IntegerList |
getUnderLays()
Gets the value of the underLays property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBoxType(BoxPackingParams.BoxType value)
Sets the value of the boxType property.
|
void |
setBoxTypeDetails(java.lang.String value)
Sets the value of the boxTypeDetails property.
|
void |
setColumns(java.lang.Integer value)
Sets the value of the columns property.
|
void |
setComponentsPerRow(java.lang.Integer value)
Sets the value of the componentsPerRow property.
|
void |
setCopies(java.lang.Integer value)
Sets the value of the copies property.
|
void |
setFaceDown(Face value)
Sets the value of the faceDown property.
|
void |
setLayers(java.lang.Integer value)
Sets the value of the layers property.
|
void |
setMaxWeight(java.lang.Float value)
Sets the value of the maxWeight property.
|
void |
setPattern(java.lang.String value)
Sets the value of the pattern property.
|
void |
setRows(java.lang.Integer value)
Sets the value of the rows property.
|
void |
setTies(IntegerList value)
Sets the value of the ties property.
|
void |
setUnderLays(IntegerList value)
Sets the value of the underLays property.
|
BoxPackingParams |
withBoxType(BoxPackingParams.BoxType value) |
BoxPackingParams |
withBoxTypeDetails(java.lang.String value) |
BoxPackingParams |
withColumns(java.lang.Integer value) |
BoxPackingParams |
withComponentsPerRow(java.lang.Integer value) |
BoxPackingParams |
withCopies(java.lang.Integer value) |
BoxPackingParams |
withFaceDown(Face value) |
BoxPackingParams |
withLayers(java.lang.Integer value) |
BoxPackingParams |
withMaxWeight(java.lang.Float value) |
BoxPackingParams |
withPattern(java.lang.String value) |
BoxPackingParams |
withRows(java.lang.Integer value) |
BoxPackingParams |
withTies(IntegerList value) |
BoxPackingParams |
withUnderLays(IntegerList value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected BoxPackingParams.BoxType boxType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String boxTypeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer componentsPerRow
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer columns
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Face faceDown
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer copies
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer layers
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float maxWeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String pattern
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer rows
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList ties
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList underLays
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public BoxPackingParams.BoxType getBoxType()
BoxPackingParams.BoxType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setBoxType(BoxPackingParams.BoxType value)
value - allowed object is
BoxPackingParams.BoxType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getBoxTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setBoxTypeDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getComponentsPerRow()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setComponentsPerRow(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getColumns()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setColumns(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Face getFaceDown()
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setFaceDown(Face value)
value - allowed object is
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getCopies()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setCopies(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getLayers()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setLayers(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMaxWeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setMaxWeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPattern()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPattern(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getRows()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setRows(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getTies()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTies(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getUnderLays()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setUnderLays(IntegerList value)
value - allowed object is
Stringpublic BoxPackingParams withBoxType(BoxPackingParams.BoxType value)
public BoxPackingParams withBoxTypeDetails(java.lang.String value)
public BoxPackingParams withComponentsPerRow(java.lang.Integer value)
public BoxPackingParams withColumns(java.lang.Integer value)
public BoxPackingParams withFaceDown(Face value)
public BoxPackingParams withCopies(java.lang.Integer value)
public BoxPackingParams withLayers(java.lang.Integer value)
public BoxPackingParams withMaxWeight(java.lang.Float value)
public BoxPackingParams withPattern(java.lang.String value)
public BoxPackingParams withRows(java.lang.Integer value)
public BoxPackingParams withTies(IntegerList value)
public BoxPackingParams withUnderLays(IntegerList value)
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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource