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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and 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.ReportingPLMN
|
static PersistCodec<MAPReportingPLMN,MAPReportingPLMN,MAPProto.MAP_LCS_DataTypes_ReportingPLMN> |
MAPCodecs.MAP_LCS_DataTypes_ReportingPLMN
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.ReportingPLMN
|