Class BWSystem.SystemOfficeZoneGetResponse

All Implemented Interfaces:
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:
  • Field Details

    • description

      protected String description
    • zoneName

      protected String[] zoneName
    • primaryZoneName

      protected String primaryZoneName
    • officeZoneName

      protected String officeZoneName
  • Constructor Details

    • SystemOfficeZoneGetResponse

      public SystemOfficeZoneGetResponse()
  • Method Details

    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setZoneName

      public void setZoneName(String... zoneName)
    • getZoneName

      public String[] getZoneName()
    • setPrimaryZoneName

      public void setPrimaryZoneName(String primaryZoneName)
    • getPrimaryZoneName

      public String getPrimaryZoneName()
    • setOfficeZoneName

      public void setOfficeZoneName(String officeZoneName)
    • getOfficeZoneName

      public 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(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