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.
|
Modifier and Type | Method and Description |
---|---|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.copyOf(CAP3ContinueWithArgumentArg 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.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setCarrier(byte[] value)
Sets the value of the field carrier.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
Modifier and Type | Method and Description |
---|---|
static CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.copyOf(CAP3ContinueWithArgumentArg 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.sendContinueWithArgument(CAP3ContinueWithArgumentArg argument)
Issues a continueWithArgument operation request on the dialog.
|
Constructor and Description |
---|
CAP3ContinueWithArgumentRequestEvent(CAP3Dialog dialog,
TcapOperation operation,
CAP3ContinueWithArgumentArg argument,
int invokeId,
boolean hasLinkedId,
int linkedId)
Initialise a new com.opencloud.slee.resources.cgin.cap_v3.events.CAP3ContinueWithArgumentRequestEvent
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3ContinueWithArgumentArg,CAP3ContinueWithArgumentArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg
|
static PersistCodec<CAP3ContinueWithArgumentArg,CAP3ContinueWithArgumentArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4ContinueWithArgumentArg
API for CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg.
|
Modifier and Type | Method and Description |
---|---|
static CAP4ContinueWithArgumentArg |
CAP4ContinueWithArgumentArg.copyOf(CAP3ContinueWithArgumentArg 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.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3ContinueWithArgumentArg,CAP4ContinueWithArgumentArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg> |
CAP4Codecs.CAP_gsmSSF_gsmSCF_ops_args_ContinueWithArgumentArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ContinueWithArgumentArg
|