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 |
---|---|
CAP2ConnectArg |
CAP2ConnectArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP2ConnectArg |
CAP2ConnectArg.copyOf(CCConnectArg 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.
|
CAP2ConnectArg |
CAP2ConnectArg.setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.
|
CAP2ConnectArg |
CAP2ConnectArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP2ConnectArg |
CAP2ConnectArg.setDestinationRoutingAddress(CalledPartyNumber[] value)
Sets the value of the field destinationRoutingAddress.
|
CAP2ConnectArg |
CAP2ConnectArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP2ConnectArg |
CAP2ConnectArg.setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP2ConnectArg |
CAP2ConnectArg.setNa_Info(CAP2NA_Info value)
Sets the value of the field na-Info.
|
CAP2ConnectArg |
CAP2ConnectArg.setOCSIApplicablePresent(boolean flag)
Sets the presence or absence of the optional field oCSIApplicable.
|
CAP2ConnectArg |
CAP2ConnectArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP2ConnectArg |
CAP2ConnectArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP2ConnectArg |
CAP2ConnectArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP2ConnectArg |
CAP2ConnectArg.setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCConnectArg,CAP2ConnectArg,CAP2Proto.CAP_DataTypes_ConnectArg> |
CAP2Codecs.CAP_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ConnectArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP3ConnectArg
API for CAP-gsmSSF-gsmSCF-ops-args.ConnectArg.
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4ConnectArg
API for CAP-gsmSSF-gsmSCF-ops-args.ConnectArg.
|