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

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

public interface ForwardCallIndicators
extends ISUPParameter

Start time:12:49:54 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static boolean _ETEII_AVAILABLE
          See q.763 3.5 End-to-end information indicator (national use) (Note 2) : end-to-end information available
static boolean _ETEII_NOT_AVAILABLE
          See q.763 3.5 End-to-end information indicator (national use) (Note 2) : no end-to-end information available
static int _ETEMI_NOMETHODAVAILABLE
          See q.763 3.5 End-to-end method indicator (Note 2) : no end-to-end method available (only link-by-link method available)
static int _ETEMI_PASSALONG
          See q.763 3.5 End-to-end method indicator (Note 2) : pass-along method available (national use)
static int _ETEMI_SCCP
          See q.763 3.5 End-to-end method indicator (Note 2) : SCCP method available
static int _ETEMI_SCCP_AND_PASSALONG
          See q.763 3.5 End-to-end method indicator (Note 2) : pass-along and SCCP methods available (national use)
static boolean _II_ENCOUTNERED
          See q.763 3.5 Interworking indicator (Note 2)
static boolean _II_NOT_ENCOUTNERED
          See q.763 3.5 Interworking indicator (Note 2)
static boolean _ISDN_AI_OA_ISDN
          See q.763 3.5 ISDN access indicator : originating access ISDN
static boolean _ISDN_AI_OA_N_ISDN
          See q.763 3.5 ISDN access indicator : originating access non-ISDN
static boolean _ISDN_UPI_NOTUSED
          See q.763 3.23 ISDN user part indicator (Note 2) : ISDN user part not used all the way
static boolean _ISDN_UPI_USED
          See q.763 3.23 ISDN user part indicator (Note 2) : ISDN user part used all the way
static int _ISDN_UPRI_NRATW
          See q.763 3.23 ISDN user part preference indicator : ISDN user part not required all the way
static int _ISDN_UPRI_PREFERED_ALL_THE_WAY
          See q.763 3.23 ISDN user part preference indicator : ISDN user part preferred all the way
static int _ISDN_UPRI_RATW
          See q.763 3.23 ISDN user part preference indicator : ISDN user part required all the way
static boolean _NCI_INTERNATIONAL_CALL
          See q.763 3.5 National/international call indicator (Note 1) : call to be treated as an international call
static boolean _NCI_NATIONAL_CALL
          See q.763 3.5 National/international call indicator (Note 1) : call to be treated as a national call
static int _PARAMETER_CODE
           
static int _SCCP_MI_CL_AND_CO
          See q.763 3.5 SCCP method indicator (Note 2) : connectionless and connection oriented methods available (national use)
static int _SCCP_MI_CONNECTION_ORIENTED
          See q.763 3.5 SCCP method indicator (Note 2) : connection oriented method available
static int _SCCP_MI_CONNECTIONLESS
          See q.763 3.5 SCCP method indicator (Note 2) : connectionless method available (national use)
static int _SCCP_MI_NOINDICATION
          See q.763 3.5 SCCP method indicator (Note 2) : no indication
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getEndToEndMethodIndicator()
           
 int getIsdnUserPartReferenceIndicator()
           
 int getSccpMethodIndicator()
           
 boolean isEndToEndInformationIndicator()
           
 boolean isInterworkingIndicator()
           
 boolean isIsdnAccessIndicator()
           
 boolean isIsdnUserPartIndicator()
           
 boolean isNationalCallIdentificator()
           
 void setEndToEndInformationIndicator(boolean endToEndInformationIndicator)
           
 void setEndToEndMethodIndicator(int endToEndMethodIndicator)
           
 void setInterworkingIndicator(boolean interworkingIndicator)
           
 void setIsdnAccessIndicator(boolean isdnAccessIndicator)
           
 void setIsdnUserPartIndicator(boolean isdnUserPartIndicator)
           
 void setIsdnUserPartReferenceIndicator(int isdnUserPartReferenceIndicator)
           
 void setNationalCallIdentificator(boolean nationalCallIdentificator)
           
 void setSccpMethodIndicator(int sccpMethodIndicator)
           
 
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

_NCI_NATIONAL_CALL

static final boolean _NCI_NATIONAL_CALL
See q.763 3.5 National/international call indicator (Note 1) : call to be treated as a national call

See Also:
Constant Field Values

_NCI_INTERNATIONAL_CALL

static final boolean _NCI_INTERNATIONAL_CALL
See q.763 3.5 National/international call indicator (Note 1) : call to be treated as an international call

See Also:
Constant Field Values

_ETEMI_NOMETHODAVAILABLE

static final int _ETEMI_NOMETHODAVAILABLE
See q.763 3.5 End-to-end method indicator (Note 2) : no end-to-end method available (only link-by-link method available)

See Also:
Constant Field Values

_ETEMI_PASSALONG

static final int _ETEMI_PASSALONG
See q.763 3.5 End-to-end method indicator (Note 2) : pass-along method available (national use)

See Also:
Constant Field Values

_ETEMI_SCCP

