Class UserSequentialRing.UserSequentialRingGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.UserSequentialRing.UserSequentialRingGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserSequentialRing
public static class UserSequentialRing.UserSequentialRingGetResponse extends Response
Response to the UserSequentialRingGetRequest14sp4. The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted" and "Holiday Schedule".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected SequentialRingNumberOfRingsbaseLocationNumberOfRingsprotected BooleancallerMayStopSearchprotected BooleancontinueIfBaseLocationIsBusyprotected List<UserSequentialRingCriteriaTableRow>criteriaTableprotected SequentialRingLocation14sp4location01protected SequentialRingLocation14sp4location02protected SequentialRingLocation14sp4location03protected SequentialRingLocation14sp4location04protected SequentialRingLocation14sp4location05protected BooleanringBaseLocationFirstprotected BroadWorksUseruser-
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 UserSequentialRingGetResponse()
-
Method Summary
-
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
-
ringBaseLocationFirst
protected Boolean ringBaseLocationFirst
-
baseLocationNumberOfRings
protected SequentialRingNumberOfRings baseLocationNumberOfRings
-
continueIfBaseLocationIsBusy
protected Boolean continueIfBaseLocationIsBusy
-
callerMayStopSearch
protected Boolean callerMayStopSearch
-
location01
protected SequentialRingLocation14sp4 location01
-
location02
protected SequentialRingLocation14sp4 location02
-
location03
protected SequentialRingLocation14sp4 location03
-
location04
protected SequentialRingLocation14sp4 location04
-
location05
protected SequentialRingLocation14sp4 location05
-
criteriaTable
protected List<UserSequentialRingCriteriaTableRow> criteriaTable
-
user
protected transient BroadWorksUser user
-
-
Method Detail
-
setRingBaseLocationFirst
public void setRingBaseLocationFirst(Boolean ringBaseLocationFirst)
-
getRingBaseLocationFirst
public Boolean getRingBaseLocationFirst()
-
setBaseLocationNumberOfRings
public void setBaseLocationNumberOfRings(SequentialRingNumberOfRings baseLocationNumberOfRings)
-
getBaseLocationNumberOfRings
public SequentialRingNumberOfRings getBaseLocationNumberOfRings()
-
setContinueIfBaseLocationIsBusy
public void setContinueIfBaseLocationIsBusy(Boolean continueIfBaseLocationIsBusy)
-
getContinueIfBaseLocationIsBusy
public Boolean getContinueIfBaseLocationIsBusy()
-
setCallerMayStopSearch
public void setCallerMayStopSearch(Boolean callerMayStopSearch)
-
getCallerMayStopSearch
public Boolean getCallerMayStopSearch()
-
setLocation01
public void setLocation01(SequentialRingLocation14sp4 location01)
-
getLocation01
public SequentialRingLocation14sp4 getLocation01()
-
setLocation02
public void setLocation02(SequentialRingLocation14sp4 location02)
-
getLocation02
public SequentialRingLocation14sp4 getLocation02()
-
setLocation03
public void setLocation03(SequentialRingLocation14sp4 location03)
-
getLocation03
public SequentialRingLocation14sp4 getLocation03()
-
setLocation04
public void setLocation04(SequentialRingLocation14sp4 location04)
-
getLocation04
public SequentialRingLocation14sp4 getLocation04()
-
setLocation05
public void setLocation05(SequentialRingLocation14sp4 location05)
-
getLocation05
public SequentialRingLocation14sp4 getLocation05()
-
setCriteriaTable
public void setCriteriaTable(List<UserSequentialRingCriteriaTableRow> criteriaTable)
-
getCriteriaTable
public List<UserSequentialRingCriteriaTableRow> getCriteriaTable()
-
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
-
-