Package org.cxml
Class InvoiceReference
- java.lang.Object
-
- org.cxml.InvoiceReference
-
public class InvoiceReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferencedocumentReferenceprotected java.lang.StringinvoiceDateprotected java.lang.StringinvoiceID
-
Constructor Summary
Constructors Constructor Description InvoiceReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.lang.StringgetInvoiceDate()Gets the value of the invoiceDate property.java.lang.StringgetInvoiceID()Gets the value of the invoiceID property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference 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.
-
-
-
Field Detail
-
invoiceID
protected java.lang.String invoiceID
-
invoiceDate
protected java.lang.String invoiceDate
-
documentReference
protected DocumentReference documentReference
-
-
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
-
getDocumentReference
public DocumentReference getDocumentReference()
Gets the value of the documentReference property.- Returns:
- possible object is
DocumentReference
-
setDocumentReference
public void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.- Parameters:
value- allowed object isDocumentReference
-
-