Class Packaging
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BestBeforeDateprotected Descriptionprotected DispatchQuantityprotected FreeGoodsQuantityprotected OrderedQuantityprotected PackageIDprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<ShippingMark>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assetInfo property.Gets the value of the bestBeforeDate property.Gets the value of the description property.Gets the value of the dispatchQuantity property.Gets the value of the extrinsic property.Gets the value of the freeGoodsQuantity property.Gets the value of the orderedQuantity property.Gets the value of the packageID property.Gets the value of the packageTypeCodeIdentifierCode property.Gets the value of the packagingCodeOrDimension property.Gets the value of the packagingLevelCode property.Gets the value of the quantityVarianceNote property.Gets the value of the shippingContainerSerialCode property.Gets the value of the shippingContainerSerialCodeReference property.Gets the value of the shippingMark property.Gets the value of the storeCode property.voidsetBestBeforeDate(BestBeforeDate value) Sets the value of the bestBeforeDate property.voidsetDescription(Description value) Sets the value of the description property.voidSets the value of the dispatchQuantity property.voidSets the value of the freeGoodsQuantity property.voidSets the value of the orderedQuantity property.voidsetPackageID(PackageID value) Sets the value of the packageID property.voidSets the value of the packageTypeCodeIdentifierCode property.voidsetPackagingLevelCode(String value) Sets the value of the packagingLevelCode property.voidsetQuantityVarianceNote(String value) Sets the value of the quantityVarianceNote property.voidSets the value of the shippingContainerSerialCode property.voidSets the value of the shippingContainerSerialCodeReference property.voidsetStoreCode(String value) Sets the value of the storeCode property.
-
Field Details
-
packagingCodeOrDimension
-
description
-
packagingLevelCode
-
packageTypeCodeIdentifierCode
-
shippingContainerSerialCode
-
shippingContainerSerialCodeReference
-
packageID
-
shippingMark
-
orderedQuantity
-
dispatchQuantity
-
freeGoodsQuantity
-
quantityVarianceNote
-
bestBeforeDate
-
assetInfo
-
storeCode
-
extrinsic
-
-
Constructor Details
-
Packaging
public Packaging()
-
-
Method Details
-
getPackagingCodeOrDimension
Gets the value of the packagingCodeOrDimension property.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
setmethod 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
DimensionPackagingCode -
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-
getPackagingLevelCode
Gets the value of the packagingLevelCode property.- Returns:
- possible object is
String
-
setPackagingLevelCode
Sets the value of the packagingLevelCode property.- Parameters:
value- allowed object isString
-
getPackageTypeCodeIdentifierCode
Gets the value of the packageTypeCodeIdentifierCode property.- Returns:
- possible object is
String
-
setPackageTypeCodeIdentifierCode
Sets the value of the packageTypeCodeIdentifierCode property.- Parameters:
value- allowed object isString
-
getShippingContainerSerialCode
Gets the value of the shippingContainerSerialCode property.- Returns:
- possible object is
String
-
setShippingContainerSerialCode
Sets the value of the shippingContainerSerialCode property.- Parameters:
value- allowed object isString
-
getShippingContainerSerialCodeReference
Gets the value of the shippingContainerSerialCodeReference property.- Returns:
- possible object is
String
-
setShippingContainerSerialCodeReference
Sets the value of the shippingContainerSerialCodeReference property.- Parameters:
value- allowed object isString
-
getPackageID
Gets the value of the packageID property.- Returns:
- possible object is
PackageID
-
setPackageID
Sets the value of the packageID property.- Parameters:
value- allowed object isPackageID
-
getShippingMark
Gets the value of the shippingMark property.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
setmethod 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 -
getOrderedQuantity
Gets the value of the orderedQuantity property.- Returns:
- possible object is
OrderedQuantity
-
setOrderedQuantity
Sets the value of the orderedQuantity property.- Parameters:
value- allowed object isOrderedQuantity
-
getDispatchQuantity
Gets the value of the dispatchQuantity property.- Returns:
- possible object is
DispatchQuantity
-
setDispatchQuantity
Sets the value of the dispatchQuantity property.- Parameters:
value- allowed object isDispatchQuantity
-
getFreeGoodsQuantity
Gets the value of the freeGoodsQuantity property.- Returns:
- possible object is
FreeGoodsQuantity
-
setFreeGoodsQuantity
Sets the value of the freeGoodsQuantity property.- Parameters:
value- allowed object isFreeGoodsQuantity
-
getQuantityVarianceNote
Gets the value of the quantityVarianceNote property.- Returns:
- possible object is
String
-
setQuantityVarianceNote
Sets the value of the quantityVarianceNote property.- Parameters:
value- allowed object isString
-
getBestBeforeDate
Gets the value of the bestBeforeDate property.- Returns:
- possible object is
BestBeforeDate
-
setBestBeforeDate
Sets the value of the bestBeforeDate property.- Parameters:
value- allowed object isBestBeforeDate
-
getAssetInfo
Gets the value of the assetInfo property.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
setmethod for the assetInfo property.For example, to add a new item, do as follows:
getAssetInfo().add(newItem);Objects of the following type(s) are allowed in the list
AssetInfo -
getStoreCode
Gets the value of the storeCode property.- Returns:
- possible object is
String
-
setStoreCode
Sets the value of the storeCode property.- Parameters:
value- allowed object isString
-
getExtrinsic
Gets the value of the extrinsic property.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
setmethod 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
-