Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme
-
Packages that use SMSDataCodingScheme 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 SMSDataCodingScheme in com.opencloud.slee.resources.in.datatypes.sms
Fields in com.opencloud.slee.resources.in.datatypes.sms declared as SMSDataCodingScheme Modifier and Type Field Description protected SMSDataCodingScheme
SMSTPDUWithData. DataCodingScheme_value
Value of field DataCodingScheme.Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDataCodingScheme Modifier and Type Method Description SMSDataCodingScheme
SMSDataCodingScheme. clone()
Constructs a copy of this object and everything reachable from it.static SMSDataCodingScheme
SMSDataCodingScheme. copyOf(SMSDataCodingScheme from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.SMSDataCodingScheme
SMSDeliver. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSDeliverReport. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSDeliverReportAck. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSDeliverReportError. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSStatusReport. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSSubmit. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSSubmitReport. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSSubmitReportAck. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSSubmitReportError. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSTPDUWithData. getDataCodingScheme()
Gets the value of the coding scheme within the user data.SMSDataCodingScheme
SMSDataCodingScheme. setAutoDelete(SMSDataCodingScheme.GeneralScheme value)
Sets the value of the auto delete alternative.SMSDataCodingScheme
SMSDataCodingScheme. setGeneralData(SMSDataCodingScheme.GeneralScheme value)
Sets the value of the general data alternative.SMSDataCodingScheme
SMSDataCodingScheme. setMessageCoding(SMSDataCodingScheme.MessageCodingScheme value)
Sets the value of the message coding alternative.SMSDataCodingScheme
SMSDataCodingScheme. setMessageWaitingDiscard(SMSDataCodingScheme.MessageWaitingScheme value)
Sets the value of the message waiting discard alternative.SMSDataCodingScheme
SMSDataCodingScheme. setMessageWaitingStoreGSM7(SMSDataCodingScheme.MessageWaitingScheme value)
Sets the value of the message waiting store GSM7 alternative.SMSDataCodingScheme
SMSDataCodingScheme. setMessageWaitingStoreUCS2(SMSDataCodingScheme.MessageWaitingScheme value)
Sets the value of the message waiting store UCS2 alternative.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSDataCodingScheme Modifier and Type Method Description static SMSDataCodingScheme
SMSDataCodingScheme. copyOf(SMSDataCodingScheme from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.SMSDeliver
SMSDeliver. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSDeliverReport
SMSDeliverReport. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSDeliverReportAck
SMSDeliverReportAck. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSDeliverReportError
SMSDeliverReportError. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSStatusReport
SMSStatusReport. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSSubmit
SMSSubmit. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSSubmitReport
SMSSubmitReport. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSSubmitReportAck
SMSSubmitReportAck. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSSubmitReportError
SMSSubmitReportError. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.SMSTPDUWithData
SMSTPDUWithData. setDataCodingScheme(SMSDataCodingScheme value)
Sets the value of the coding scheme within the user data.void
SMSTPDUWithData. setUserDataString(SMSDataCodingScheme dcs, String value)
Sets UserData (TP-UD) to the given text value, using a provided DataCodingScheme (DCS) and no UserDataHeader (UDH).void
SMSTPDUWithData. setUserDataString(SMSDataCodingScheme dcs, String value, byte[] header)
Sets UserData (TP-UD) to the given text value, using a provided DataCodingScheme (DCS) and an optional UserDataHeader (UDH).
-