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 Modifier and Type Field Description protected Boolean
directTransferScreening
protected Boolean
vmCallbackScreening
-
Constructor Summary
Constructors Constructor Description SystemCommunicationBarringModifyRequest()
SystemCommunicationBarringModifyRequest(BroadWorksServer broadWorksServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.Boolean
getDirectTransferScreening()
Boolean
getVmCallbackScreening()
BWSystem.SystemCommunicationBarringModifyRequest
setDirectTransferScreening(Boolean directTransferScreening)
BWSystem.SystemCommunicationBarringModifyRequest
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
-
-
-
-
Constructor Detail
-
SystemCommunicationBarringModifyRequest
public SystemCommunicationBarringModifyRequest()
-
SystemCommunicationBarringModifyRequest
public SystemCommunicationBarringModifyRequest(BroadWorksServer broadWorksServer)
-
-
Method Detail
-
setDirectTransferScreening
public BWSystem.SystemCommunicationBarringModifyRequest setDirectTransferScreening(Boolean directTransferScreening)
-
getDirectTransferScreening
public Boolean getDirectTransferScreening()
-
setVmCallbackScreening
public BWSystem.SystemCommunicationBarringModifyRequest setVmCallbackScreening(Boolean vmCallbackScreening)
-
getVmCallbackScreening
public Boolean getVmCallbackScreening()
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-