Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CAP2InitialDPArg |
CAP2InitialDPArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2InitialDPArg |
CAP2InitialDPArg.copyOf(CCInitialDPArg 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.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setAdditionalCallingPartyNumber(GenericNumber value)
Sets the value of the field additionalCallingPartyNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setBearerCapability(CCBearerCapability value)
Sets the value of the field bearerCapability.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setCalledPartyBCDNumber(CalledPartyBCDNumber value)
Sets the value of the field calledPartyBCDNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setCalledPartyNumber(CalledPartyNumber value)
Sets the value of the field calledPartyNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setCallingPartyNumber(CallingPartyNumber value)
Sets the value of the field callingPartyNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setCallReferenceNumber(byte[] value)
Sets the value of the field callReferenceNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setEventTypeBCSM(CCEventTypeBCSM value)
Sets the value of the field eventTypeBCSM.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setExt_basicServiceCode(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setGsm_ForwardingPendingPresent(boolean flag)
Sets the presence or absence of the optional field gsm-ForwardingPending.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setHighLayerCompatibility(HighLayerCompatibility value)
Sets the value of the field highLayerCompatibility.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setIMSI(IMSIAddress value)
Sets the value of the field iMSI.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setInitialDPArgExtension(CAP2InitialDPArgExtension value)
Sets the value of the field initialDPArgExtension.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setIPSSPCapabilities(CAP2IPSSPCapabilities value)
Sets the value of the field iPSSPCapabilities.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setLocationInformation(MAPLocationInformation value)
Sets the value of the field locationInformation.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setLocationNumber(LocationNumber value)
Sets the value of the field locationNumber.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setMscAddress(AddressString value)
Sets the value of the field mscAddress.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setServiceKey(int value)
Sets the value of the field serviceKey.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setSubscriberState(MAPSubscriberState value)
Sets the value of the field subscriberState.
|
CAP2InitialDPArg |
CAP2InitialDPArg.setTimeAndTimezone(TimeAndTimezone value)
Sets the value of the field timeAndTimezone.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCInitialDPArg,CAP2InitialDPArg,CAP2Proto.CAP_DataTypes_InitialDPArg> |
CAP2Codecs.CAP_DataTypes_InitialDPArg
Singleton codec for the ASN.1 type: CAP-DataTypes.InitialDPArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP3InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4InitialDPArg
API for CAP-gsmSSF-gsmSCF-ops-args.InitialDPArg.
|