Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v1 |
Provides an API for the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
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 |
---|---|
CAP1ConnectArg |
CAP1ConnectArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP1ConnectArg |
CAP1ConnectArg.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.
|
CAP1ConnectArg |
CAP1ConnectArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP1ConnectArg |
CAP1ConnectArg.setDestinationRoutingAddress(CalledPartyNumber[] value)
Sets the value of the field destinationRoutingAddress.
|
CAP1ConnectArg |
CAP1ConnectArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP1ConnectArg |
CAP1ConnectArg.setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP1ConnectArg |
CAP1ConnectArg.setOCSIApplicablePresent(boolean flag)
Sets the presence or absence of the optional field oCSIApplicable.
|
CAP1ConnectArg |
CAP1ConnectArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP1ConnectArg |
CAP1ConnectArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP1ConnectArg |
CAP1ConnectArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP1ConnectArg |
CAP1ConnectArg.setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCConnectArg,CAP1ConnectArg,CAP1Proto.CAP_DataTypes_ConnectArg> |
CAP1Codecs.CAP_DataTypes_ConnectArg
Singleton codec for the ASN.1 type: CAP-DataTypes.ConnectArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP2ConnectArg
API for 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.
|