public static class UserCommPilotExpress.UserCommPilotExpressGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected CommPilotExpressAvailableInOffice |
availableInOffice |
protected CommPilotExpressAvailableOutOfOffice |
availableOutOfOffice |
protected CommPilotExpressBusy |
busy |
protected CommPilotExpressProfile |
profile |
protected CommPilotExpressUnavailable |
unavailable |
protected BroadWorksUser |
user |
commandType, detailText, request, summaryText
content, xPath
Constructor and Description |
---|
UserCommPilotExpressGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CommPilotExpressAvailableInOffice |
getAvailableInOffice() |
CommPilotExpressAvailableOutOfOffice |
getAvailableOutOfOffice() |
BroadWorksUser |
getBroadWorksUser() |
CommPilotExpressBusy |
getBusy() |
CommPilotExpressProfile |
getProfile() |
CommPilotExpressUnavailable |
getUnavailable() |
int |
hashCode() |
void |
setAvailableInOffice(CommPilotExpressAvailableInOffice availableInOffice) |
void |
setAvailableOutOfOffice(CommPilotExpressAvailableOutOfOffice availableOutOfOffice) |
void |
setBusy(CommPilotExpressBusy busy) |
void |
setProfile(CommPilotExpressProfile profile) |
void |
setUnavailable(CommPilotExpressUnavailable unavailable) |
void |
setUser(BroadWorksUser user) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getDetailText, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
protected CommPilotExpressProfile profile
protected CommPilotExpressAvailableInOffice availableInOffice
protected CommPilotExpressAvailableOutOfOffice availableOutOfOffice
protected CommPilotExpressBusy busy
protected CommPilotExpressUnavailable unavailable
protected transient BroadWorksUser user
public void setProfile(CommPilotExpressProfile profile)
public CommPilotExpressProfile getProfile()
public void setAvailableInOffice(CommPilotExpressAvailableInOffice availableInOffice)
public CommPilotExpressAvailableInOffice getAvailableInOffice()
public void setAvailableOutOfOffice(CommPilotExpressAvailableOutOfOffice availableOutOfOffice)
public CommPilotExpressAvailableOutOfOffice getAvailableOutOfOffice()
public void setBusy(CommPilotExpressBusy busy)
public CommPilotExpressBusy getBusy()
public void setUnavailable(CommPilotExpressUnavailable unavailable)
public CommPilotExpressUnavailable getUnavailable()
public void setUser(BroadWorksUser user)
public BroadWorksUser getBroadWorksUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2017 ECG. All rights reserved.