Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCrInterfaceModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCrInterfaceModifyRequest
- Enclosing class:
- BWSystem
Modify the system level data associated with Cr Interface. 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.setCrAuditEnabled
(Boolean crAuditEnabled) setCrAuditIntervalMilliseconds
(Integer crAuditIntervalMilliseconds) setCrAuditTimeoutMilliseconds
(Integer crAuditTimeoutMilliseconds) setCrConnectionEnabled
(Boolean crConnectionEnabled) setCrConnectionTimeoutMilliseconds
(Integer crConnectionTimeoutMilliseconds) setCrNumberOfReconnectionAttempts
(Integer crNumberOfReconnectionAttempts) setCrTcpConnectionTimeoutSeconds
(Integer crTcpConnectionTimeoutSeconds) 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
-
crAuditEnabled
-
crAuditIntervalMilliseconds
-
crAuditTimeoutMilliseconds
-
crConnectionEnabled
-
crConnectionTimeoutMilliseconds
-
crTcpConnectionTimeoutSeconds
-
crNumberOfReconnectionAttempts
-
-
Constructor Details
-
SystemCrInterfaceModifyRequest
public SystemCrInterfaceModifyRequest() -
SystemCrInterfaceModifyRequest
-
-
Method Details
-
setCrAuditEnabled
-
getCrAuditEnabled
-
setCrAuditIntervalMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrAuditIntervalMilliseconds(Integer crAuditIntervalMilliseconds) -
getCrAuditIntervalMilliseconds
-
setCrAuditTimeoutMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrAuditTimeoutMilliseconds(Integer crAuditTimeoutMilliseconds) -
getCrAuditTimeoutMilliseconds
-
setCrConnectionEnabled
-
getCrConnectionEnabled
-
setCrConnectionTimeoutMilliseconds
public BWSystem.SystemCrInterfaceModifyRequest setCrConnectionTimeoutMilliseconds(Integer crConnectionTimeoutMilliseconds) -
getCrConnectionTimeoutMilliseconds
-
setCrTcpConnectionTimeoutSeconds
public BWSystem.SystemCrInterfaceModifyRequest setCrTcpConnectionTimeoutSeconds(Integer crTcpConnectionTimeoutSeconds) -
getCrTcpConnectionTimeoutSeconds
-
setCrNumberOfReconnectionAttempts
public BWSystem.SystemCrInterfaceModifyRequest setCrNumberOfReconnectionAttempts(Integer crNumberOfReconnectionAttempts) -
getCrNumberOfReconnectionAttempts
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-