Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemCountryCodeModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCountryCodeModifyRequest
- Enclosing class:
- BWSystem
Modify the attributes of a country code. If becomeDefaultCountryCode is true, the country code in this request becomes the default country code for the system. The following elements are only used in AS data mode: disableNationalPrefixForOffNetCalls 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
ConstructorsConstructorDescriptionSystemCountryCodeModifyRequest
(BroadWorksServer broadWorksServer, String countryCode) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setCountryCode
(String countryCode) setDisableNationalPrefixForOffNetCalls
(Boolean disableNationalPrefixForOffNetCalls) setEnableNationalPrefix
(Boolean enableNationalPrefix) setMaxCallWaitingTones
(Integer maxCallWaitingTones) setNationalPrefix
(String nationalPrefix) setOffHookWarningTimerSeconds
(Integer offHookWarningTimerSeconds) setRingPeriodMilliseconds
(Integer ringPeriodMilliseconds) setTimeBetweenCallWaitingTonesMilliseconds
(Integer timeBetweenCallWaitingTonesMilliseconds) 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
-
countryCode
-
ringPeriodMilliseconds
-
offHookWarningTimerSeconds
-
enableNationalPrefix
-
nationalPrefix
-
becomeDefaultCountryCode
-
maxCallWaitingTones
-
timeBetweenCallWaitingTonesMilliseconds
-
disableNationalPrefixForOffNetCalls
-
-
Constructor Details
-
SystemCountryCodeModifyRequest
public SystemCountryCodeModifyRequest() -
SystemCountryCodeModifyRequest
-
-
Method Details
-
setCountryCode
-
getCountryCode
-
setRingPeriodMilliseconds
public BWSystem.SystemCountryCodeModifyRequest setRingPeriodMilliseconds(Integer ringPeriodMilliseconds) -
getRingPeriodMilliseconds
-
setOffHookWarningTimerSeconds
public BWSystem.SystemCountryCodeModifyRequest setOffHookWarningTimerSeconds(Integer offHookWarningTimerSeconds) -
getOffHookWarningTimerSeconds
-
setEnableNationalPrefix
public BWSystem.SystemCountryCodeModifyRequest setEnableNationalPrefix(Boolean enableNationalPrefix) -
getEnableNationalPrefix
-
unsetNationalPrefix
-
setNationalPrefix
-
getNationalPrefix
-
setFlagBecomeDefaultCountryCode
-
becomeDefaultCountryCodeFlagExist
public boolean becomeDefaultCountryCodeFlagExist() -
getBecomeDefaultCountryCode
-
setMaxCallWaitingTones
-
getMaxCallWaitingTones
-
setTimeBetweenCallWaitingTonesMilliseconds
public BWSystem.SystemCountryCodeModifyRequest setTimeBetweenCallWaitingTonesMilliseconds(Integer timeBetweenCallWaitingTonesMilliseconds) -
getTimeBetweenCallWaitingTonesMilliseconds
-
setDisableNationalPrefixForOffNetCalls
public BWSystem.SystemCountryCodeModifyRequest setDisableNationalPrefixForOffNetCalls(Boolean disableNationalPrefixForOffNetCalls) -
getDisableNationalPrefixForOffNetCalls
-
getEmptyObject
public static BWSystem.SystemCountryCodeModifyRequest getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-