Package org.cxml

Class Packaging


  • public class Packaging
    extends java.lang.Object
    • Field Detail

      • packagingCodeOrDimension

        protected java.util.List<java.lang.Object> packagingCodeOrDimension
      • packagingLevelCode

        protected java.lang.String packagingLevelCode
      • packageTypeCodeIdentifierCode

        protected java.lang.String packageTypeCodeIdentifierCode
      • shippingContainerSerialCode

        protected java.lang.String shippingContainerSerialCode
      • shippingContainerSerialCodeReference

        protected java.lang.String shippingContainerSerialCodeReference
      • shippingMark

        protected java.util.List<ShippingMark> shippingMark
      • quantityVarianceNote

        protected java.lang.String quantityVarianceNote
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • Packaging

        public Packaging()
    • Method Detail

      • getPackagingCodeOrDimension

        public java.util.List<java.lang.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 PackagingCode Dimension

      • 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 java.lang.String getPackagingLevelCode()
        Gets the value of the packagingLevelCode property.
        Returns:
        possible object is String
      • setPackagingLevelCode

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

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

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

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

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

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

        public void setShippingContainerSerialCodeReference​(java.lang.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 java.util.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
      • setFreeGoodsQuantity

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

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

        public void setQuantityVarianceNote​(java.lang.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
      • getExtrinsic

        public java.util.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