Package | Description |
---|---|
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 |
---|---|
CAP4ConnectArg |
CAP4ConnectArg.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP4ConnectArg |
CAP4ConnectArg.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.
|
CAP4ConnectArg |
CAP4ConnectArg.setAlertingPattern(Signal value)
Sets the value of the field alertingPattern.
|
CAP4ConnectArg |
CAP4ConnectArg.setBor_InterrogationRequestedPresent(boolean flag)
Sets the presence or absence of the optional field bor-InterrogationRequested.
|
CAP4ConnectArg |
CAP4ConnectArg.setCallingPartysCategory(CallingPartysCategory value)
Sets the value of the field callingPartysCategory.
|
CAP4ConnectArg |
CAP4ConnectArg.setCarrier(byte[] value)
Sets the value of the field carrier.
|
CAP4ConnectArg |
CAP4ConnectArg.setChargeNumber(LocationNumber value)
Sets the value of the field chargeNumber.
|
CAP4ConnectArg |
CAP4ConnectArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP4ConnectArg |
CAP4ConnectArg.setCug_OutgoingAccessPresent(boolean flag)
Sets the presence or absence of the optional field cug-OutgoingAccess.
|
CAP4ConnectArg |
CAP4ConnectArg.setDestinationRoutingAddress(CalledPartyNumber[] value)
Sets the value of the field destinationRoutingAddress.
|
CAP4ConnectArg |
CAP4ConnectArg.setExtensions(CAP1ExtensionField[] value)
Sets the value of the field extensions.
|
CAP4ConnectArg |
CAP4ConnectArg.setGenericNumbers(GenericNumber[] value)
Sets the value of the field genericNumbers.
|
CAP4ConnectArg |
CAP4ConnectArg.setLegToBeConnected(CCLegID value)
Sets the value of the field legToBeConnected.
|
CAP4ConnectArg |
CAP4ConnectArg.setNaOliInfo(byte[] value)
Sets the value of the field naOliInfo.
|
CAP4ConnectArg |
CAP4ConnectArg.setOCSIApplicablePresent(boolean flag)
Sets the presence or absence of the optional field oCSIApplicable.
|
CAP4ConnectArg |
CAP4ConnectArg.setOriginalCalledPartyID(OriginalCalledNumber value)
Sets the value of the field originalCalledPartyID.
|
CAP4ConnectArg |
CAP4ConnectArg.setRedirectingPartyID(RedirectingPartyNumber value)
Sets the value of the field redirectingPartyID.
|
CAP4ConnectArg |
CAP4ConnectArg.setRedirectionInformation(RedirectionInformation value)
Sets the value of the field redirectionInformation.
|
CAP4ConnectArg |
CAP4ConnectArg.setServiceInteractionIndicatorsTwo(CAP3ServiceInteractionIndicatorsTwo value)
Sets the value of the field serviceInteractionIndicatorsTwo.
|
CAP4ConnectArg |
CAP4ConnectArg.setSuppress_N_CSIPresent(boolean flag)
Sets the presence or absence of the optional field suppress-N-CSI.
|
CAP4ConnectArg |
CAP4ConnectArg.setSuppressionOfAnnouncementPresent(boolean flag)
Sets the presence or absence of the optional field suppressionOfAnnouncement.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CCConnectArg,CAP4ConnectArg,CAP4Proto.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg> |
CAP4Codecs.CAP_gsmSSF_gsmSCF_ops_args_ConnectArg
Singleton codec for the ASN.1 type: CAP-gsmSSF-gsmSCF-ops-args.ConnectArg
|