Package org.cxml

Class ReceiptReference

java.lang.Object
org.cxml.ReceiptReference

public class ReceiptReference extends Object
  • Field Details

    • receiptID

      protected String receiptID
    • receiptDate

      protected String receiptDate
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • ReceiptReference

      public ReceiptReference()
  • Method Details

    • getReceiptID

      public String getReceiptID()
      Gets the value of the receiptID property.
      Returns:
      possible object is String
    • setReceiptID

      public void setReceiptID(String value)
      Sets the value of the receiptID property.
      Parameters:
      value - allowed object is String
    • getReceiptDate

      public String getReceiptDate()
      Gets the value of the receiptDate property.
      Returns:
      possible object is String
    • setReceiptDate

      public void setReceiptDate(String value)
      Sets the value of the receiptDate 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