Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CUGInterLockCode
-
Packages that use CUGInterLockCode 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. -
-
Uses of CUGInterLockCode in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CUGInterLockCode Modifier and Type Method Description CUGInterLockCode
CAP3ConnectArg. getCug_Interlock()
Gets the value of the field cug-Interlock.CUGInterLockCode
CAP3ContinueWithArgumentArg. getCug_Interlock()
Gets the value of the field cug-Interlock.CUGInterLockCode
CAP3InitialDPArg. getCug_Interlock()
Gets the value of the field cug-Interlock.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CUGInterLockCode Modifier and Type Method Description CAP3ConnectArg
CAP3ConnectArg. 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.CAP3InitialDPArg
CAP3InitialDPArg. setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock. -
Uses of CUGInterLockCode in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CUGInterLockCode Modifier and Type Method Description CAP4ConnectArg
CAP4ConnectArg. 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.CAP4InitialDPArg
CAP4InitialDPArg. setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock. -
Uses of CUGInterLockCode in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return CUGInterLockCode Modifier and Type Method Description CUGInterLockCode
MAPCUG_Feature_v1. getCug_interlock()
Gets the value of the field cug-interlock.CUGInterLockCode
MAPCUG_CheckInfo. getCug_Interlock()
Gets the value of the field cug-Interlock.CUGInterLockCode
MAPCUG_Subscription. getCug_Interlock()
Gets the value of the field cug-Interlock.CUGInterLockCode
MAPSendRoutingInfoForSMArg. getCug_Interlock()
Gets the value of the field cug-Interlock.CUGInterLockCode
MAPSendRoutingInformationArg. getCug_Interlock()
Gets the value of the field cug-Interlock.Methods in com.opencloud.slee.resources.cgin.map with parameters of type CUGInterLockCode Modifier and Type Method Description MAPCUG_Feature_v1
MAPCUG_Feature_v1. 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.MAPCUG_Subscription
MAPCUG_Subscription. 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.MAPSendRoutingInformationArg
MAPSendRoutingInformationArg. setCug_Interlock(CUGInterLockCode value)
Sets the value of the field cug-Interlock.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type CUGInterLockCode Constructor 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. -
Uses of CUGInterLockCode in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type CUGInterLockCode Modifier and Type Field Description static BCDStringCodec<CUGInterLockCode>
CUGInterLockCode. NETWORKID_CODEC
BCD string codec for field NetworkId.Methods in com.opencloud.slee.resources.in.datatypes.cc that return CUGInterLockCode Modifier and Type Method 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.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type CUGInterLockCode Modifier and Type Method Description StringCodec<CUGInterLockCode>
CUGInterLockCode. getNetworkIdCodec()
Gets the codec used for field NetworkId.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CUGInterLockCode Modifier and Type Method 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.Method parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type CUGInterLockCode Modifier and Type Method 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 parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type CUGInterLockCode Constructor 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.
-