Class HostStatus


  • public class HostStatus
    extends Object
    Definition: State of a Host. -- Usage: Indicate the reachability of the host by the POI Terminal.

    Java class for HostStatus complex type.

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

     <complexType name="HostStatus">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="AcquirerID" use="required" type="{}AcquirerID" />
           <attribute name="IsReachableFlag" type="{}IsReachableFlag" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • acquirerID

        protected String acquirerID
        The Acquirer id.
      • isReachableFlag

        protected Boolean isReachableFlag
        The Is reachable flag.
    • Constructor Detail

      • HostStatus

        public HostStatus()
    • Method Detail

      • getAcquirerID

        public String getAcquirerID()
        Gets the value of the acquirerID property.
        Returns:
        possible object is String
      • setAcquirerID

        public void setAcquirerID​(String value)
        Sets the value of the acquirerID property.
        Parameters:
        value - allowed object is String
      • isIsReachableFlag

        public boolean isIsReachableFlag()
        Gets the value of the isReachableFlag property.
        Returns:
        possible object is Boolean
      • setIsReachableFlag

        public void setIsReachableFlag​(Boolean value)
        Sets the value of the isReachableFlag property.
        Parameters:
        value - allowed object is Boolean