Package org.cxml

Class ShipNoticeReleaseInfo

java.lang.Object
org.cxml.ShipNoticeReleaseInfo

public class ShipNoticeReleaseInfo extends Object
  • Field Details

    • receivedQuantity

      protected String receivedQuantity
    • shipNoticeReferenceOrShipNoticeIDInfo

      protected List<Object> shipNoticeReferenceOrShipNoticeIDInfo
    • unitOfMeasure

      protected String unitOfMeasure
  • Constructor Details

    • ShipNoticeReleaseInfo

      public ShipNoticeReleaseInfo()
  • Method Details

    • getReceivedQuantity

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

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

      public List<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 ShipNoticeIDInfo ShipNoticeReference

    • getUnitOfMeasure

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

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