Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSMPPGetResponse
java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSMPPGetResponse
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BWSystem
Response to SystemSMPPGetRequest22. The following elements are only used in AS data mode: primarySMPPServerNetAddress, value "" is returned in Amplify data mode primarySMPPPort, value "2775" is returned in Amplify data mode secondarySMPPServerNetAddress, value "" is returned in Amplify mode secondarySMPPPort, value "2775" is returned in Amplify data mode systemId, value "" is returned in Amplify data mode password, value "" is returned in Amplify mode version, value "" is returned in Amplify data mode systemType, value "VMS" is returned in Amplify mode useGsmMwiUcs2Encoding, value "true" is returned in Amplify mode
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Integer
protected String
protected Integer
protected String
protected Integer
protected String
protected Boolean
protected String
protected String
protected Boolean
protected SMPPVersion
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryText
Fields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setEnableMWICustomizedMessage
(Boolean enableMWICustomizedMessage) void
setIncludeOnlyNewMessageCount
(Boolean includeOnlyNewMessageCount) void
setMaxShortMessageLength
(Integer maxShortMessageLength) void
setPassword
(String password) void
setPrimarySMPPPort
(Integer primarySMPPPort) void
setPrimarySMPPServerNetAddress
(String primarySMPPServerNetAddress) void
setSecondarySMPPPort
(Integer secondarySMPPPort) void
setSecondarySMPPServerNetAddress
(String secondarySMPPServerNetAddress) void
setSupportMessagePayload
(Boolean supportMessagePayload) void
setSystemId
(String systemId) void
setSystemType
(String systemType) void
setUseGsmMwiUcs2Encoding
(Boolean useGsmMwiUcs2Encoding) void
setVersion
(SMPPVersion version) toString()
void
Transforms the Response from XML Content to a populated POJOMethods inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
getDetailText, getErrorCode, getRequest, getResponse, getSummaryText, isCommandType, isErrorResponse, setRequest
Methods inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
getBoolean, getContent, getDate, getDateTime, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNodeArray, getNumber, getString, getStringArray, getTime, setContent
-
Field Details
-
-
primarySMPPPort
-
secondarySMPPServerNetAddress
-
secondarySMPPPort
-
systemId
-
password
-
version
-
systemType
-
enableMWICustomizedMessage
-
supportMessagePayload
-
maxShortMessageLength
-
useGsmMwiUcs2Encoding
-
includeOnlyNewMessageCount
-
-
Constructor Details
-
SystemSMPPGetResponse
public SystemSMPPGetResponse()
-
-
Method Details
-
setPrimarySMPPServerNetAddress
-
getPrimarySMPPServerNetAddress
-
setPrimarySMPPPort
-
getPrimarySMPPPort
-
setSecondarySMPPServerNetAddress
-
getSecondarySMPPServerNetAddress
-
setSecondarySMPPPort
-
getSecondarySMPPPort
-
setSystemId
-
getSystemId
-
setPassword
-
getPassword
-
setVersion
-
getVersion
-
setSystemType
-
getSystemType
-
setEnableMWICustomizedMessage
-
getEnableMWICustomizedMessage
-
setSupportMessagePayload
-
getSupportMessagePayload
-
setMaxShortMessageLength
-
getMaxShortMessageLength
-
setUseGsmMwiUcs2Encoding
-
getUseGsmMwiUcs2Encoding
-
setIncludeOnlyNewMessageCount
-
getIncludeOnlyNewMessageCount
-
transform
public void transform()Description copied from class:Response
Transforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-