Package org.cxml

Class InvoiceIDInfo


  • public class InvoiceIDInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String invoiceDate  
      protected java.lang.String invoiceID  
    • Constructor Summary

      Constructors 
      Constructor Description
      InvoiceIDInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInvoiceDate()
      Gets the value of the invoiceDate property.
      java.lang.String getInvoiceID()
      Gets the value of the invoiceID property.
      void setInvoiceDate​(java.lang.String value)
      Sets the value of the invoiceDate property.
      void setInvoiceID​(java.lang.String value)
      Sets the value of the invoiceID property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • invoiceID

        protected java.lang.String invoiceID
      • invoiceDate

        protected java.lang.String invoiceDate
    • Constructor Detail

      • InvoiceIDInfo

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