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 |
---|---|
MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.copyOf(MAPMAP_RefuseInfo 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_RefuseInfo |
MAPMAP_DialoguePDU.getMap_refuse()
Gets the value of the map-refuse choice.
|
MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.setAlternativeApplicationContext(ObjectID value)
Sets the value of the field alternativeApplicationContext.
|
MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.setReason(MAPReason value)
Sets the value of the field reason.
|
Modifier and Type | Method and Description |
---|---|
static MAPMAP_RefuseInfo |
MAPMAP_RefuseInfo.copyOf(MAPMAP_RefuseInfo 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_DialoguePDU |
MAPMAP_DialoguePDU.setMap_refuse(MAPMAP_RefuseInfo value)
Sets the value of the map-refuse choice.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPMAP_RefuseInfo,MAPMAP_RefuseInfo,MAPProto.MAP_DialogueInformation_MAP_RefuseInfo> |
MAPCodecs.MAP_DialogueInformation_MAP_RefuseInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-RefuseInfo
|
static PersistCodec<MAPMAP_RefuseInfo,MAPMAP_RefuseInfo,MAPProto.MAP_DialogueInformation_MAP_RefuseInfo> |
MAPCodecs.MAP_DialogueInformation_MAP_RefuseInfo
Singleton codec for the ASN.1 type: MAP-DialogueInformation.MAP-RefuseInfo
|