public class PackingIntent extends IntentType implements 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 Integer |
boxedQuantity |
protected List<Double> |
boxShapes |
protected Double |
cartonMaxWeight |
protected Integer |
cartonQuantity |
protected List<Double> |
cartonShapes |
protected Double |
cartonStrength |
protected String |
foldingCatalog |
protected String |
palletCornerBoards |
protected Double |
palletMaxHeight |
protected Double |
palletMaxWeight |
protected Integer |
palletQuantity |
protected List<Double> |
palletSizes |
protected String |
palletType |
protected String |
palletWrapping |
protected Integer |
wrappedQuantity |
protected String |
wrappingMaterial |
| Constructor and Description |
|---|
PackingIntent() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBoxedQuantity()
Gets the value of the boxedQuantity property.
|
List<Double> |
getBoxShapes()
Gets the value of the boxShapes property.
|
Double |
getCartonMaxWeight()
Gets the value of the cartonMaxWeight property.
|
Integer |
getCartonQuantity()
Gets the value of the cartonQuantity property.
|
List<Double> |
getCartonShapes()
Gets the value of the cartonShapes property.
|
Double |
getCartonStrength()
Gets the value of the cartonStrength 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.
|
List<Double> |
getPalletSizes()
Gets the value of the palletSizes 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.
|
void |
setBoxedQuantity(Integer value)
Sets the value of the boxedQuantity property.
|
void |
setCartonMaxWeight(Double value)
Sets the value of the cartonMaxWeight property.
|
void |
setCartonQuantity(Integer value)
Sets the value of the cartonQuantity property.
|
void |
setCartonStrength(Double value)
Sets the value of the cartonStrength 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 |
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.
|
protected Integer boxedQuantity
protected String wrappingMaterial
protected String palletType
protected String palletCornerBoards
protected Double cartonMaxWeight
protected String palletWrapping
protected Integer cartonQuantity
protected Double palletMaxHeight
protected Double cartonStrength
protected Integer wrappedQuantity
protected Double palletMaxWeight
protected Integer palletQuantity
protected String foldingCatalog
public Integer getBoxedQuantity()
Integerpublic void setBoxedQuantity(Integer value)
value - allowed object is
Integerpublic String getWrappingMaterial()
Stringpublic void setWrappingMaterial(String value)
value - allowed object is
Stringpublic String getPalletType()
Stringpublic void setPalletType(String value)
value - allowed object is
Stringpublic String getPalletCornerBoards()
Stringpublic void setPalletCornerBoards(String value)
value - allowed object is
Stringpublic List<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 Double getCartonMaxWeight()
Doublepublic void setCartonMaxWeight(Double value)
value - allowed object is
Doublepublic String getPalletWrapping()
Stringpublic void setPalletWrapping(String value)
value - allowed object is
Stringpublic Integer getCartonQuantity()
Integerpublic void setCartonQuantity(Integer value)
value - allowed object is
Integerpublic List<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 Double getPalletMaxHeight()
Doublepublic void setPalletMaxHeight(Double value)
value - allowed object is
Doublepublic Double getCartonStrength()
Doublepublic void setCartonStrength(Double value)
value - allowed object is
Doublepublic Integer getWrappedQuantity()
Integerpublic void setWrappedQuantity(Integer value)
value - allowed object is
Integerpublic Double getPalletMaxWeight()
Doublepublic void setPalletMaxWeight(Double value)
value - allowed object is
Doublepublic Integer getPalletQuantity()
Integerpublic void setPalletQuantity(Integer value)
value - allowed object is
Integerpublic List<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 String getFoldingCatalog()
StringCopyright © 2012. All Rights Reserved.