public class PackingIntent extends IntentType implements java.io.Serializable
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="WrappingMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletType" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletCornerBoards" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="PalletSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CartonMaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PalletWrapping" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<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="PalletMaxHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="CartonStrength" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="WrappedQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<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="BoxShape" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="FoldingCatalog" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
boxedQuantity |
protected java.util.List<java.lang.Double> |
boxShapes |
protected java.lang.Double |
cartonMaxWeight |
protected java.lang.Integer |
cartonQuantity |
protected java.util.List<java.lang.Double> |
cartonShapes |
protected java.lang.Double |
cartonStrength |
protected java.lang.String |
foldingCatalog |
protected java.lang.String |
palletCornerBoards |
protected java.lang.Double |
palletMaxHeight |
protected java.lang.Double |
palletMaxWeight |
protected java.lang.Integer |
palletQuantity |
protected java.util.List<java.lang.Double> |
palletSizes |
protected java.lang.String |
palletType |
protected java.lang.String |
palletWrapping |
protected java.lang.Integer |
wrappedQuantity |
protected java.lang.String |
wrappingMaterial |
| Constructor and Description |
|---|
PackingIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBoxedQuantity()
Gets the value of the boxedQuantity property.
|
java.util.List<java.lang.Double> |
getBoxShapes()
Gets the value of the boxShapes property.
|
java.lang.Double |
getCartonMaxWeight()
Gets the value of the cartonMaxWeight property.
|
java.lang.Integer |
getCartonQuantity()
Gets the value of the cartonQuantity property.
|
java.util.List<java.lang.Double> |
getCartonShapes()
Gets the value of the cartonShapes property.
|
java.lang.Double |
getCartonStrength()
Gets the value of the cartonStrength property.
|
java.lang.String |
getFoldingCatalog()
Gets the value of the foldingCatalog property.
|
java.lang.String |
getPalletCornerBoards()
Gets the value of the palletCornerBoards property.
|
java.lang.Double |
getPalletMaxHeight()
Gets the value of the palletMaxHeight property.
|
java.lang.Double |
getPalletMaxWeight()
Gets the value of the palletMaxWeight property.
|
java.lang.Integer |
getPalletQuantity()
Gets the value of the palletQuantity property.
|
java.util.List<java.lang.Double> |
getPalletSizes()
Gets the value of the palletSizes property.
|
java.lang.String |
getPalletType()
Gets the value of the palletType property.
|
java.lang.String |
getPalletWrapping()
Gets the value of the palletWrapping property.
|
java.lang.Integer |
getWrappedQuantity()
Gets the value of the wrappedQuantity property.
|
java.lang.String |
getWrappingMaterial()
Gets the value of the wrappingMaterial property.
|
void |
setBoxedQuantity(java.lang.Integer value)
Sets the value of the boxedQuantity property.
|
void |
setCartonMaxWeight(java.lang.Double value)
Sets the value of the cartonMaxWeight property.
|
void |
setCartonQuantity(java.lang.Integer value)
Sets the value of the cartonQuantity property.
|
void |
setCartonStrength(java.lang.Double value)
Sets the value of the cartonStrength property.
|
void |
setFoldingCatalog(java.lang.String value)
Sets the value of the foldingCatalog property.
|
void |
setPalletCornerBoards(java.lang.String value)
Sets the value of the palletCornerBoards property.
|
void |
setPalletMaxHeight(java.lang.Double value)
Sets the value of the palletMaxHeight property.
|
void |
setPalletMaxWeight(java.lang.Double value)
Sets the value of the palletMaxWeight property.
|
void |
setPalletQuantity(java.lang.Integer value)
Sets the value of the palletQuantity property.
|
void |
setPalletType(java.lang.String value)
Sets the value of the palletType property.
|
void |
setPalletWrapping(java.lang.String value)
Sets the value of the palletWrapping property.
|
void |
setWrappedQuantity(java.lang.Integer value)
Sets the value of the wrappedQuantity property.
|
void |
setWrappingMaterial(java.lang.String value)
Sets the value of the wrappingMaterial property.
|
protected java.lang.Integer boxedQuantity
protected java.lang.String wrappingMaterial
protected java.lang.String palletType
protected java.lang.String palletCornerBoards
protected java.util.List<java.lang.Double> palletSizes
protected java.lang.Double cartonMaxWeight
protected java.lang.String palletWrapping
protected java.lang.Integer cartonQuantity
protected java.util.List<java.lang.Double> cartonShapes
protected java.lang.Double palletMaxHeight
protected java.lang.Double cartonStrength
protected java.lang.Integer wrappedQuantity
protected java.lang.Double palletMaxWeight
protected java.lang.Integer palletQuantity
protected java.util.List<java.lang.Double> boxShapes
protected java.lang.String foldingCatalog
public java.lang.Integer getBoxedQuantity()
Integerpublic void setBoxedQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getWrappingMaterial()
Stringpublic void setWrappingMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPalletType()
Stringpublic void setPalletType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPalletCornerBoards()
Stringpublic void setPalletCornerBoards(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Double> getPalletSizes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the palletSizes property.
For example, to add a new item, do as follows:
getPalletSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Double getCartonMaxWeight()
Doublepublic void setCartonMaxWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPalletWrapping()
Stringpublic void setPalletWrapping(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCartonQuantity()
Integerpublic void setCartonQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getCartonShapes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cartonShapes property.
For example, to add a new item, do as follows:
getCartonShapes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.Double getPalletMaxHeight()
Doublepublic void setPalletMaxHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getCartonStrength()
Doublepublic void setCartonStrength(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getWrappedQuantity()
Integerpublic void setWrappedQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Double getPalletMaxWeight()
Doublepublic void setPalletMaxWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getPalletQuantity()
Integerpublic void setPalletQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Double> getBoxShapes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the boxShapes property.
For example, to add a new item, do as follows:
getBoxShapes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.lang.String getFoldingCatalog()
Stringpublic void setFoldingCatalog(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.