Package org.cxml

Class InvoiceReference

java.lang.Object
org.cxml.InvoiceReference

public class InvoiceReference extends Object
  • Field Details

    • invoiceID

      protected String invoiceID
    • invoiceDate

      protected String invoiceDate
    • documentReference

      protected DocumentReference documentReference
  • Constructor Details

    • InvoiceReference

      public InvoiceReference()
  • Method Details

    • getInvoiceID

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

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

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

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