Class UserHotelingGuest.UserHotelingGuestGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.services.UserHotelingGuest.UserHotelingGuestGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserHotelingGuest
public static class UserHotelingGuest.UserHotelingGuestGetResponse extends Response
Response to UserHotelingGuestGetRequest14sp4- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
associationLimitHours
protected Boolean
enableAssociationLimit
protected OffsetDateTime
hostAssociationDateTime
protected Integer
hostAssociationLimitHours
protected Boolean
hostEnforcesAssociationLimit
protected String
hostFirstName
protected String
hostLastName
protected String
hostUserId
protected Boolean
isActive
protected BroadWorksUser
user
-
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 UserHotelingGuestGetResponse()
-
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
-
isActive
protected Boolean isActive
-
enableAssociationLimit
protected Boolean enableAssociationLimit
-
associationLimitHours
protected Integer associationLimitHours
-
hostUserId
protected String hostUserId
-
hostLastName
protected String hostLastName
-
hostFirstName
protected String hostFirstName
-
hostAssociationDateTime
protected OffsetDateTime hostAssociationDateTime
-
hostEnforcesAssociationLimit
protected Boolean hostEnforcesAssociationLimit
-
hostAssociationLimitHours
protected Integer hostAssociationLimitHours
-
user
protected transient BroadWorksUser user
-
-
Method Detail
-
setIsActive
public void setIsActive(Boolean isActive)
-
getIsActive
public Boolean getIsActive()
-
setEnableAssociationLimit
public void setEnableAssociationLimit(Boolean enableAssociationLimit)
-
getEnableAssociationLimit
public Boolean getEnableAssociationLimit()
-
setAssociationLimitHours
public void setAssociationLimitHours(Integer associationLimitHours)
-
getAssociationLimitHours
public Integer getAssociationLimitHours()
-
setHostUserId
public void setHostUserId(String hostUserId)
-
getHostUserId
public String getHostUserId()
-
setHostLastName
public void setHostLastName(String hostLastName)
-
getHostLastName
public String getHostLastName()
-
setHostFirstName
public void setHostFirstName(String hostFirstName)
-
getHostFirstName
public String getHostFirstName()
-
setHostAssociationDateTime
public void setHostAssociationDateTime(OffsetDateTime hostAssociationDateTime)
-
getHostAssociationDateTime
public OffsetDateTime getHostAssociationDateTime()
-
setHostEnforcesAssociationLimit
public void setHostEnforcesAssociationLimit(Boolean hostEnforcesAssociationLimit)
-
getHostEnforcesAssociationLimit
public Boolean getHostEnforcesAssociationLimit()
-
setHostAssociationLimitHours
public void setHostAssociationLimitHours(Integer hostAssociationLimitHours)
-
getHostAssociationLimitHours
public Integer getHostAssociationLimitHours()
-
setUser
public void setUser(BroadWorksUser user)
-
getBroadWorksUser
public BroadWorksUser getBroadWorksUser()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-