Package org.cxml
Class InvoiceIDInfo
- java.lang.Object
-
- org.cxml.InvoiceIDInfo
-
public class InvoiceIDInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringinvoiceDateprotected java.lang.StringinvoiceID
-
Constructor Summary
Constructors Constructor Description InvoiceIDInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetInvoiceDate()Gets the value of the invoiceDate property.java.lang.StringgetInvoiceID()Gets the value of the invoiceID property.voidsetInvoiceDate(java.lang.String value)Sets the value of the invoiceDate property.voidsetInvoiceID(java.lang.String value)Sets the value of the invoiceID property.
-
-
-
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 isString
-
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 isString
-
-