Package co.ecg.alpaca.toolkit.generated
Class GroupAccessDevice.GroupAccessDeviceGetUserListResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.GroupAccessDevice.GroupAccessDeviceGetUserListResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GroupAccessDevice
public static class GroupAccessDevice.GroupAccessDeviceGetUserListResponse extends Response
Response to GroupAccessDeviceGetUserListRequest21sp1. The column headings for the deviceUserTable are: "Line/Port", "Last Name", "First Name", "Phone Number", "User Id", "User Type", "Endpoint Type", "Order", "Primary Line/Port", "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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<GroupAccessDeviceDeviceUserTableRow>
deviceUserTable
protected GroupAccessDevice
groupAccessDevice
-
Fields 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 Constructor Description GroupAccessDeviceGetUserListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<GroupAccessDeviceDeviceUserTableRow>
getDeviceUserTable()
GroupAccessDevice
getGroupAccessDevice()
int
hashCode()
void
setDeviceUserTable(List<GroupAccessDeviceDeviceUserTableRow> deviceUserTable)
void
setGroupAccessDevice(GroupAccessDevice groupAccessDevice)
String
toString()
void
transform()
Transforms the Response from XML Content to a populated POJO-
Methods 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 Detail
-
deviceUserTable
protected List<GroupAccessDeviceDeviceUserTableRow> deviceUserTable
-
groupAccessDevice
protected transient GroupAccessDevice groupAccessDevice
-
-
Method Detail
-
setDeviceUserTable
public void setDeviceUserTable(List<GroupAccessDeviceDeviceUserTableRow> deviceUserTable)
-
getDeviceUserTable
public List<GroupAccessDeviceDeviceUserTableRow> getDeviceUserTable()
-
setGroupAccessDevice
public void setGroupAccessDevice(GroupAccessDevice groupAccessDevice)
-
getGroupAccessDevice
public GroupAccessDevice getGroupAccessDevice()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-