Uses of Class
com.opencloud.slee.resources.cgin.map.MAPMAP_DialoguePDU
-
Packages that use MAPMAP_DialoguePDU 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 MAPMAP_DialoguePDU in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPMAP_DialoguePDU Modifier and Type Method Description MAPMAP_DialoguePDUMAPMAP_DialoguePDU. clone()Constructs a copy of this object and everything reachable from it.static MAPMAP_DialoguePDUMAPMAP_DialoguePDU. copyOf(MAPMAP_DialoguePDU 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.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_accept(MAPMAP_AcceptInfo value)Sets the value of the map-accept choice.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_close(MAPMAP_CloseInfo value)Sets the value of the map-close choice.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_open(MAPMAP_OpenInfo value)Sets the value of the map-open choice.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_providerAbort(MAPMAP_ProviderAbortInfo value)Sets the value of the map-providerAbort choice.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_refuse(MAPMAP_RefuseInfo value)Sets the value of the map-refuse choice.MAPMAP_DialoguePDUMAPMAP_DialoguePDU. setMap_userAbort(MAPMAP_UserAbortInfo value)Sets the value of the map-userAbort choice.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPMAP_DialoguePDU Modifier and Type Method Description static MAPMAP_DialoguePDUMAPMAP_DialoguePDU. copyOf(MAPMAP_DialoguePDU 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. -
Uses of MAPMAP_DialoguePDU in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPMAP_DialoguePDU Modifier and Type Field Description static PersistCodec<MAPMAP_DialoguePDU,MAPMAP_DialoguePDU,MAPProto.MAP_DialogueInformation_MAP_DialoguePDU>MAPCodecs. MAP_DialogueInformation_MAP_DialoguePDUSingleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-DialoguePDUstatic PersistCodec<MAPMAP_DialoguePDU,MAPMAP_DialoguePDU,MAPProto.MAP_DialogueInformation_MAP_DialoguePDU>MAPCodecs. MAP_DialogueInformation_MAP_DialoguePDUSingleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-DialoguePDU
-