Package org.cxml

Class ReceiptIDInfo

java.lang.Object
org.cxml.ReceiptIDInfo

public class ReceiptIDInfo extends Object
  • Field Details

    • receiptID

      protected String receiptID
    • receiptDate

      protected String receiptDate
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • ReceiptIDInfo

      public ReceiptIDInfo()
  • Method Details

    • getReceiptID

      public String getReceiptID()
      Gets the value of the receiptID property.
      Returns:
      possible object is String
    • setReceiptID

      public void setReceiptID(String value)
      Sets the value of the receiptID property.
      Parameters:
      value - allowed object is String
    • getReceiptDate

      public String getReceiptDate()
      Gets the value of the receiptDate property.
      Returns:
      possible object is String
    • setReceiptDate

      public void setReceiptDate(String value)
      Sets the value of the receiptDate property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public List<IdReference> 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 set method 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