Uses of Class
com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId
-
Packages that use SMSProtocolId Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.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 in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return SMSProtocolId Modifier and Type Method Description SMSProtocolId
CAP3InitialDPSMSArg. getTPProtocolIdentifier()
Gets the value of the field tPProtocolIdentifier.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type SMSProtocolId Modifier and Type Method Description CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTPProtocolIdentifier(SMSProtocolId value)
Sets the value of the field tPProtocolIdentifier. -
Uses of SMSProtocolId in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type SMSProtocolId Modifier and Type Method Description CAP4InitialDPSMSArg
CAP4InitialDPSMSArg. setTPProtocolIdentifier(SMSProtocolId value)
Sets the value of the field tPProtocolIdentifier. -
Uses of SMSProtocolId in com.opencloud.slee.resources.in.datatypes.sms
Fields in com.opencloud.slee.resources.in.datatypes.sms declared as SMSProtocolId Modifier and Type Field Description protected SMSProtocolId
SMSTPDUWithData. ProtocolId_value
Value of field ProtocolId.Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSProtocolId Modifier and Type Method Description SMSProtocolId
SMSProtocolId. clone()
Constructs a copy of this object and everything reachable from it.static SMSProtocolId
SMSProtocolId. copyOf(SMSProtocolId 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.SMSProtocolId
SMSCommand. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSDeliver. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSDeliverReport. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSDeliverReportAck. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSDeliverReportError. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSStatusReport. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSSubmit. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSSubmitReport. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSSubmitReportAck. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSSubmitReportError. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSTPDUWithData. getProtocolId()
Gets the value of identifies the above layer protocol.SMSProtocolId
SMSProtocolId. setApplicationLayerProtocol(SMSProtocolId.ApplicationLayerProtocol value)
Sets the value of the application layer protocol.SMSProtocolId
SMSProtocolId. setServiceCentreProtocol(SMSProtocolId.ServiceCentreProtocol value)
Sets the value of the service centre protocol.SMSProtocolId
SMSProtocolId. setTelematicDevice(SMSProtocolId.TelematicDevice value)
Sets the value of the telematic device.SMSProtocolId
SMSProtocolId. setTransferLayerProtocol(SMSProtocolId.TransferLayerProtocol value)
Sets the value of the transfer layer protocol.Methods in com.opencloud.slee.resources.in.datatypes.sms with parameters of type SMSProtocolId Modifier and Type Method Description static SMSProtocolId
SMSProtocolId. copyOf(SMSProtocolId 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.SMSCommand
SMSCommand. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliver
SMSDeliver. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliverReport
SMSDeliverReport. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliverReportAck
SMSDeliverReportAck. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSDeliverReportError
SMSDeliverReportError. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSStatusReport
SMSStatusReport. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSSubmit
SMSSubmit. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSSubmitReport
SMSSubmitReport. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSSubmitReportAck
SMSSubmitReportAck. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSSubmitReportError
SMSSubmitReportError. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.SMSTPDUWithData
SMSTPDUWithData. setProtocolId(SMSProtocolId value)
Sets the value of identifies the above layer protocol.
-