Class POITerminalData


  • public class POITerminalData
    extends Object
    Definition: Information related to the software and hardware feature of the POI Terminal -- Usage: Allows in a session to identify the features of the POI Terminal attached to a Sale Terminal per a Login Request messageType.

    Java class for POITerminalData complex type.

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

     <complexType name="POITerminalData">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="POICapabilities" type="{}POICapabilities"/>
             <element name="POIProfile" type="{}POIProfile" minOccurs="0"/>
           </sequence>
           <attribute name="TerminalEnvironment" use="required" type="{}TerminalEnvironmentType" />
           <attribute name="POISerialNumber" use="required" type="{}POISerialNumber" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • poiProfile

        protected POIProfile poiProfile
        The Poi profile.
      • poiSerialNumber

        protected String poiSerialNumber
        The Poi serial number.
    • Constructor Detail

      • POITerminalData

        public POITerminalData()
    • Method Detail

      • getPOICapabilities

        public List<POICapabilitiesType> getPOICapabilities()
        Gets the value of the poiCapabilities 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 poiCapabilities property.

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

            getPOICapabilities().add(newItem);
         

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

        Returns:
        the poi capabilities
      • getPOIProfile

        public POIProfile getPOIProfile()
        Gets the value of the poiProfile property.
        Returns:
        possible object is POIProfile
      • setPOIProfile

        public void setPOIProfile​(POIProfile value)
        Sets the value of the poiProfile property.
        Parameters:
        value - allowed object is POIProfile
      • getPOISerialNumber

        public String getPOISerialNumber()
        Gets the value of the poiSerialNumber property.
        Returns:
        possible object is String
      • setPOISerialNumber

        public void setPOISerialNumber​(String value)
        Sets the value of the poiSerialNumber property.
        Parameters:
        value - allowed object is String