Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.clone()
Constructs a copy of this object and everything reachable from it.
|
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.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setCalledPartyNumber(AddressString value)
Sets the value of the field calledPartyNumber.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setCallingPartyNumber(AddressString value)
Sets the value of the field callingPartyNumber.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setDestinationSubscriberNumber(CalledPartyBCDNumber value)
Sets the value of the field destinationSubscriberNumber.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setEventTypeSMS(CAP3EventTypeSMS value)
Sets the value of the field eventTypeSMS.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setGPRSMSClass(MAPGPRSMSClass value)
Sets the value of the field gPRSMSClass.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setIMEI(IMEIAddress value)
Sets the value of the field iMEI.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setIMSI(IMSIAddress value)
Sets the value of the field iMSI.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setLocationInformationGPRS(CAP4LocationInformationGPRS value)
Sets the value of the field locationInformationGPRS.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setLocationInformationMSC(MAPLocationInformation value)
Sets the value of the field locationInformationMSC.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setMs_Classmark2(byte[] value)
Sets the value of the field ms-Classmark2.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setMscAddress(AddressString value)
Sets the value of the field mscAddress.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setServiceKey(int value)
Sets the value of the field serviceKey.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setSgsn_Number(AddressString value)
Sets the value of the field sgsn-Number.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setSMSCAddress(AddressString value)
Sets the value of the field sMSCAddress.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setSmsReferenceNumber(byte[] value)
Sets the value of the field smsReferenceNumber.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setTimeAndTimezone(TimeAndTimezone value)
Sets the value of the field timeAndTimezone.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setTPDataCodingScheme(byte[] value)
Sets the value of the field tPDataCodingScheme.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setTPProtocolIdentifier(SMSProtocolId value)
Sets the value of the field tPProtocolIdentifier.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setTPShortMessageSpecificInfo(byte[] value)
Sets the value of the field tPShortMessageSpecificInfo.
|
CAP4InitialDPSMSArg |
CAP4InitialDPSMSArg.setTPValidityPeriod(byte[] value)
Sets the value of the field tPValidityPeriod.
|
Modifier and Type | Field and 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
|