Class POISoftware


  • public class POISoftware
    extends Object
    Definition: Information related to the software of the POI System which manages the Sale to POI protocol. -- Usage: Allows in a session to identify the product features of a POI System.

    Java class for POISoftware complex type.

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

     <complexType name="POISoftware">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="ManufacturerID" use="required" type="{}ManufacturerID" />
           <attribute name="ApplicationName" use="required" type="{}ApplicationName" />
           <attribute name="SoftwareVersion" use="required" type="{}SoftwareVersion" />
           <attribute name="CertificationCode" use="required" type="{}CertificationCode" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • manufacturerID

        protected String manufacturerID
        The Manufacturer id.
      • applicationName

        protected String applicationName
        The Application name.
      • softwareVersion

        protected String softwareVersion
        The Software version.
      • certificationCode

        protected String certificationCode
        The Certification code.
    • Constructor Detail

      • POISoftware

        public POISoftware()
    • Method Detail

      • getManufacturerID

        public String getManufacturerID()
        Gets the value of the manufacturerID property.
        Returns:
        possible object is String
      • setManufacturerID

        public void setManufacturerID​(String value)
        Sets the value of the manufacturerID property.
        Parameters:
        value - allowed object is String
      • getApplicationName

        public String getApplicationName()
        Gets the value of the applicationName property.
        Returns:
        possible object is String
      • setApplicationName

        public void setApplicationName​(String value)
        Sets the value of the applicationName property.
        Parameters:
        value - allowed object is String
      • getSoftwareVersion

        public String getSoftwareVersion()
        Gets the value of the softwareVersion property.
        Returns:
        possible object is String
      • setSoftwareVersion

        public void setSoftwareVersion​(String value)
        Sets the value of the softwareVersion property.
        Parameters:
        value - allowed object is String
      • getCertificationCode

        public String getCertificationCode()
        Gets the value of the certificationCode property.
        Returns:
        possible object is String
      • setCertificationCode

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