Class POIProfile


  • public class POIProfile
    extends Object
    Definition: Functional profile of the POI Terminal. -- Usage: Sent in the Login Response to identify the profiles the POI Terminal support during the session. The value of this data element contains: One of the generic profile: Basic, Standard or Extended, A list (possibly empty) of services

    Java class for POIProfile complex type.

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

     <complexType name="POIProfile">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ServiceProfiles" type="{}ServiceProfiles" minOccurs="0"/>
           </sequence>
           <attribute name="GenericProfile" type="{}GenericProfileType" default="Standard" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • POIProfile

        public POIProfile()
    • Method Detail

      • getServiceProfiles

        public List<ServiceProfilesType> getServiceProfiles()
        Gets the value of the serviceProfiles 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 serviceProfiles property.

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

            getServiceProfiles().add(newItem);
         

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

        Returns:
        the service profiles
      • setGenericProfile

        public void setGenericProfile​(GenericProfileType value)
        Sets the value of the genericProfile property.
        Parameters:
        value - allowed object is GenericProfileType