Class PhysicalLocation.SystemPhysicalLocationGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.PhysicalLocation.SystemPhysicalLocationGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
PhysicalLocation

public static class PhysicalLocation.SystemPhysicalLocationGetResponse extends Response
Response to SystemPhysicalLocationGetRequest. Contains a list of system Physical Location parameters.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • alwaysAllowEmergencyCalls

      protected Boolean alwaysAllowEmergencyCalls
  • Constructor Details

    • SystemPhysicalLocationGetResponse

      public SystemPhysicalLocationGetResponse()
  • Method Details

    • setAlwaysAllowEmergencyCalls

      public void setAlwaysAllowEmergencyCalls(Boolean alwaysAllowEmergencyCalls)
    • getAlwaysAllowEmergencyCalls

      public Boolean getAlwaysAllowEmergencyCalls()
    • transform

      public void transform()
      Description copied from class: Response
      Transforms the Response from XML Content to a populated POJO
      Specified by:
      transform in class Response
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object