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 MAPReportingPLMN
MAPReportingPLMN. clone()
Constructs a copy of this object and everything reachable from it.static MAPReportingPLMN
MAPReportingPLMN. 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.MAPReportingPLMN
MAPReportingPLMN. setPlmn_Id(byte[] value)
Sets the value of the field plmn-Id.MAPReportingPLMN
MAPReportingPLMN. setRan_PeriodicLocationSupportPresent(boolean flag)
Sets the presence or absence of the optional field ran-PeriodicLocationSupport.MAPReportingPLMN
MAPReportingPLMN. 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 MAPReportingPLMN
MAPReportingPLMN. 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.MAPReportingPLMNList
MAPReportingPLMNList. 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_ReportingPLMN
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMNstatic PersistCodec<MAPReportingPLMN,MAPReportingPLMN,MAPProto.MAP_LCS_DataTypes_ReportingPLMN>
MAPCodecs. MAP_LCS_DataTypes_ReportingPLMN
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMN
-