Package | Description |
---|---|
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.
|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.in.datatypes.cc |
Defines classes to represent some call-control types
for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause),
and for which standards define the layout of bit-fields within the octet strings.
|
Modifier and Type | Method and Description |
---|---|
CUGInterLockCode |
CAP3InitialDPArg.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CUGInterLockCode |
CAP3ContinueWithArgumentArg.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CUGInterLockCode |
CAP3ConnectArg.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPArg |
CAP3InitialDPArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP3ContinueWithArgumentArg |
CAP3ContinueWithArgumentArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP3ConnectArg |
CAP3ConnectArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
Modifier and Type | Method and Description |
---|---|
CAP4InitialDPArg |
CAP4InitialDPArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP4ContinueWithArgumentArg |
CAP4ContinueWithArgumentArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
CAP4ConnectArg |
CAP4ConnectArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
Modifier and Type | Method and Description |
---|---|
CUGInterLockCode |
MAPCUG_Feature_v1.getCug_interlock()
Gets the value of the field cug-interlock.
|
CUGInterLockCode |
MAPSendRoutingInformationArg.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CUGInterLockCode |
MAPSendRoutingInfoForSMArg.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CUGInterLockCode |
MAPCUG_Subscription.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
CUGInterLockCode |
MAPCUG_CheckInfo.getCug_Interlock()
Gets the value of the field cug-Interlock.
|
Modifier and Type | Method and Description |
---|---|
MAPCUG_Feature_v1 |
MAPCUG_Feature_v1.setCug_interlock(CUGInterLockCode value)
Sets the value of the field cug-interlock.
|
MAPSendRoutingInformationArg |
MAPSendRoutingInformationArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPSendRoutingInfoForSMArg |
MAPSendRoutingInfoForSMArg.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPCUG_Subscription |
MAPCUG_Subscription.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
MAPCUG_CheckInfo |
MAPCUG_CheckInfo.setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.
|
Constructor and Description |
---|
MAPCUG_Feature_v1(CUGInterLockCode Cug_interlock_param,
byte[] Cug_Index_param,
byte[] Cug_Options_param,
byte[] Ss_Status_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static BCDStringCodec<CUGInterLockCode> |
CUGInterLockCode.NETWORKID_CODEC
BCD string codec for field NetworkId.
|
Modifier and Type | Method and Description |
---|---|
CUGInterLockCode |
CUGInterLockCode.clone()
Constructs a copy of this object and everything reachable from it.
|
static CUGInterLockCode |
CUGInterLockCode.copyOf(CUGInterLockCode 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.
|
CUGInterLockCode |
CUGInterLockCode.setCode(int value)
Sets the value of the binary code.
|
CUGInterLockCode |
CUGInterLockCode.setCodePresent(boolean flag)
Sets the presence or absence of the field Code.
|
CUGInterLockCode |
CUGInterLockCode.setNetworkId(String value)
Sets the value of the network identity.
|
CUGInterLockCode |
CUGInterLockCode.setNetworkId(String value,
StringCodec<CUGInterLockCode> codec)
Sets the value of the network identity using the given codec.
|
CUGInterLockCode |
CUGInterLockCode.setNetworkIdEncoded(byte[] encoded)
Sets the encoded value of the network identity to a clone of the given byte array.
|
Modifier and Type | Method and Description |
---|---|
StringCodec<CUGInterLockCode> |
CUGInterLockCode.getNetworkIdCodec()
Gets the codec used for field NetworkId.
|
Modifier and Type | Method and Description |
---|---|
static CUGInterLockCode |
CUGInterLockCode.copyOf(CUGInterLockCode 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 | Method and Description |
---|---|
String |
CUGInterLockCode.getNetworkId(StringCodec<CUGInterLockCode> codec)
Gets the value of the network identity using the given codec.
|
CUGInterLockCode |
CUGInterLockCode.setNetworkId(String value,
StringCodec<CUGInterLockCode> codec)
Sets the value of the network identity using the given codec.
|
Constructor and Description |
---|
CUGInterLockCode(String networkId,
int code,
StringCodec<CUGInterLockCode> NetworkId_codec)
Constructs a new CUGInterLockCode object from given arguments,
using the given codecs for encoding fields of type String.
|