Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3InitialDPSMSArg
-
Packages that use CAP3InitialDPSMSArg Package Description com.opencloud.slee.resources.cgin.cap_v3 Provides an API for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.events Provides event wrapper classes for the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v3.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3InitialDPSMSArg Modifier and Type Method Description CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. clone()
Constructs a copy of this object and everything reachable from it.static CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. copyOf(CAP3InitialDPSMSArg 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.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setCallingPartyNumber(AddressString value)
Sets the value of the field callingPartyNumber.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setDestinationSubscriberNumber(CalledPartyBCDNumber value)
Sets the value of the field destinationSubscriberNumber.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setIMSI(IMSIAddress value)
Sets the value of the field iMSI.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setLocationInformationGPRS(CAP3LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setLocationInformationMSC(MAPLocationInformation value)
Sets the value of the field locationInformationMSC.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setMscAddress(AddressString value)
Sets the value of the field mscAddress.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setServiceKey(int value)
Sets the value of the field serviceKey and marks the field as present.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setSMSCAddress(AddressString value)
Sets the value of the field sMSCAddress.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setSmsReferenceNumber(byte[] value)
Sets the value of the field smsReferenceNumber.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTimeAndTimezone(TimeAndTimezone value)
Sets the value of the field timeAndTimezone.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTPDataCodingScheme(byte[] value)
Sets the value of the field tPDataCodingScheme.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTPProtocolIdentifier(SMSProtocolId value)
Sets the value of the field tPProtocolIdentifier.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTPShortMessageSubmissionInfo(byte[] value)
Sets the value of the field tPShortMessageSubmissionInfo.CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. setTPValidityPeriod(byte[] value)
Sets the value of the field tPValidityPeriod.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3InitialDPSMSArg Modifier and Type Method Description static CAP3InitialDPSMSArg
CAP3InitialDPSMSArg. copyOf(CAP3InitialDPSMSArg 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.int
CAP3Dialog. sendInitialDPSMS(CAP3InitialDPSMSArg argument)
Issues an initialDPSMS operation request on the dialog. -
Uses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v3.events
Constructors in com.opencloud.slee.resources.cgin.cap_v3.events with parameters of type CAP3InitialDPSMSArg Constructor Description CAP3InitialDPSMSRequestEvent(CAP3Dialog dialog, TcapOperation operation, CAP3InitialDPSMSArg argument, int invokeId, boolean hasLinkedId, int linkedId, boolean lastInvoke)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3InitialDPSMSRequestEvent -
Uses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3InitialDPSMSArg Modifier and Type Field Description static PersistCodec<CAP3InitialDPSMSArg,CAP3InitialDPSMSArg,CAP3Proto.CAP_SMS_ops_args_InitialDPSMSArg>
CAP3Codecs. CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArgstatic PersistCodec<CAP3InitialDPSMSArg,CAP3InitialDPSMSArg,CAP3Proto.CAP_SMS_ops_args_InitialDPSMSArg>
CAP3Codecs. CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArg -
Uses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v4
Subclasses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v4 Modifier and Type Class Description class
CAP4InitialDPSMSArg
API for CAP-SMS-ops-args.InitialDPSMSArg.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP3InitialDPSMSArg Modifier and Type Method Description static CAP4InitialDPSMSArg
CAP4InitialDPSMSArg. copyOf(CAP3InitialDPSMSArg 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. -
Uses of CAP3InitialDPSMSArg in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP3InitialDPSMSArg Modifier and Type Field Description static PersistCodec<CAP3InitialDPSMSArg,CAP4InitialDPSMSArg,CAP4Proto.CAP_SMS_ops_args_InitialDPSMSArg>
CAP4Codecs. CAP_SMS_ops_args_InitialDPSMSArg
Singleton codec for the ASN.1 type: CAP-SMS-ops-args.InitialDPSMSArg
-