Package org.cxml
Class ReceiptReference
- java.lang.Object
-
- org.cxml.ReceiptReference
-
public class ReceiptReference extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentReferencedocumentReferenceprotected java.lang.StringreceiptDateprotected java.lang.StringreceiptID
-
Constructor Summary
Constructors Constructor Description ReceiptReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentReferencegetDocumentReference()Gets the value of the documentReference property.java.lang.StringgetReceiptDate()Gets the value of the receiptDate property.java.lang.StringgetReceiptID()Gets the value of the receiptID property.voidsetDocumentReference(DocumentReference value)Sets the value of the documentReference property.voidsetReceiptDate(java.lang.String value)Sets the value of the receiptDate property.voidsetReceiptID(java.lang.String value)Sets the value of the receiptID property.
-
-
-
Field Detail
-
receiptID
protected java.lang.String receiptID
-
receiptDate
protected java.lang.String receiptDate
-
documentReference
protected DocumentReference documentReference
-
-
Method Detail
-
getReceiptID
public java.lang.String getReceiptID()
Gets the value of the receiptID property.- Returns:
- possible object is
String
-
setReceiptID
public void setReceiptID(java.lang.String value)
Sets the value of the receiptID property.- Parameters:
value- allowed object isString
-
getReceiptDate
public java.lang.String getReceiptDate()
Gets the value of the receiptDate property.- Returns:
- possible object is
String
-
setReceiptDate
public void setReceiptDate(java.lang.String value)
Sets the value of the receiptDate 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
-
-