public class Packaging
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BestBeforeDate |
bestBeforeDate |
protected Description |
description |
protected DispatchQuantity |
dispatchQuantity |
protected java.util.List<Extrinsic> |
extrinsic |
protected FreeGoodsQuantity |
freeGoodsQuantity |
protected OrderedQuantity |
orderedQuantity |
protected PackageID |
packageID |
protected java.lang.String |
packageTypeCodeIdentifierCode |
protected java.util.List<java.lang.Object> |
packagingCodeOrDimension |
protected java.lang.String |
packagingLevelCode |
protected java.lang.String |
quantityVarianceNote |
protected java.lang.String |
shippingContainerSerialCode |
protected java.lang.String |
shippingContainerSerialCodeReference |
protected java.util.List<ShippingMark> |
shippingMark |
| Constructor and Description |
|---|
Packaging() |
| Modifier and Type | Method and Description |
|---|---|
BestBeforeDate |
getBestBeforeDate()
Gets the value of the bestBeforeDate property.
|
Description |
getDescription()
Gets the value of the description property.
|
DispatchQuantity |
getDispatchQuantity()
Gets the value of the dispatchQuantity property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
FreeGoodsQuantity |
getFreeGoodsQuantity()
Gets the value of the freeGoodsQuantity property.
|
OrderedQuantity |
getOrderedQuantity()
Gets the value of the orderedQuantity property.
|
PackageID |
getPackageID()
Gets the value of the packageID property.
|
java.lang.String |
getPackageTypeCodeIdentifierCode()
Gets the value of the packageTypeCodeIdentifierCode property.
|
java.util.List<java.lang.Object> |
getPackagingCodeOrDimension()
Gets the value of the packagingCodeOrDimension property.
|
java.lang.String |
getPackagingLevelCode()
Gets the value of the packagingLevelCode property.
|
java.lang.String |
getQuantityVarianceNote()
Gets the value of the quantityVarianceNote property.
|
java.lang.String |
getShippingContainerSerialCode()
Gets the value of the shippingContainerSerialCode property.
|
java.lang.String |
getShippingContainerSerialCodeReference()
Gets the value of the shippingContainerSerialCodeReference property.
|
java.util.List<ShippingMark> |
getShippingMark()
Gets the value of the shippingMark property.
|
void |
setBestBeforeDate(BestBeforeDate value)
Sets the value of the bestBeforeDate property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setDispatchQuantity(DispatchQuantity value)
Sets the value of the dispatchQuantity property.
|
void |
setFreeGoodsQuantity(FreeGoodsQuantity value)
Sets the value of the freeGoodsQuantity property.
|
void |
setOrderedQuantity(OrderedQuantity value)
Sets the value of the orderedQuantity property.
|
void |
setPackageID(PackageID value)
Sets the value of the packageID property.
|
void |
setPackageTypeCodeIdentifierCode(java.lang.String value)
Sets the value of the packageTypeCodeIdentifierCode property.
|
void |
setPackagingLevelCode(java.lang.String value)
Sets the value of the packagingLevelCode property.
|
void |
setQuantityVarianceNote(java.lang.String value)
Sets the value of the quantityVarianceNote property.
|
void |
setShippingContainerSerialCode(java.lang.String value)
Sets the value of the shippingContainerSerialCode property.
|
void |
setShippingContainerSerialCodeReference(java.lang.String value)
Sets the value of the shippingContainerSerialCodeReference property.
|
protected java.util.List<java.lang.Object> packagingCodeOrDimension
protected Description description
protected java.lang.String packagingLevelCode
protected java.lang.String packageTypeCodeIdentifierCode
protected java.lang.String shippingContainerSerialCode
protected java.lang.String shippingContainerSerialCodeReference
protected PackageID packageID
protected java.util.List<ShippingMark> shippingMark
protected OrderedQuantity orderedQuantity
protected DispatchQuantity dispatchQuantity
protected FreeGoodsQuantity freeGoodsQuantity
protected java.lang.String quantityVarianceNote
protected BestBeforeDate bestBeforeDate
protected java.util.List<Extrinsic> extrinsic
public java.util.List<java.lang.Object> getPackagingCodeOrDimension()
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 packagingCodeOrDimension property.
For example, to add a new item, do as follows:
getPackagingCodeOrDimension().add(newItem);
Objects of the following type(s) are allowed in the list
PackagingCode
Dimension
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic java.lang.String getPackagingLevelCode()
Stringpublic void setPackagingLevelCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPackageTypeCodeIdentifierCode()
Stringpublic void setPackageTypeCodeIdentifierCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShippingContainerSerialCode()
Stringpublic void setShippingContainerSerialCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShippingContainerSerialCodeReference()
Stringpublic void setShippingContainerSerialCodeReference(java.lang.String value)
value - allowed object is
Stringpublic PackageID getPackageID()
PackageIDpublic void setPackageID(PackageID value)
value - allowed object is
PackageIDpublic java.util.List<ShippingMark> getShippingMark()
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 shippingMark property.
For example, to add a new item, do as follows:
getShippingMark().add(newItem);
Objects of the following type(s) are allowed in the list
ShippingMark
public OrderedQuantity getOrderedQuantity()
OrderedQuantitypublic void setOrderedQuantity(OrderedQuantity value)
value - allowed object is
OrderedQuantitypublic DispatchQuantity getDispatchQuantity()
DispatchQuantitypublic void setDispatchQuantity(DispatchQuantity value)
value - allowed object is
DispatchQuantitypublic FreeGoodsQuantity getFreeGoodsQuantity()
FreeGoodsQuantitypublic void setFreeGoodsQuantity(FreeGoodsQuantity value)
value - allowed object is
FreeGoodsQuantitypublic java.lang.String getQuantityVarianceNote()
Stringpublic void setQuantityVarianceNote(java.lang.String value)
value - allowed object is
Stringpublic BestBeforeDate getBestBeforeDate()
BestBeforeDatepublic void setBestBeforeDate(BestBeforeDate value)
value - allowed object is
BestBeforeDatepublic java.util.List<Extrinsic> getExtrinsic()
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 extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.