Uses of Class
com.opencloud.slee.resources.cgin.map.MAPExtendedRoutingInfo
-
Packages that use MAPExtendedRoutingInfo 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 MAPExtendedRoutingInfo in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPExtendedRoutingInfo Modifier and Type Method Description MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. clone()
Constructs a copy of this object and everything reachable from it.static MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. copyOf(MAPExtendedRoutingInfo 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.MAPExtendedRoutingInfo
MAPSendRoutingInfoRes. getRoutingInfo()
Gets the value of the field routingInfo.MAPExtendedRoutingInfo
MAPSendRoutingInfoRes_v3. getRoutingInfo2()
Gets the value of the field routingInfo2.MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. setCamelRoutingInfo(MAPCamelRoutingInfo value)
Sets the value of the camelRoutingInfo choice.MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. setForwardingData(MAPForwardingData value)
Sets the value of the forwardingData choice.MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. setRoamingNumber(AddressString value)
Sets the value of the roamingNumber choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPExtendedRoutingInfo Modifier and Type Method Description static MAPExtendedRoutingInfo
MAPExtendedRoutingInfo. copyOf(MAPExtendedRoutingInfo 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.MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. setRoutingInfo(MAPExtendedRoutingInfo value)
Sets the value of the field extendedRoutingInfo.MAPSendRoutingInfoRes
MAPSendRoutingInfoRes. setRoutingInfo(MAPExtendedRoutingInfo value)
Sets the value of the field routingInfo.MAPSendRoutingInfoRes_v3
MAPSendRoutingInfoRes_v3. setRoutingInfo2(MAPExtendedRoutingInfo value)
Sets the value of the field routingInfo2. -
Uses of MAPExtendedRoutingInfo in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPExtendedRoutingInfo Modifier and Type Field Description static PersistCodec<MAPExtendedRoutingInfo,MAPExtendedRoutingInfo,MAPProto.MAP_CH_DataTypes_ExtendedRoutingInfo>
MAPCodecs. MAP_CH_DataTypes_ExtendedRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ExtendedRoutingInfostatic PersistCodec<MAPExtendedRoutingInfo,MAPExtendedRoutingInfo,MAPProto.MAP_CH_DataTypes_ExtendedRoutingInfo>
MAPCodecs. MAP_CH_DataTypes_ExtendedRoutingInfo
Singleton codec for the ASN.1 type: MAP-CH-DataTypes.ExtendedRoutingInfo
-