Package co.ecg.alpaca.toolkit.generated
Class Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.response.XMLMessage
-
- co.ecg.alpaca.toolkit.messaging.response.Response
-
- co.ecg.alpaca.toolkit.generated.Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Enterprise
public static class Enterprise.EnterpriseSessionAdmissionControlGroupGetResponse extends Response
Response to EnterpriseSessionAdmissionControlGroupGetRequest21sp1V2. Returns the profile information for the session admission control group.- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
accessInfoPattern
protected Boolean
blockEmergencyAndRepairCallsDueToSACLimits
protected Boolean
countIntraSACGroupSessions
protected Boolean
defaultGroup
protected EnterpriseAccessDevice[]
devices
protected Enterprise
enterprise
protected Integer
maxSession
protected Integer
maxUserOriginatingSessions
protected Integer
maxUserTerminatingSessions
protected String
mediaGroupName
protected String
name
protected Integer
reservedSession
protected Integer
reservedUserOriginatingSessions
protected Integer
reservedUserTerminatingSessions
-
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 EnterpriseSessionAdmissionControlGroupGetResponse()
-
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
-
maxSession
protected Integer maxSession
-
maxUserOriginatingSessions
protected Integer maxUserOriginatingSessions
-
maxUserTerminatingSessions
protected Integer maxUserTerminatingSessions
-
reservedSession
protected Integer reservedSession
-
reservedUserOriginatingSessions
protected Integer reservedUserOriginatingSessions
-
reservedUserTerminatingSessions
protected Integer reservedUserTerminatingSessions
-
defaultGroup
protected Boolean defaultGroup
-
countIntraSACGroupSessions
protected Boolean countIntraSACGroupSessions
-
devices
protected EnterpriseAccessDevice[] devices
-
blockEmergencyAndRepairCallsDueToSACLimits
protected Boolean blockEmergencyAndRepairCallsDueToSACLimits
-
mediaGroupName
protected String mediaGroupName
-
accessInfoPattern
protected String accessInfoPattern
-
enterprise
protected transient Enterprise enterprise
-
name
protected String name
-
-
Method Detail
-
setMaxSession
public void setMaxSession(Integer maxSession)
-
getMaxSession
public Integer getMaxSession()
-
setMaxUserOriginatingSessions
public void setMaxUserOriginatingSessions(Integer maxUserOriginatingSessions)
-
getMaxUserOriginatingSessions
public Integer getMaxUserOriginatingSessions()
-
setMaxUserTerminatingSessions
public void setMaxUserTerminatingSessions(Integer maxUserTerminatingSessions)
-
getMaxUserTerminatingSessions
public Integer getMaxUserTerminatingSessions()
-
setReservedSession
public void setReservedSession(Integer reservedSession)
-
getReservedSession
public Integer getReservedSession()
-
setReservedUserOriginatingSessions
public void setReservedUserOriginatingSessions(Integer reservedUserOriginatingSessions)
-
getReservedUserOriginatingSessions
public Integer getReservedUserOriginatingSessions()
-
setReservedUserTerminatingSessions
public void setReservedUserTerminatingSessions(Integer reservedUserTerminatingSessions)
-
getReservedUserTerminatingSessions
public Integer getReservedUserTerminatingSessions()
-
setDefaultGroup
public void setDefaultGroup(Boolean defaultGroup)
-
getDefaultGroup
public Boolean getDefaultGroup()
-
setCountIntraSACGroupSessions
public void setCountIntraSACGroupSessions(Boolean countIntraSACGroupSessions)
-
getCountIntraSACGroupSessions
public Boolean getCountIntraSACGroupSessions()
-
setDevices
public void setDevices(EnterpriseAccessDevice... devices)
-
getDevices
public EnterpriseAccessDevice[] getDevices()
-
setBlockEmergencyAndRepairCallsDueToSACLimits
public void setBlockEmergencyAndRepairCallsDueToSACLimits(Boolean blockEmergencyAndRepairCallsDueToSACLimits)
-
getBlockEmergencyAndRepairCallsDueToSACLimits
public Boolean getBlockEmergencyAndRepairCallsDueToSACLimits()
-
setMediaGroupName
public void setMediaGroupName(String mediaGroupName)
-
getMediaGroupName
public String getMediaGroupName()
-
setAccessInfoPattern
public void setAccessInfoPattern(String accessInfoPattern)
-
getAccessInfoPattern
public String getAccessInfoPattern()
-
setEnterprise
public void setEnterprise(Enterprise enterprise)
-
getEnterprise
public Enterprise getEnterprise()
-
setName
public void setName(String name)
-
getName
public String getName()
-
transform
public void transform()
Description copied from class:Response
Transforms the Response from XML Content to a populated POJO
-
-