Package org.cxml

Class ReceiptIDInfo


  • public class ReceiptIDInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ReceiptIDInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<IdReference> getIdReference()
      Gets the value of the idReference property.
      java.lang.String getReceiptDate()
      Gets the value of the receiptDate property.
      java.lang.String getReceiptID()
      Gets the value of the receiptID property.
      void setReceiptDate​(java.lang.String value)
      Sets the value of the receiptDate property.
      void setReceiptID​(java.lang.String value)
      Sets the value of the receiptID property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • receiptID

        protected java.lang.String receiptID
      • receiptDate

        protected java.lang.String receiptDate
      • idReference

        protected java.util.List<IdReference> idReference
    • Constructor Detail

      • ReceiptIDInfo

        public ReceiptIDInfo()
    • 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 is String
      • 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 is String
      • getIdReference

        public java.util.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