Package org.cxml
Class InvoiceIDInfo
java.lang.Object
org.cxml.InvoiceIDInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invoiceDate property.Gets the value of the invoiceID property.voidsetInvoiceDate(String value) Sets the value of the invoiceDate property.voidsetInvoiceID(String value) Sets the value of the invoiceID property.
-
Field Details
-
invoiceID
-
invoiceDate
-
-
Constructor Details
-
InvoiceIDInfo
public InvoiceIDInfo()
-
-
Method Details
-
getInvoiceID
Gets the value of the invoiceID property.- Returns:
- possible object is
String
-
setInvoiceID
Sets the value of the invoiceID property.- Parameters:
value- allowed object isString
-
getInvoiceDate
Gets the value of the invoiceDate property.- Returns:
- possible object is
String
-
setInvoiceDate
Sets the value of the invoiceDate property.- Parameters:
value- allowed object isString
-