Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAccessNetworkSignalInfo
-
Packages that use MAPAccessNetworkSignalInfo Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPAccessNetworkSignalInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAccessNetworkSignalInfo Modifier and Type Method Description MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. copyOf(MAPAccessNetworkSignalInfo 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.MAPAccessNetworkSignalInfo
MAPForwardAccessSignalling_Arg_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPForwardGroupCallSignallingArg. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPPrepareHO_Arg_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPPrepareHO_Res_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPPrepareSubsequentHO_Arg_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPPrepareSubsequentHO_Res_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPProcessAccessSignalling_Arg_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPProcessGroupCallSignallingArg. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPSendEndSignal_Arg_v3. getAn_APDU()
Gets the value of the field an-APDU.MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. setAccessNetworkProtocolId(MAPAccessNetworkProtocolId value)
Sets the value of the field accessNetworkProtocolId.MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. setSignalInfo(byte[] value)
Sets the value of the field signalInfo.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAccessNetworkSignalInfo Modifier and Type Method Description static MAPAccessNetworkSignalInfo
MAPAccessNetworkSignalInfo. copyOf(MAPAccessNetworkSignalInfo 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.MAPForwardAccessSignalling_Arg_v3
MAPForwardAccessSignalling_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPForwardGroupCallSignallingArg
MAPForwardGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPPrepareHO_Arg_v3
MAPPrepareHO_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPPrepareHO_Res_v3
MAPPrepareHO_Res_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPPrepareSubsequentHO_Arg_v3
MAPPrepareSubsequentHO_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPPrepareSubsequentHO_Res_v3
MAPPrepareSubsequentHO_Res_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPProcessAccessSignalling_Arg_v3
MAPProcessAccessSignalling_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPProcessGroupCallSignallingArg
MAPProcessGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU.MAPSendEndSignal_Arg_v3
MAPSendEndSignal_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)
Sets the value of the field an-APDU. -
Uses of MAPAccessNetworkSignalInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAccessNetworkSignalInfo Modifier and Type Field Description static PersistCodec<MAPAccessNetworkSignalInfo,MAPAccessNetworkSignalInfo,MAPProto.MAP_CommonDataTypes_AccessNetworkSignalInfo>
MAPCodecs. MAP_CommonDataTypes_AccessNetworkSignalInfo
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.AccessNetworkSignalInfostatic PersistCodec<MAPAccessNetworkSignalInfo,MAPAccessNetworkSignalInfo,MAPProto.MAP_CommonDataTypes_AccessNetworkSignalInfo>
MAPCodecs. MAP_CommonDataTypes_AccessNetworkSignalInfo
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.AccessNetworkSignalInfo
-