Class EnableServiceRequest


  • public class EnableServiceRequest
    extends Object
    Definition: Content of the Enable Service Request messageType. -- Usage: It conveys the services that will be enabled for the POI Terminal without the request of the Sale System, and a possible invitation for the Customer to start the services.

    Java class for EnableServiceRequest complex type.

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

     <complexType name="EnableServiceRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="ServicesEnabled" type="{}ServicesEnabled" minOccurs="0"/>
             <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
           </sequence>
           <attribute name="TransactionAction" use="required" type="{}TransactionActionType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • EnableServiceRequest

        public EnableServiceRequest()
    • Method Detail

      • getServicesEnabled

        public List<ServicesEnabledType> getServicesEnabled()
        Gets the value of the servicesEnabled 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 servicesEnabled property.

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

            getServicesEnabled().add(newItem);
         

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

        Returns:
        the services enabled
      • getDisplayOutput

        public DisplayOutput getDisplayOutput()
        Gets the value of the displayOutput property.
        Returns:
        possible object is DisplayOutput
      • setDisplayOutput

        public void setDisplayOutput​(DisplayOutput value)
        Sets the value of the displayOutput property.
        Parameters:
        value - allowed object is DisplayOutput