Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSDataCodingScheme.MessageWaitingScheme
-
Packages that use SMSDataCodingScheme.MessageWaitingScheme 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.MessageWaitingScheme in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSDataCodingScheme.MessageWaitingScheme Modifier and Type Method Description SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. clone()
Constructs a copy of this object and everything reachable from it.static SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. copyOf(SMSDataCodingScheme.MessageWaitingScheme 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.MessageWaitingScheme
SMSDataCodingScheme. getMessageWaitingDiscard()
Gets the value of the message waiting discard alternative.SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme. getMessageWaitingStoreGSM7()
Gets the value of the message waiting store GSM7 alternative.SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme. getMessageWaitingStoreUCS2()
Gets the value of the message waiting store UCS2 alternative.SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. setIndicationActive(boolean value)
Sets the value of whether active.SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. setIndicationActivePresent(boolean flag)
Sets the presence or absence of the field IndicationActive.SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. setIndicationType(SMSDataCodingScheme.MessageWaitingScheme.IndicationType value)
Sets the value of type of message waiting.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSDataCodingScheme.MessageWaitingScheme Modifier and Type Method Description static SMSDataCodingScheme.MessageWaitingScheme
SMSDataCodingScheme.MessageWaitingScheme. copyOf(SMSDataCodingScheme.MessageWaitingScheme 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
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.
-