Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSSubmitReport
-
Packages that use SMSSubmitReport Package Description com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of SMSSubmitReport in com.opencloud.slee.resources.in.datatypes.sms
Subclasses of SMSSubmitReport in com.opencloud.slee.resources.in.datatypes.sms Modifier and Type Class Description class
SMSSubmitReportAck
Representation of a SMS-SUBMIT-REPORT TPDU in a RP-ACK.class
SMSSubmitReportError
Representation of a SMS-SUBMIT-REPORT TPDU in a RP-ERROR, as defined in 3GPP TS 23.040 V9.0.0 (2009-06).Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSSubmitReport Modifier and Type Method Description SMSSubmitReport
SMSSubmitReport. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSSubmitReport
SMSSubmitReport. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSSubmitReport
SMSSubmitReport. setServiceCentreTimeStamp(SMSTimeStamp value)
Sets the value of time when the SC received the SMSSubmit.SMSSubmitReport
SMSSubmitReport. setUserData(byte[] value)
Sets the value of the user data.SMSSubmitReport
SMSSubmitReport. setUserDataHeaderIndicator(SMSTPDUWithData.UserDataHeaderIndicator value)
Sets the value of whether user data contains a header.SMSSubmitReport
SMSSubmitReport. setUserDataLength(int value)
Sets the value of the length of the user data.
-