Package org.cxml

Class ReceiptReference


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

      • receiptID

        protected java.lang.String receiptID
      • receiptDate

        protected java.lang.String receiptDate
    • Constructor Detail

      • ReceiptReference

        public ReceiptReference()
    • Method Detail

      • getReceiptID

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

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

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

        public void setReceiptDate​(java.lang.String value)
        Sets the value of the receiptDate property.
        Parameters:
        value - allowed object is String
      • setDocumentReference

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