Package org.cxml
Class ReceiptReference
java.lang.Object
org.cxml.ReceiptReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentReference property.Gets the value of the receiptDate property.Gets the value of the receiptID property.voidSets the value of the documentReference property.voidsetReceiptDate(String value) Sets the value of the receiptDate property.voidsetReceiptID(String value) Sets the value of the receiptID property.
-
Field Details
-
receiptID
-
receiptDate
-
documentReference
-
-
Constructor Details
-
ReceiptReference
public ReceiptReference()
-
-
Method Details
-
getReceiptID
Gets the value of the receiptID property.- Returns:
- possible object is
String
-
setReceiptID
Sets the value of the receiptID property.- Parameters:
value- allowed object isString
-
getReceiptDate
Gets the value of the receiptDate property.- Returns:
- possible object is
String
-
setReceiptDate
Sets the value of the receiptDate 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
-