Package org.cxml

Class InvoiceIDInfo

java.lang.Object
org.cxml.InvoiceIDInfo

public class InvoiceIDInfo extends Object
  • Field Details

    • invoiceID

      protected String invoiceID
    • invoiceDate

      protected String invoiceDate
  • Constructor Details

    • InvoiceIDInfo

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