Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSMPPModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSMPPModifyRequest
- Enclosing class:
- BWSystem
Request to modify the system level data associated with the SMPP external 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.setEnableMWICustomizedMessage
(Boolean enableMWICustomizedMessage) setIncludeOnlyNewMessageCount
(Boolean includeOnlyNewMessageCount) setMaxShortMessageLength
(Integer maxShortMessageLength) setPassword
(String password) setPrimarySMPPPort
(Integer primarySMPPPort) setPrimarySMPPServerNetAddress
(String primarySMPPServerNetAddress) setSecondarySMPPPort
(Integer secondarySMPPPort) setSecondarySMPPServerNetAddress
(String secondarySMPPServerNetAddress) setSupportMessagePayload
(Boolean supportMessagePayload) setSystemId
(String systemId) setSystemType
(String systemType) setUseGsmMwiUcs2Encoding
(Boolean useGsmMwiUcs2Encoding) setVersion
(SMPPVersion version) 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
-
-
primarySMPPPort
-
secondarySMPPServerNetAddress
-
secondarySMPPPort
-
systemId
-
password
-
version
-
systemType
-
enableMWICustomizedMessage
-
supportMessagePayload
-
maxShortMessageLength
-
useGsmMwiUcs2Encoding
-
includeOnlyNewMessageCount
-
-
Constructor Details
-
SystemSMPPModifyRequest
public SystemSMPPModifyRequest() -
SystemSMPPModifyRequest
-
-
Method Details
-
unsetPrimarySMPPServerNetAddress
-
setPrimarySMPPServerNetAddress
public BWSystem.SystemSMPPModifyRequest setPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress) -
getPrimarySMPPServerNetAddress
-
setPrimarySMPPPort
-
getPrimarySMPPPort
-
unsetSecondarySMPPServerNetAddress
-
setSecondarySMPPServerNetAddress
public BWSystem.SystemSMPPModifyRequest setSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress) -
getSecondarySMPPServerNetAddress
-
setSecondarySMPPPort
-
getSecondarySMPPPort
-
unsetSystemId
-
setSystemId
-
getSystemId
-
unsetPassword
-
setPassword
-
getPassword
-
setVersion
-
getVersion
-
unsetSystemType
-
setSystemType
-
getSystemType
-
setEnableMWICustomizedMessage
public BWSystem.SystemSMPPModifyRequest setEnableMWICustomizedMessage(Boolean enableMWICustomizedMessage) -
getEnableMWICustomizedMessage
-
setSupportMessagePayload
-
getSupportMessagePayload
-
setMaxShortMessageLength
-
getMaxShortMessageLength
-
setUseGsmMwiUcs2Encoding
-
getUseGsmMwiUcs2Encoding
-
setIncludeOnlyNewMessageCount
public BWSystem.SystemSMPPModifyRequest setIncludeOnlyNewMessageCount(Boolean includeOnlyNewMessageCount) -
getIncludeOnlyNewMessageCount
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-