Package org.cxml

Class InvoiceReference


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

      • invoiceID

        protected java.lang.String invoiceID
      • invoiceDate

        protected java.lang.String invoiceDate
    • Constructor Detail

      • InvoiceReference

        public InvoiceReference()
    • Method Detail

      • getInvoiceID

        public java.lang.String getInvoiceID()
        Gets the value of the invoiceID property.
        Returns:
        possible object is String
      • setInvoiceID

        public void setInvoiceID​(java.lang.String value)
        Sets the value of the invoiceID property.
        Parameters:
        value - allowed object is String
      • getInvoiceDate

        public java.lang.String getInvoiceDate()
        Gets the value of the invoiceDate property.
        Returns:
        possible object is String
      • setInvoiceDate

        public void setInvoiceDate​(java.lang.String value)
        Sets the value of the invoiceDate 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