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.
- Author:
- AlpacaGenerator
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Booleanprotected Integerprotected Stringprotected Integerprotected Stringprotected Integerprotected Stringprotected Booleanprotected Stringprotected Stringprotected Booleanprotected SMPPVersionFields inherited from class co.ecg.alpaca.toolkit.messaging.response.Response
commandType, detailText, request, summaryTextFields inherited from class co.ecg.alpaca.toolkit.messaging.response.XMLMessage
content, xPath -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetEnableMWICustomizedMessage(Boolean enableMWICustomizedMessage) voidsetIncludeOnlyNewMessageCount(Boolean includeOnlyNewMessageCount) voidsetMaxShortMessageLength(Integer maxShortMessageLength) voidsetPassword(String password) voidsetPrimarySMPPPort(Integer primarySMPPPort) voidsetPrimarySMPPServerNetAddress(String primarySMPPServerNetAddress) voidsetSecondarySMPPPort(Integer secondarySMPPPort) voidsetSecondarySMPPServerNetAddress(String secondarySMPPServerNetAddress) voidsetSupportMessagePayload(Boolean supportMessagePayload) voidsetSystemId(String systemId) voidsetSystemType(String systemType) voidsetUseGsmMwiUcs2Encoding(Boolean useGsmMwiUcs2Encoding) voidsetVersion(SMPPVersion version) toString()voidTransforms 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, setRequestMethods 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:ResponseTransforms the Response from XML Content to a populated POJO -
equals
-
hashCode
public int hashCode() -
toString
-