org.mobicents.protocols.ss7.map.api.dialog
Interface MAPOpenInfo


public interface MAPOpenInfo

From GSM 09.02 Version 5.15.1 Release 1996 MAP-OpenInfo ::= SEQUENCE { destinationReference [0] AddressString originationReference [1] AddressString ..., extensionContainer ExtensionContainer -- extensionContainer must not be used in version 2 }

Author:
amit bhayani

Method Summary
 AddressString getDestReference()
          Get the destination AddressString
 MAPDialog getMAPDialog()
          Get the MAPDialog for which this event is fired
 AddressString getOrigReference()
          Get the originating AddressString
 void setDestReference(AddressString destReference)
          Set the destination AddressString
 void setMAPDialog(MAPDialog mapDialog)
          Set the MAPDialog
 void setOrigReference(AddressString origReference)
          Set the originating AddressString
 

Method Detail

getDestReference

AddressString getDestReference()
Get the destination AddressString

Returns:

setDestReference

void setDestReference(AddressString destReference)
Set the destination AddressString

Parameters:
destReference -

getOrigReference

AddressString getOrigReference()
Get the originating AddressString

Returns:

setOrigReference

void setOrigReference(AddressString origReference)
Set the originating AddressString

Parameters:
origReference -

getMAPDialog

MAPDialog getMAPDialog()
Get the MAPDialog for which this event is fired

Returns:

setMAPDialog

void setMAPDialog(MAPDialog mapDialog)
Set the MAPDialog

Parameters:
mapDialog -


Copyright © 2010. All Rights Reserved.