Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API 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.
|
Modifier and Type | Method and Description |
---|---|
CAP3ConnectArg |
CAP3ConnectArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3ConnectArg |
CAP3ConnectArg.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.
|
CAP3ConnectArg |
CAP3ConnectArg.setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.
|
CAP3ConnectArg |
CAP3ConnectArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP3ConnectArg |
CAP3ConnectArg.setCarrier(byte[] value)
Sets the value of the field carrier.
|
CAP3ConnectArg |
CAP3ConnectArg.setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.
|
CAP3ConnectArg |
CAP3ConnectArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP3ConnectArg |
CAP3ConnectArg.setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
CAP3ConnectArg |
CAP3ConnectArg.setDestinationRoutingAddress(CalledPartyNumber[] value)
Sets the value of the field destinationRoutingAddress.
|
CAP3ConnectArg |
CAP3ConnectArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP3ConnectArg |
CAP3ConnectArg.setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP3ConnectArg |
CAP3ConnectArg.setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.
|
CAP3ConnectArg |
CAP3ConnectArg.setOCSIApplicablePresent(boolean flag)
Sets the presence or absence of the optional field oCSIApplicable.
|
CAP3ConnectArg |
CAP3ConnectArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP3ConnectArg |
CAP3ConnectArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP3ConnectArg |
CAP3ConnectArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP3ConnectArg |
CAP3ConnectArg.setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
CAP3ConnectArg |
CAP3ConnectArg.setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCConnectArg,CAP3ConnectArg,CAP3Proto.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg> |
CAP3Codecs.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ConnectArg
|
Modifier and Type | Class and Description |
---|---|
class |
CAP4ConnectArg
API for CAP-gsmSSF-gsmSCF-ops-args.ConnectArg.
|