Class LoyaltyAccountID


  • public class LoyaltyAccountID
    extends Object
    Definition: Identification of a Loyalty account. -- Usage: In the Payment or the Loyalty Request message, it allows to identify the loyalty account by the Sale Terminal instead of the POI Terminal (e.g. because the account identification is a bar-code read by the Cashier on a scanner device). In

    Java class for LoyaltyAccountID complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="LoyaltyAccountID">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="LoyaltyID" use="required" type="{}LoyaltyID" />
           <attribute name="EntryMode" use="required" type="{}EntryMode" />
           <attribute name="IdentificationType" use="required" type="{}IdentificationType" />
           <attribute name="IdentificationSupport" type="{}IdentificationSupportType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • LoyaltyAccountID

        public LoyaltyAccountID()
    • Method Detail

      • getLoyaltyID

        public String getLoyaltyID()
        Gets the value of the loyaltyID property.
        Returns:
        possible object is String
      • setLoyaltyID

        public void setLoyaltyID​(String value)
        Sets the value of the loyaltyID property.
        Parameters:
        value - allowed object is String
      • getEntryMode

        public List<EntryModeType> getEntryMode()
        Gets the value of the entryMode 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 entryMode property.

        For example, to add a new item, do as follows:

            getEntryMode().add(newItem);
         

        Objects of the following type(s) are allowed in the list EntryModeType

      • setIdentificationType

        public void setIdentificationType​(IdentificationType value)
        Sets the value of the identificationType property.
        Parameters:
        value - allowed object is IdentificationType