Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCommunicationBarringModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCommunicationBarringModifyRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemCommunicationBarringModifyRequest
extends Request<DefaultResponse>
Modify the system level data associated with Communication Barring. The following elements are only used in AS data mode and ignored in XS data mode: vmCallbackScreening 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setDirectTransferScreening
(Boolean directTransferScreening) setVmCallbackScreening
(Boolean vmCallbackScreening) 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 Details
-
directTransferScreening
-
vmCallbackScreening
-
-
Constructor Details
-
SystemCommunicationBarringModifyRequest
public SystemCommunicationBarringModifyRequest() -
SystemCommunicationBarringModifyRequest
-
-
Method Details
-
setDirectTransferScreening
public BWSystem.SystemCommunicationBarringModifyRequest setDirectTransferScreening(Boolean directTransferScreening) -
getDirectTransferScreening
-
setVmCallbackScreening
public BWSystem.SystemCommunicationBarringModifyRequest setVmCallbackScreening(Boolean vmCallbackScreening) -
getVmCallbackScreening
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-