static final int _ETEMI_SCCP
See q.763 3.5 End-to-end method indicator (Note 2) : SCCP method available

See Also:
Constant Field Values

_ETEMI_SCCP_AND_PASSALONG

static final int _ETEMI_SCCP_AND_PASSALONG
See q.763 3.5 End-to-end method indicator (Note 2) : pass-along and SCCP methods available (national use)

See Also:
Constant Field Values

_ETEII_NOT_AVAILABLE

static final boolean _ETEII_NOT_AVAILABLE
See q.763 3.5 End-to-end information indicator (national use) (Note 2) : no end-to-end information available

See Also:
Constant Field Values

_ETEII_AVAILABLE

static final boolean _ETEII_AVAILABLE
See q.763 3.5 End-to-end information indicator (national use) (Note 2) : end-to-end information available

See Also:
Constant Field Values

_II_NOT_ENCOUTNERED

static final boolean _II_NOT_ENCOUTNERED
See q.763 3.5 Interworking indicator (Note 2)

See Also:
Constant Field Values

_II_ENCOUTNERED

static final boolean _II_ENCOUTNERED
See q.763 3.5 Interworking indicator (Note 2)

See Also:
Constant Field Values

_ISDN_AI_OA_N_ISDN

static final boolean _ISDN_AI_OA_N_ISDN
See q.763 3.5 ISDN access indicator : originating access non-ISDN

See Also:
Constant Field Values

_ISDN_AI_OA_ISDN

static final boolean _ISDN_AI_OA_ISDN
See q.763 3.5 ISDN access indicator : originating access ISDN

See Also:
Constant Field Values

_SCCP_MI_NOINDICATION

static final int _SCCP_MI_NOINDICATION
See q.763 3.5 SCCP method indicator (Note 2) : no indication

See Also:
Constant Field Values

_SCCP_MI_CONNECTIONLESS

static final int _SCCP_MI_CONNECTIONLESS
See q.763 3.5 SCCP method indicator (Note 2) : connectionless method available (national use)

See Also:
Constant Field Values

_SCCP_MI_CONNECTION_ORIENTED

static final int _SCCP_MI_CONNECTION_ORIENTED
See q.763 3.5 SCCP method indicator (Note 2) : connection oriented method available

See Also:
Constant Field Values

_SCCP_MI_CL_AND_CO

static final int _SCCP_MI_CL_AND_CO
See q.763 3.5 SCCP method indicator (Note 2) : connectionless and connection oriented methods available (national use)

See Also:
Constant Field Values

_ISDN_UPI_NOTUSED

static final boolean _ISDN_UPI_NOTUSED
See q.763 3.23 ISDN user part indicator (Note 2) : ISDN user part not used all the way

See Also:
Constant Field Values

_ISDN_UPI_USED

static final boolean _ISDN_UPI_USED
See q.763 3.23 ISDN user part indicator (Note 2) : ISDN user part used all the way

See Also:
Constant Field Values

_ISDN_UPRI_PREFERED_ALL_THE_WAY

static final int _ISDN_UPRI_PREFERED_ALL_THE_WAY
See q.763 3.23 ISDN user part preference indicator : ISDN user part preferred all the way

See Also:
Constant Field Values

_ISDN_UPRI_NRATW

static final int _ISDN_UPRI_NRATW
See q.763 3.23 ISDN user part preference indicator : ISDN user part not required all the way

See Also:
Constant Field Values

_ISDN_UPRI_RATW

static final int _ISDN_UPRI_RATW
See q.763 3.23 ISDN user part preference indicator : ISDN user part required all the way

See Also:
Constant Field Values
Method Detail

isNationalCallIdentificator

boolean isNationalCallIdentificator()

setNationalCallIdentificator

void setNationalCallIdentificator(boolean nationalCallIdentificator)

getEndToEndMethodIndicator

int getEndToEndMethodIndicator()

setEndToEndMethodIndicator

void setEndToEndMethodIndicator(int endToEndMethodIndicator)

isInterworkingIndicator

boolean isInterworkingIndicator()

setInterworkingIndicator

void setInterworkingIndicator(boolean interworkingIndicator)

isEndToEndInformationIndicator

boolean isEndToEndInformationIndicator()

setEndToEndInformationIndicator

void setEndToEndInformationIndicator(boolean endToEndInformationIndicator)

isIsdnUserPartIndicator

boolean isIsdnUserPartIndicator()

setIsdnUserPartIndicator

void setIsdnUserPartIndicator(boolean isdnUserPartIndicator)

getIsdnUserPartReferenceIndicator

int getIsdnUserPartReferenceIndicator()

setIsdnUserPartReferenceIndicator

void setIsdnUserPartReferenceIndicator(int isdnUserPartReferenceIndicator)

getSccpMethodIndicator

int getSccpMethodIndicator()

setSccpMethodIndicator

void setSccpMethodIndicator(int sccpMethodIndicator)

isIsdnAccessIndicator

boolean isIsdnAccessIndicator()

setIsdnAccessIndicator

void setIsdnAccessIndicator(boolean isdnAccessIndicator)


Copyright © 2010. All Rights Reserved.