Package co.ecg.alpaca.toolkit.generated
Class Group.GroupScheduleGetEventDetailListResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.Group.GroupScheduleGetEventDetailListResponse
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Group
Response to GroupScheduleGetEventDetailListRequest. The response contains a list of ScheduleEvents. If the scheduleKey doesn't refer to an existing schedule on the AS, then the response will be empty.
- Author:
- AlpacaGenerator
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Groupprotected ScheduleEvents[]protected ScheduleKeyFields inherited from class co.ecg.alpaca.toolkit.messaging.response.ResponsecommandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessagecontent, xPath
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetGroup()inthashCode()voidvoidsetScheduleEventsList(ScheduleEvents... scheduleEventsList) voidsetScheduleKey(ScheduleKey scheduleKey) toString()voidTransforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.ResponsegetDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequestMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessagegetBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
- 
Field Details- 
scheduleEventsList
- 
group
- 
scheduleKey
 
- 
- 
Constructor Details- 
GroupScheduleGetEventDetailListResponsepublic GroupScheduleGetEventDetailListResponse()
 
- 
- 
Method Details- 
setScheduleEventsList
- 
getScheduleEventsList
- 
setGroup
- 
getGroup
- 
setScheduleKey
- 
getScheduleKey
- 
transformpublic void transform()Description copied from class:ResponseTransforms the Response from XML Content to a populated POJO
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-