Package org.cxml
Class InvoiceReference
java.lang.Object
org.cxml.InvoiceReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the invoiceDate property.Gets the value of the invoiceID property.voidSets the value of the documentReference 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
-
documentReference
-
-
Constructor Details
-
InvoiceReference
public InvoiceReference()
-
-
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
-
getDocumentReference
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-