Uses of Class
com.opencloud.slee.resources.cgin.map.MAPReportingPLMN
-
Packages that use MAPReportingPLMN 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 MAPReportingPLMN in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPReportingPLMN Modifier and Type Method Description MAPReportingPLMNMAPReportingPLMN. clone()Constructs a copy of this object and everything reachable from it.static MAPReportingPLMNMAPReportingPLMN. copyOf(MAPReportingPLMN 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.MAPReportingPLMN[]MAPReportingPLMNList. getPlmn_List()Gets the value of the field plmn-List.MAPReportingPLMNMAPReportingPLMN. setPlmn_Id(byte[] value)Sets the value of the field plmn-Id.MAPReportingPLMNMAPReportingPLMN. setRan_PeriodicLocationSupportPresent(boolean flag)Sets the presence or absence of the optional field ran-PeriodicLocationSupport.MAPReportingPLMNMAPReportingPLMN. setRan_Technology(MAPRAN_Technology value)Sets the value of the field ran-Technology.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPReportingPLMN Modifier and Type Method Description static MAPReportingPLMNMAPReportingPLMN. copyOf(MAPReportingPLMN 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.MAPReportingPLMNListMAPReportingPLMNList. setPlmn_List(MAPReportingPLMN[] value)Sets the value of the field plmn-List. -
Uses of MAPReportingPLMN in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPReportingPLMN Modifier and Type Field Description static PersistCodec<MAPReportingPLMN,MAPReportingPLMN,MAPProto.MAP_LCS_DataTypes_ReportingPLMN>MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNstatic PersistCodec<MAPReportingPLMN,MAPReportingPLMN,MAPProto.MAP_LCS_DataTypes_ReportingPLMN>MAPCodecs. MAP_LCS_DataTypes_ReportingPLMNSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMN
-