Class UserBusyLampField.UserBusyLampFieldGetAvailableUserListResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.UserBusyLampField.UserBusyLampFieldGetAvailableUserListResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserBusyLampField
public static class UserBusyLampField.UserBusyLampFieldGetAvailableUserListResponse extends Response
Response to the BusyLampFieldGetAvailableUserListRequest. Returns a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address", "IMP Id".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BroadWorksUseruserprotected List<UserBusyLampFieldUserTableRow>userTable-
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 UserBusyLampFieldGetAvailableUserListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BroadWorksUsergetBroadWorksUser()List<UserBusyLampFieldUserTableRow>getUserTable()inthashCode()voidsetUser(BroadWorksUser user)voidsetUserTable(List<UserBusyLampFieldUserTableRow> userTable)StringtoString()voidtransform()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
-
userTable
protected List<UserBusyLampFieldUserTableRow> userTable
-
user
protected transient BroadWorksUser user
-
-
Method Detail
-
setUserTable
public void setUserTable(List<UserBusyLampFieldUserTableRow> userTable)
-
getUserTable
public List<UserBusyLampFieldUserTableRow> getUserTable()
-
setUser
public void setUser(BroadWorksUser user)
-
getBroadWorksUser
public BroadWorksUser getBroadWorksUser()
-
transform
public void transform()
Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
-
-