public static class BWSystem.SystemOfficeZoneGetAssignedServiceProviderListResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
officeZoneName |
protected List<SystemOfficeZoneServiceProviderTableRow> |
serviceProviderTable |
request, responseContent, xPath
Constructor and Description |
---|
SystemOfficeZoneGetAssignedServiceProviderListResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getOfficeZoneName() |
List<SystemOfficeZoneServiceProviderTableRow> |
getServiceProviderTable() |
int |
hashCode() |
void |
setOfficeZoneName(String officeZoneName) |
void |
setServiceProviderTable(List<SystemOfficeZoneServiceProviderTableRow> serviceProviderTable) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected List<SystemOfficeZoneServiceProviderTableRow> serviceProviderTable
protected String officeZoneName
public SystemOfficeZoneGetAssignedServiceProviderListResponse()
public void setServiceProviderTable(List<SystemOfficeZoneServiceProviderTableRow> serviceProviderTable)
public List<SystemOfficeZoneServiceProviderTableRow> getServiceProviderTable()
public void setOfficeZoneName(String officeZoneName)
public String getOfficeZoneName()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.