org.mobicents.protocols.ss7.isup.message.parameter
Interface CallReference

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface CallReference
extends ISUPParameter

Start time:12:03:25 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getCallIdentity()
           
 int getSignalingPointCode()
           
 void setCallIdentity(int callIdentity)
           
 void setSignalingPointCode(int signalingPointCode)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter
getCode
 
Methods inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
decodeElement, encodeElement, encodeElement
 

Field Detail

_PARAMETER_CODE

static final int _PARAMETER_CODE
See Also:
Constant Field Values
Method Detail

getCallIdentity

int getCallIdentity()

setCallIdentity

void setCallIdentity(int callIdentity)

getSignalingPointCode

int getSignalingPointCode()

setSignalingPointCode

void setSignalingPointCode(int signalingPointCode)


Copyright © 2010. All Rights Reserved.