Uses of Class
com.opencloud.slee.resources.cgin.map.MAPAdditional_Number
-
Packages that use MAPAdditional_Number 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 MAPAdditional_Number in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPAdditional_Number Modifier and Type Method Description MAPAdditional_Number
MAPAdditional_Number. clone()
Constructs a copy of this object and everything reachable from it.static MAPAdditional_Number
MAPAdditional_Number. copyOf(MAPAdditional_Number 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.MAPAdditional_Number
MAPLCSLocationInfo. getAdditional_Number()
Gets the value of the field additional-Number.MAPAdditional_Number
MAPLocationInfoWithLMSI_v3. getAdditional_Number()
Gets the value of the field additional-Number.MAPAdditional_Number
MAPAdditional_Number. setMsc_Number(AddressString value)
Sets the value of the msc-Number choice.MAPAdditional_Number
MAPAdditional_Number. setSgsn_Number(AddressString value)
Sets the value of the sgsn-Number choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPAdditional_Number Modifier and Type Method Description static MAPAdditional_Number
MAPAdditional_Number. copyOf(MAPAdditional_Number 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.MAPLCSLocationInfo
MAPLCSLocationInfo. setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number.MAPLocationInfoWithLMSI_v3
MAPLocationInfoWithLMSI_v3. setAdditional_Number(MAPAdditional_Number value)
Sets the value of the field additional-Number. -
Uses of MAPAdditional_Number in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPAdditional_Number Modifier and Type Field Description static PersistCodec<MAPAdditional_Number,MAPAdditional_Number,MAPProto.MAP_SM_DataTypes_Additional_Number>
MAPCodecs. MAP_SM_DataTypes_Additional_Number
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.Additional-Numberstatic PersistCodec<MAPAdditional_Number,MAPAdditional_Number,MAPProto.MAP_SM_DataTypes_Additional_Number>
MAPCodecs. MAP_SM_DataTypes_Additional_Number
Singleton codec for the ASN.1 type: MAP-SM-DataTypes.Additional-Number
-