Package org.cxml

Class ShipNoticeReleaseInfo


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

      • receivedQuantity

        protected java.lang.String receivedQuantity
      • shipNoticeReferenceOrShipNoticeIDInfo

        protected java.util.List<java.lang.Object> shipNoticeReferenceOrShipNoticeIDInfo
      • unitOfMeasure

        protected java.lang.String unitOfMeasure
    • Constructor Detail

      • ShipNoticeReleaseInfo

        public ShipNoticeReleaseInfo()
    • Method Detail

      • getReceivedQuantity

        public java.lang.String getReceivedQuantity()
        Gets the value of the receivedQuantity property.
        Returns:
        possible object is String
      • setReceivedQuantity

        public void setReceivedQuantity​(java.lang.String value)
        Sets the value of the receivedQuantity property.
        Parameters:
        value - allowed object is String
      • getShipNoticeReferenceOrShipNoticeIDInfo

        public java.util.List<java.lang.Object> getShipNoticeReferenceOrShipNoticeIDInfo()
        Gets the value of the shipNoticeReferenceOrShipNoticeIDInfo 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 shipNoticeReferenceOrShipNoticeIDInfo property.

        For example, to add a new item, do as follows:

            getShipNoticeReferenceOrShipNoticeIDInfo().add(newItem);
         

        Objects of the following type(s) are allowed in the list ShipNoticeReference ShipNoticeIDInfo

      • getUnitOfMeasure

        public java.lang.String getUnitOfMeasure()
        Gets the value of the unitOfMeasure property.
        Returns:
        possible object is String
      • setUnitOfMeasure

        public void setUnitOfMeasure​(java.lang.String value)
        Sets the value of the unitOfMeasure property.
        Parameters:
        value - allowed object is String