Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.ServiceCentreProtocol
-
Packages that use SMSProtocolId.ServiceCentreProtocol 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 SMSProtocolId.ServiceCentreProtocol in com.opencloud.slee.resources.in.datatypes.sms
Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSProtocolId.ServiceCentreProtocol Modifier and Type Method Description static SMSProtocolId.ServiceCentreProtocol
SMSProtocolId.ServiceCentreProtocol. fromValue(int value)
Returns a ServiceCentreProtocol for a particular integer value.SMSProtocolId.ServiceCentreProtocol
SMSProtocolId. getServiceCentreProtocol()
Gets the value of the service centre protocol.static SMSProtocolId.ServiceCentreProtocol[]
SMSProtocolId.ServiceCentreProtocol. namedValues()
Returns an array containing all of ServiceCentreProtocol's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSProtocolId.ServiceCentreProtocol Modifier and Type Method Description SMSProtocolId
SMSProtocolId. setServiceCentreProtocol(SMSProtocolId.ServiceCentreProtocol value)
Sets the value of the service centre protocol.Constructors in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSProtocolId.ServiceCentreProtocol Constructor Description SMSProtocolId(SMSProtocolId.ServiceCentreProtocol serviceCentreProtocol)
Constructs a new SMSProtocolId object from the given ServiceCentreProtocol.
-