Package co.ecg.alpaca.toolkit.generated
Class ServiceProviderAccessDevice.ServiceProviderAccessDeviceGetUserListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.ServiceProviderAccessDevice.ServiceProviderAccessDeviceGetUserListResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ServiceProviderAccessDevice
public static class ServiceProviderAccessDevice.ServiceProviderAccessDeviceGetUserListResponse
extends Response
Response to ServiceProviderAccessDeviceGetUserListRequest21sp1. The column headings for the deviceUserTable are: "Line/Port", "Last Name", "First Name", "Phone Number", "Group Id", "User Id", "User Type", "Endpoint Type", "Primary Line/Port", "Order", "Extension", "Department", "Email Address", "Private Identity". In IMS mode, the table will contain a row for each TEL-URI in the Phone Number column. In standalone mode, rows for the alternate numbers are not included. The User Type column contains one of the enumerated UserType values. The Endpoint Type column contains one of the enumerated EndpointType21sp1 values. The value Mobility in Endpoint Type column is only applicable in AS data mode. The Private Identity column is empty is AS mode.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setDeviceUserTable
(List<ServiceProviderAccessDeviceDeviceUserTableRow> deviceUserTable) void
setServiceProviderAccessDevice
(ServiceProviderAccessDevice serviceProviderAccessDevice) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
deviceUserTable
-
serviceProviderAccessDevice
-
-
Constructor Details
-
ServiceProviderAccessDeviceGetUserListResponse
public ServiceProviderAccessDeviceGetUserListResponse()
-
-
Method Details
-
setDeviceUserTable
-
getDeviceUserTable
-
setServiceProviderAccessDevice
-
getServiceProviderAccessDevice
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-