Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReportingPLMNList
-
Packages that use MAPReportingPLMNList 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 MAPReportingPLMNList in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPReportingPLMNList Modifier and Type Method Description MAPReportingPLMNList
MAPReportingPLMNList. clone()
Constructs a copy of this object and everything reachable from it.static MAPReportingPLMNList
MAPReportingPLMNList. copyOf(MAPReportingPLMNList 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.MAPReportingPLMNList
MAPProvideSubscriberLocation_Arg. getReportingPLMNList()
Gets the value of the field reportingPLMNList.MAPReportingPLMNList
MAPSubscriberLocationReport_Res. getReportingPLMNList()
Gets the value of the field reportingPLMNList.MAPReportingPLMNList
MAPReportingPLMNList. setPlmn_List(MAPReportingPLMN[] value)
Sets the value of the field plmn-List.MAPReportingPLMNList
MAPReportingPLMNList. setPlmn_ListPrioritizedPresent(boolean flag)
Sets the presence or absence of the optional field plmn-ListPrioritized.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReportingPLMNList Modifier and Type Method Description static MAPReportingPLMNList
MAPReportingPLMNList. copyOf(MAPReportingPLMNList 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.MAPProvideSubscriberLocation_Arg
MAPProvideSubscriberLocation_Arg. setReportingPLMNList(MAPReportingPLMNList value)
Sets the value of the field reportingPLMNList.MAPSubscriberLocationReport_Res
MAPSubscriberLocationReport_Res. setReportingPLMNList(MAPReportingPLMNList value)
Sets the value of the field reportingPLMNList. -
Uses of MAPReportingPLMNList in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPReportingPLMNList Modifier and Type Field Description static PersistCodec<MAPReportingPLMNList,MAPReportingPLMNList,MAPProto.MAP_LCS_DataTypes_ReportingPLMNList>
MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNList
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNListstatic PersistCodec<MAPReportingPLMNList,MAPReportingPLMNList,MAPProto.MAP_LCS_DataTypes_ReportingPLMNList>
MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNList
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNList
-