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 |
---|---|
MAPIdentity |
MAPIdentity.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPIdentity |
MAPIdentity.copyOf(MAPIdentity 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.
|
MAPIdentity |
MAPCancelLocation_v1ArgSeq.getIdentity()
Gets the value of the field identity.
|
MAPIdentity |
MAPIdentity.setImsi_WithLMSI(MAPIMSI_WithLMSI value)
Sets the value of the imsi-WithLMSI choice.
|
MAPIdentity |
MAPIdentity.setImsi(IMSIAddress value)
Sets the value of the imsi choice.
|
Modifier and Type | Method and Description |
---|---|
static MAPIdentity |
MAPIdentity.copyOf(MAPIdentity 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.
|
MAPCancelLocation_v1ArgSeq |
MAPCancelLocation_v1ArgSeq.setIdentity(MAPIdentity value)
Sets the value of the field identity.
|
MAPCancelLocationArg |
MAPCancelLocationArg.setIdentity(MAPIdentity value)
Sets the value of the field identity.
|
Constructor and Description |
---|
MAPCancelLocation_v1ArgSeq(MAPIdentity Identity_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPIdentity,MAPIdentity,MAPProto.MAP_CommonDataTypes_Identity> |
MAPCodecs.MAP_CommonDataTypes_Identity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Identity
|
static PersistCodec<MAPIdentity,MAPIdentity,MAPProto.MAP_CommonDataTypes_Identity> |
MAPCodecs.MAP_CommonDataTypes_Identity
Singleton codec for the ASN.1 type: MAP-CommonDataTypes.Identity
|