@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public class PackingIntent extends IntentType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for PackingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PackingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="BoxedQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="BoxName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BoxShape" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="CartonMaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CartonQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="CartonShape" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="CartonStrength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CartonType" type="{http://www.CIP4.org/JDFSchema_2_0}EnumCartonType" />
<attribute name="CartonTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="FoldingCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletCornerBoards" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletMaxHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PalletMaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PalletQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PalletSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="PalletType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletWrapping" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="WrappedQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="WrappingMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
boxedQuantity |
protected String |
boxName |
protected Shape |
boxShape |
protected Double |
cartonMaxWeight |
protected Integer |
cartonQuantity |
protected Shape |
cartonShape |
protected Double |
cartonStrength |
protected EnumCartonType |
cartonType |
protected String |
cartonTypeDetails |
protected String |
foldingCatalog |
protected String |
palletCornerBoards |
protected Double |
palletMaxHeight |
protected Double |
palletMaxWeight |
protected Integer |
palletQuantity |
protected XYPair |
palletSize |
protected String |
palletType |
protected String |
palletWrapping |
protected Integer |
wrappedQuantity |
protected String |
wrappingMaterial |
| Constructor and Description |
|---|
PackingIntent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getBoxedQuantity()
Gets the value of the boxedQuantity property.
|
String |
getBoxName()
Gets the value of the boxName property.
|
Shape |
getBoxShape()
Gets the value of the boxShape property.
|
Double |
getCartonMaxWeight()
Gets the value of the cartonMaxWeight property.
|
Integer |
getCartonQuantity()
Gets the value of the cartonQuantity property.
|
Shape |
getCartonShape()
Gets the value of the cartonShape property.
|
Double |
getCartonStrength()
Gets the value of the cartonStrength property.
|
EnumCartonType |
getCartonType()
Gets the value of the cartonType property.
|
String |
getCartonTypeDetails()
Gets the value of the cartonTypeDetails property.
|
String |
getFoldingCatalog()
Gets the value of the foldingCatalog property.
|
String |
getPalletCornerBoards()
Gets the value of the palletCornerBoards property.
|
Double |
getPalletMaxHeight()
Gets the value of the palletMaxHeight property.
|
Double |
getPalletMaxWeight()
Gets the value of the palletMaxWeight property.
|
Integer |
getPalletQuantity()
Gets the value of the palletQuantity property.
|
XYPair |
getPalletSize()
Gets the value of the palletSize property.
|
String |
getPalletType()
Gets the value of the palletType property.
|
String |
getPalletWrapping()
Gets the value of the palletWrapping property.
|
Integer |
getWrappedQuantity()
Gets the value of the wrappedQuantity property.
|
String |
getWrappingMaterial()
Gets the value of the wrappingMaterial property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBoxedQuantity(Integer value)
Sets the value of the boxedQuantity property.
|
void |
setBoxName(String value)
Sets the value of the boxName property.
|
void |
setBoxShape(Shape value)
Sets the value of the boxShape property.
|
void |
setCartonMaxWeight(Double value)
Sets the value of the cartonMaxWeight property.
|
void |
setCartonQuantity(Integer value)
Sets the value of the cartonQuantity property.
|
void |
setCartonShape(Shape value)
Sets the value of the cartonShape property.
|
void |
setCartonStrength(Double value)
Sets the value of the cartonStrength property.
|
void |
setCartonType(EnumCartonType value)
Sets the value of the cartonType property.
|
void |
setCartonTypeDetails(String value)
Sets the value of the cartonTypeDetails property.
|
void |
setFoldingCatalog(String value)
Sets the value of the foldingCatalog property.
|
void |
setPalletCornerBoards(String value)
Sets the value of the palletCornerBoards property.
|
void |
setPalletMaxHeight(Double value)
Sets the value of the palletMaxHeight property.
|
void |
setPalletMaxWeight(Double value)
Sets the value of the palletMaxWeight property.
|
void |
setPalletQuantity(Integer value)
Sets the value of the palletQuantity property.
|
void |
setPalletSize(XYPair value)
Sets the value of the palletSize property.
|
void |
setPalletType(String value)
Sets the value of the palletType property.
|
void |
setPalletWrapping(String value)
Sets the value of the palletWrapping property.
|
void |
setWrappedQuantity(Integer value)
Sets the value of the wrappedQuantity property.
|
void |
setWrappingMaterial(String value)
Sets the value of the wrappingMaterial property.
|
PackingIntent |
withBoxedQuantity(Integer value) |
PackingIntent |
withBoxName(String value) |
PackingIntent |
withBoxShape(Shape value) |
PackingIntent |
withCartonMaxWeight(Double value) |
PackingIntent |
withCartonQuantity(Integer value) |
PackingIntent |
withCartonShape(Shape value) |
PackingIntent |
withCartonStrength(Double value) |
PackingIntent |
withCartonType(EnumCartonType value) |
PackingIntent |
withCartonTypeDetails(String value) |
PackingIntent |
withFoldingCatalog(String value) |
PackingIntent |
withPalletCornerBoards(String value) |
PackingIntent |
withPalletMaxHeight(Double value) |
PackingIntent |
withPalletMaxWeight(Double value) |
PackingIntent |
withPalletQuantity(Integer value) |
PackingIntent |
withPalletSize(XYPair value) |
PackingIntent |
withPalletType(String value) |
PackingIntent |
withPalletWrapping(String value) |
PackingIntent |
withWrappedQuantity(Integer value) |
PackingIntent |
withWrappingMaterial(String value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Integer boxedQuantity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String boxName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Shape boxShape
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double cartonMaxWeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Integer cartonQuantity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Shape cartonShape
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double cartonStrength
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected EnumCartonType cartonType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String cartonTypeDetails
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String foldingCatalog
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String palletCornerBoards
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double palletMaxHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Double palletMaxWeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Integer palletQuantity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected XYPair palletSize
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String palletType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String palletWrapping
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected Integer wrappedQuantity
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") protected String wrappingMaterial
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Integer getBoxedQuantity()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBoxedQuantity(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getBoxName()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBoxName(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Shape getBoxShape()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setBoxShape(Shape value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getCartonMaxWeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonMaxWeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Integer getCartonQuantity()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonQuantity(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Shape getCartonShape()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonShape(Shape value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getCartonStrength()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonStrength(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public EnumCartonType getCartonType()
EnumCartonType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonType(EnumCartonType value)
value - allowed object is
EnumCartonType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getCartonTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setCartonTypeDetails(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getFoldingCatalog()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setFoldingCatalog(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getPalletCornerBoards()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletCornerBoards(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getPalletMaxHeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletMaxHeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Double getPalletMaxWeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletMaxWeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Integer getPalletQuantity()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletQuantity(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public XYPair getPalletSize()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletSize(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getPalletType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getPalletWrapping()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setPalletWrapping(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public Integer getWrappedQuantity()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setWrappedQuantity(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public String getWrappingMaterial()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public void setWrappingMaterial(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withBoxedQuantity(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withBoxName(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withBoxShape(Shape value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonMaxWeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonQuantity(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonShape(Shape value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonStrength(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonType(EnumCartonType value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withCartonTypeDetails(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withFoldingCatalog(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletCornerBoards(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletMaxHeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletMaxWeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletQuantity(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletSize(XYPair value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withPalletWrapping(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withWrappedQuantity(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public PackingIntent withWrappingMaterial(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public 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 IntentType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-15T02:39:43+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class IntentTypeCopyright © 2016. All rights reserved.