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 MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. clone()Constructs a copy of this object and everything reachable from it.static MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. 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.MAPAccessNetworkSignalInfoMAPForwardAccessSignalling_Arg_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPForwardGroupCallSignallingArg. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPPrepareHO_Arg_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPPrepareHO_Res_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPPrepareSubsequentHO_Arg_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPPrepareSubsequentHO_Res_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPProcessAccessSignalling_Arg_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPProcessGroupCallSignallingArg. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPSendEndSignal_Arg_v3. getAn_APDU()Gets the value of the field an-APDU.MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. setAccessNetworkProtocolId(MAPAccessNetworkProtocolId value)Sets the value of the field accessNetworkProtocolId.MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. setExtensionContainer(MAPExtensionContainer value)Sets the value of the field extensionContainer.MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. 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 MAPAccessNetworkSignalInfoMAPAccessNetworkSignalInfo. 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_v3MAPForwardAccessSignalling_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPForwardGroupCallSignallingArgMAPForwardGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPPrepareHO_Arg_v3MAPPrepareHO_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPPrepareHO_Res_v3MAPPrepareHO_Res_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPPrepareSubsequentHO_Arg_v3MAPPrepareSubsequentHO_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPPrepareSubsequentHO_Res_v3MAPPrepareSubsequentHO_Res_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPProcessAccessSignalling_Arg_v3MAPProcessAccessSignalling_Arg_v3. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPProcessGroupCallSignallingArgMAPProcessGroupCallSignallingArg. setAn_APDU(MAPAccessNetworkSignalInfo value)Sets the value of the field an-APDU.MAPSendEndSignal_Arg_v3MAPSendEndSignal_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_AccessNetworkSignalInfoSingleton codec for the ASN.1 type: MAP-CommonDataTypes.AccessNetworkSignalInfostatic PersistCodec<MAPAccessNetworkSignalInfo,MAPAccessNetworkSignalInfo,MAPProto.MAP_CommonDataTypes_AccessNetworkSignalInfo>MAPCodecs. MAP_CommonDataTypes_AccessNetworkSignalInfoSingleton codec for the ASN.1 type: MAP-CommonDataTypes.AccessNetworkSignalInfo
-