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 SMSProtocolIdCAP3InitialDPSMSArg. 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 CAP3InitialDPSMSArgCAP3InitialDPSMSArg. 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 CAP4InitialDPSMSArgCAP4InitialDPSMSArg. 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 SMSProtocolIdSMSTPDUWithData. ProtocolId_valueValue of field ProtocolId.Methods in com.opencloud.slee.resources.in.datatypes.sms that return SMSProtocolId Modifier and Type Method Description SMSProtocolIdSMSProtocolId. clone()Constructs a copy of this object and everything reachable from it.static SMSProtocolIdSMSProtocolId. 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.SMSProtocolIdSMSCommand. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSDeliver. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSDeliverReport. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSDeliverReportAck. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSDeliverReportError. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSStatusReport. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSSubmit. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSSubmitReport. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSSubmitReportAck. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSSubmitReportError. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSTPDUWithData. getProtocolId()Gets the value of identifies the above layer protocol.SMSProtocolIdSMSProtocolId. setApplicationLayerProtocol(SMSProtocolId.ApplicationLayerProtocol value)Sets the value of the application layer protocol.SMSProtocolIdSMSProtocolId. setServiceCentreProtocol(SMSProtocolId.ServiceCentreProtocol value)Sets the value of the service centre protocol.SMSProtocolIdSMSProtocolId. setTelematicDevice(SMSProtocolId.TelematicDevice value)Sets the value of the telematic device.SMSProtocolIdSMSProtocolId. 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 SMSProtocolIdSMSProtocolId. 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.SMSCommandSMSCommand. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSDeliverSMSDeliver. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSDeliverReportSMSDeliverReport. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSDeliverReportAckSMSDeliverReportAck. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSDeliverReportErrorSMSDeliverReportError. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSStatusReportSMSStatusReport. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSSubmitSMSSubmit. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSSubmitReportSMSSubmitReport. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSSubmitReportAckSMSSubmitReportAck. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSSubmitReportErrorSMSSubmitReportError. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.SMSTPDUWithDataSMSTPDUWithData. setProtocolId(SMSProtocolId value)Sets the value of identifies the above layer protocol.
-