Package org.cxml

Class ShipNoticeIDInfo

java.lang.Object
org.cxml.ShipNoticeIDInfo

public class ShipNoticeIDInfo extends Object
  • Field Details

    • shipNoticeID

      protected String shipNoticeID
    • shipNoticeDate

      protected String shipNoticeDate
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • ShipNoticeIDInfo

      public ShipNoticeIDInfo()
  • Method Details

    • getShipNoticeID

      public String getShipNoticeID()
      Gets the value of the shipNoticeID property.
      Returns:
      possible object is String
    • setShipNoticeID

      public void setShipNoticeID(String value)
      Sets the value of the shipNoticeID property.
      Parameters:
      value - allowed object is String
    • getShipNoticeDate

      public String getShipNoticeDate()
      Gets the value of the shipNoticeDate property.
      Returns:
      possible object is String
    • setShipNoticeDate

      public void setShipNoticeDate(String value)
      Sets the value of the shipNoticeDate property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public List<IdReference> getIdReference()
      Gets the value of the idReference 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 idReference property.

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

          getIdReference().add(newItem);
       

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