Package org.cxml

Class Packaging

java.lang.Object
org.cxml.Packaging

public class Packaging extends Object
  • Field Details

    • packagingCodeOrDimension

      protected List<Object> packagingCodeOrDimension
    • description

      protected Description description
    • packagingLevelCode

      protected String packagingLevelCode
    • packageTypeCodeIdentifierCode

      protected String packageTypeCodeIdentifierCode
    • shippingContainerSerialCode

      protected String shippingContainerSerialCode
    • shippingContainerSerialCodeReference

      protected String shippingContainerSerialCodeReference
    • packageID

      protected PackageID packageID
    • shippingMark

      protected List<ShippingMark> shippingMark
    • orderedQuantity

      protected OrderedQuantity orderedQuantity
    • dispatchQuantity

      protected DispatchQuantity dispatchQuantity
    • freeGoodsQuantity

      protected FreeGoodsQuantity freeGoodsQuantity
    • quantityVarianceNote

      protected String quantityVarianceNote
    • bestBeforeDate

      protected BestBeforeDate bestBeforeDate
    • assetInfo

      protected List<AssetInfo> assetInfo
    • storeCode

      protected String storeCode
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • Packaging

      public Packaging()
  • Method Details

    • getPackagingCodeOrDimension

      public List<Object> 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 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 Dimension PackagingCode

    • getDescription

      public Description getDescription()
      Gets the value of the description property.
      Returns:
      possible object is Description
    • setDescription

      public void setDescription(Description value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is Description
    • getPackagingLevelCode

      public String getPackagingLevelCode()
      Gets the value of the packagingLevelCode property.
      Returns:
      possible object is String
    • setPackagingLevelCode

      public void setPackagingLevelCode(String value)
      Sets the value of the packagingLevelCode property.
      Parameters:
      value - allowed object is String
    • getPackageTypeCodeIdentifierCode

      public String getPackageTypeCodeIdentifierCode()
      Gets the value of the packageTypeCodeIdentifierCode property.
      Returns:
      possible object is String
    • setPackageTypeCodeIdentifierCode

      public void setPackageTypeCodeIdentifierCode(String value)
      Sets the value of the packageTypeCodeIdentifierCode property.
      Parameters:
      value - allowed object is String
    • getShippingContainerSerialCode

      public String getShippingContainerSerialCode()
      Gets the value of the shippingContainerSerialCode property.
      Returns:
      possible object is String
    • setShippingContainerSerialCode

      public void setShippingContainerSerialCode(String value)
      Sets the value of the shippingContainerSerialCode property.
      Parameters:
      value - allowed object is String
    • getShippingContainerSerialCodeReference

      public String getShippingContainerSerialCodeReference()
      Gets the value of the shippingContainerSerialCodeReference property.
      Returns:
      possible object is String
    • setShippingContainerSerialCodeReference

      public void setShippingContainerSerialCodeReference(String value)
      Sets the value of the shippingContainerSerialCodeReference property.
      Parameters:
      value - allowed object is String
    • getPackageID

      public PackageID getPackageID()
      Gets the value of the packageID property.
      Returns:
      possible object is PackageID
    • setPackageID

      public void setPackageID(PackageID value)
      Sets the value of the packageID property.
      Parameters:
      value - allowed object is PackageID
    • getShippingMark

      public List<ShippingMark> 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 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

    • getOrderedQuantity

      public OrderedQuantity getOrderedQuantity()
      Gets the value of the orderedQuantity property.
      Returns:
      possible object is OrderedQuantity
    • setOrderedQuantity

      public void setOrderedQuantity(OrderedQuantity value)
      Sets the value of the orderedQuantity property.
      Parameters:
      value - allowed object is OrderedQuantity
    • getDispatchQuantity

      public DispatchQuantity getDispatchQuantity()
      Gets the value of the dispatchQuantity property.
      Returns:
      possible object is DispatchQuantity
    • setDispatchQuantity

      public void setDispatchQuantity(DispatchQuantity value)
      Sets the value of the dispatchQuantity property.
      Parameters:
      value - allowed object is DispatchQuantity
    • getFreeGoodsQuantity

      public FreeGoodsQuantity getFreeGoodsQuantity()
      Gets the value of the freeGoodsQuantity property.
      Returns:
      possible object is FreeGoodsQuantity
    • setFreeGoodsQuantity

      public void setFreeGoodsQuantity(FreeGoodsQuantity value)
      Sets the value of the freeGoodsQuantity property.
      Parameters:
      value - allowed object is FreeGoodsQuantity
    • getQuantityVarianceNote

      public String getQuantityVarianceNote()
      Gets the value of the quantityVarianceNote property.
      Returns:
      possible object is String
    • setQuantityVarianceNote

      public void setQuantityVarianceNote(String value)
      Sets the value of the quantityVarianceNote property.
      Parameters:
      value - allowed object is String
    • getBestBeforeDate

      public BestBeforeDate getBestBeforeDate()
      Gets the value of the bestBeforeDate property.
      Returns:
      possible object is BestBeforeDate
    • setBestBeforeDate

      public void setBestBeforeDate(BestBeforeDate value)
      Sets the value of the bestBeforeDate property.
      Parameters:
      value - allowed object is BestBeforeDate
    • getAssetInfo

      public List<AssetInfo> 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 set method 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

      public String getStoreCode()
      Gets the value of the storeCode property.
      Returns:
      possible object is String
    • setStoreCode

      public void setStoreCode(String value)
      Sets the value of the storeCode property.
      Parameters:
      value - allowed object is String
    • getExtrinsic

      public List<Extrinsic> 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 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