Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
-
- Enclosing class:
- BWSystem
@ChoiceGroup("cancelAllEvents") @ChoiceGroup("cancelMultipleEvents") @ChoiceGroup("eventId") public static class BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest extends Request<DefaultResponse>
Cancel pending and in progress events. Either all events, multiple events, or a list of specified events can be canceled. When specifying multiple events, an event must meet all specified criteria to be canceled. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected String
cancelAllEvents
protected @Valid CancelMultipleEvents
cancelMultipleEvents
protected Integer[]
eventId
-
Constructor Summary
Constructors Constructor Description SystemDeviceManagementInProgressAndPendingEventCancelRequest()
SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer)
SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, CancelMultipleEvents cancelMultipleEvents)
SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, Integer... eventId)
SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, String cancelAllEvents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.String
getCancelAllEvents()
CancelMultipleEvents
getCancelMultipleEvents()
Integer[]
getEventId()
BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
setCancelAllEvents(String cancelAllEvents)
BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
setCancelMultipleEvents(CancelMultipleEvents cancelMultipleEvents)
BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest
setEventId(Integer... eventId)
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
cancelAllEvents
protected String cancelAllEvents
-
cancelMultipleEvents
@Valid protected @Valid CancelMultipleEvents cancelMultipleEvents
-
eventId
protected Integer[] eventId
-
-
Constructor Detail
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest()
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer)
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, String cancelAllEvents)
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, CancelMultipleEvents cancelMultipleEvents)
-
SystemDeviceManagementInProgressAndPendingEventCancelRequest
public SystemDeviceManagementInProgressAndPendingEventCancelRequest(BroadWorksServer broadWorksServer, Integer... eventId)
-
-
Method Detail
-
setCancelAllEvents
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setCancelAllEvents(String cancelAllEvents)
-
getCancelAllEvents
public String getCancelAllEvents()
-
setCancelMultipleEvents
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setCancelMultipleEvents(CancelMultipleEvents cancelMultipleEvents)
-
getCancelMultipleEvents
public CancelMultipleEvents getCancelMultipleEvents()
-
setEventId
public BWSystem.SystemDeviceManagementInProgressAndPendingEventCancelRequest setEventId(Integer... eventId)
-
getEventId
public Integer[] getEventId()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-