Class BWSystem.SystemOfficeZoneGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemOfficeZoneGetResponse
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemOfficeZoneGetResponse
extends Response
Response to the SystemOfficeZoneGetRequest. The response contains the Office Zone information.
Author:
AlpacaGenerator
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • setDescription

      public void setDescription​(java.lang.String description)
    • getDescription

      public java.lang.String getDescription()
    • setZoneName

      public void setZoneName​(java.lang.String... zoneName)
    • getZoneName

      public java.lang.String[] getZoneName()
    • setPrimaryZoneName

      public void setPrimaryZoneName​(java.lang.String primaryZoneName)
    • getPrimaryZoneName

      public java.lang.String getPrimaryZoneName()
    • setOfficeZoneName

      public void setOfficeZoneName​(java.lang.String officeZoneName)
    • getOfficeZoneName

      public java.lang.String getOfficeZoneName()
    • 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​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object