Package org.cxml

Class ShipNoticeReference

java.lang.Object
org.cxml.ShipNoticeReference

public class ShipNoticeReference extends Object
  • Field Details

    • shipNoticeID

      protected String shipNoticeID
    • shipNoticeDate

      protected String shipNoticeDate
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • ShipNoticeReference

      public ShipNoticeReference()
  • 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
    • getDocumentReference

      public DocumentReference getDocumentReference()
      Gets the value of the documentReference property.
      Returns:
      possible object is DocumentReference
    • setDocumentReference

      public void setDocumentReference(DocumentReference value)
      Sets the value of the documentReference property.
      Parameters:
      value - allowed object is DocumentReference