Package co.ecg.alpaca.toolkit.generated
Class FlexibleSeatingHost.GroupFlexibleSeatingHostGuestAssociationGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.FlexibleSeatingHost.GroupFlexibleSeatingHostGuestAssociationGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FlexibleSeatingHost
public static class FlexibleSeatingHost.GroupFlexibleSeatingHostGuestAssociationGetResponse extends Response
Response to GroupFlexibleSeatingHostGuestAssociationGetRequest.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FlexibleSeatingHostAccessLevel
accessLevel
protected Integer
associationLimitHours
protected Boolean
enforceAssociationLimit
protected OffsetDateTime
guestAssociationDateTime
protected String
guestExtension
protected String
guestFirstName
protected String
guestLastName
protected String
guestLocationDialingCode
protected String
guestPhoneNumber
protected FlexibleSeatingHost
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 GroupFlexibleSeatingHostGuestAssociationGetResponse()
-
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
-
enforceAssociationLimit
protected Boolean enforceAssociationLimit
-
associationLimitHours
protected Integer associationLimitHours
-
accessLevel
protected FlexibleSeatingHostAccessLevel accessLevel
-
guestLastName
protected String guestLastName
-
guestFirstName
protected String guestFirstName
-
guestPhoneNumber
protected String guestPhoneNumber
-
guestExtension
protected String guestExtension
-
guestLocationDialingCode
protected String guestLocationDialingCode
-
guestAssociationDateTime
protected OffsetDateTime guestAssociationDateTime
-
user
protected transient FlexibleSeatingHost user
-
-
Method Detail
-
setEnforceAssociationLimit
public void setEnforceAssociationLimit(Boolean enforceAssociationLimit)
-
getEnforceAssociationLimit
public Boolean getEnforceAssociationLimit()
-
setAssociationLimitHours
public void setAssociationLimitHours(Integer associationLimitHours)
-
getAssociationLimitHours
public Integer getAssociationLimitHours()
-
setAccessLevel
public void setAccessLevel(FlexibleSeatingHostAccessLevel accessLevel)
-
getAccessLevel
public FlexibleSeatingHostAccessLevel getAccessLevel()
-
setGuestLastName
public void setGuestLastName(String guestLastName)
-
getGuestLastName
public String getGuestLastName()
-
setGuestFirstName
public void setGuestFirstName(String guestFirstName)
-
getGuestFirstName
public String getGuestFirstName()
-
setGuestPhoneNumber
public void setGuestPhoneNumber(String guestPhoneNumber)
-
getGuestPhoneNumber
public String getGuestPhoneNumber()
-
setGuestExtension
public void setGuestExtension(String guestExtension)
-
getGuestExtension
public String getGuestExtension()
-
setGuestLocationDialingCode
public void setGuestLocationDialingCode(String guestLocationDialingCode)
-
getGuestLocationDialingCode
public String getGuestLocationDialingCode()
-
setGuestAssociationDateTime
public void setGuestAssociationDateTime(OffsetDateTime guestAssociationDateTime)
-
getGuestAssociationDateTime
public OffsetDateTime getGuestAssociationDateTime()
-
setUser
public void setUser(FlexibleSeatingHost user)
-
getFlexibleSeatingHost
public FlexibleSeatingHost getFlexibleSeatingHost()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-