Package org.cxml
Class ReceiptIDInfo
java.lang.Object
org.cxml.ReceiptIDInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the receiptDate property.Gets the value of the receiptID 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
-
idReference
-
-
Constructor Details
-
ReceiptIDInfo
public ReceiptIDInfo()
-
-
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
-
getIdReference
Gets the value of the idReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-