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

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

public interface InstructionIndicators
extends ISUPParameter

Start time:13:18:50 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _BII_DISCARD_MESSAGE
          See Q.763 3.41 Broadband/narrowband interworking indicator : discard message
static int _BII_DISCARD_PARAMETER
          See Q.763 3.41 Broadband/narrowband interworking indicator : discard parameter
static int _BII_PASS_ON
          See Q.763 3.41 Broadband/narrowband interworking indicator : pass on
static int _BII_RELEASE_CALL
          See Q.763 3.41 Broadband/narrowband interworking indicator : release call
static boolean _DMI_DISCARD
          See Q.763 3.41 Discard message indicator : discard message
static boolean _DMI_DO_NOT_DISCARD
          See Q.763 3.41 Discard message indicator : do not discard message (pass on)
static boolean _DPI_DO_NOT_DISCARD
          See Q.763 3.41 Discard parameter indicator : do not discard parameter (pass on)
static boolean _DPI_INDICATOR_DISCARD
          See Q.763 3.41 Discard parameter indicator : discard parameter
static int _PARAMETER_CODE
           
static int _PONPI_DISCARD_MESSAGE
          See Q.763 3.41 Pass on not possible indicator : discard message
static int _PONPI_DISCARD_PARAMETER
          See Q.763 3.41 Pass on not possible indicator : discard parameter
static int _PONPI_RELEASE_CALL
          See Q.763 3.41 Pass on not possible indicator : release call
static boolean _RCI_DO_NOT_RELEASE
          See Q.763 3.41 Release call indicator : do not release
static boolean _RCI_RELEASE
          See Q.763 3.41 Release call indicator : reelase call
static boolean _TI_ETE_INTEPRETATION
          See Q.763 3.41 Transit at intermediate exchange indicator :
static boolean _TI_TRANSIT_INTEPRETATION
          See Q.763 3.41 Transit at intermediate exchange indicator : transit interpretation
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getBandInterworkingIndicator()
           
 int getPassOnNotPossibleIndicator()
           
 byte[] getRaw()
           
 boolean isDiscardMessageIndicator()
           
 boolean isDiscardParameterIndicator()
           
 boolean isReleaseCallindicator()
           
 boolean isSecondOctetPresenet()
           
 boolean isSendNotificationIndicator()
           
 boolean isTransitAtIntermediateExchangeIndicator()
           
 boolean isUseAsRaw()
           
 void setBandInterworkingIndicator(int bandInterworkingIndicator)
           
 void setDiscardMessageIndicator(boolean discardMessageIndicator)
           
 void setDiscardParameterIndicator(boolean discardParameterIndicator)
           
 void setPassOnNotPossibleIndicator(int passOnNotPossibleIndicator2)
           
 void setRaw(byte[] raw)
           
 void setReleaseCallindicator(boolean releaseCallindicator)
           
 void setSecondOctetPresenet(boolean secondOctetPresenet)
           
 void setSendNotificationIndicator(boolean sendNotificationIndicator)
           
 void setTransitAtIntermediateExchangeIndicator(boolean transitAtIntermediateExchangeIndicator)
           
 void setUseAsRaw(boolean useAsRaw)
           
 
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

_TI_TRANSIT_INTEPRETATION

static final boolean _TI_TRANSIT_INTEPRETATION
See Q.763 3.41 Transit at intermediate exchange indicator : transit interpretation

See Also:
Constant Field Values

_TI_ETE_INTEPRETATION

static final boolean _TI_ETE_INTEPRETATION
See Q.763 3.41 Transit at intermediate exchange indicator :

See Also:
Constant Field Values

_RCI_DO_NOT_RELEASE

static final boolean _RCI_DO_NOT_RELEASE
See Q.763 3.41 Release call indicator : do not release

See Also:
Constant Field Values

_RCI_RELEASE

static final boolean _RCI_RELEASE
See Q.763 3.41 Release call indicator : reelase call

See Also:
Constant Field Values

_DMI_DO_NOT_DISCARD

static final boolean _DMI_DO_NOT_DISCARD
See Q.763 3.41 Discard message indicator : do not discard message (pass on)

See Also:
Constant Field Values

_DMI_DISCARD

static final boolean _DMI_DISCARD
See Q.763 3.41 Discard message indicator : discard message

See Also:
Constant Field Values

_DPI_DO_NOT_DISCARD

static final boolean _DPI_DO_NOT_DISCARD
See Q.763 3.41 Discard parameter indicator : do not discard parameter (pass on)

See Also:
Constant Field Values

_DPI_INDICATOR_DISCARD

static final boolean _DPI_INDICATOR_DISCARD
See Q.763 3.41 Discard parameter indicator : discard parameter

See Also:
Constant Field Values

_PONPI_RELEASE_CALL

static final int _PONPI_RELEASE_CALL
See Q.763 3.41 Pass on not possible indicator : release call

See Also:
Constant Field Values

_PONPI_DISCARD_MESSAGE

static final int _PONPI_DISCARD_MESSAGE
See Q.763 3.41 Pass on not possible indicator : discard message

See Also:
Constant Field Values

_PONPI_DISCARD_PARAMETER

static final int _PONPI_DISCARD_PARAMETER
See Q.763 3.41 Pass on not possible indicator : discard parameter

See Also:
Constant Field Values

_BII_PASS_ON

static final int _BII_PASS_ON
See Q.763 3.41 Broadband/narrowband interworking indicator : pass on

See Also:
Constant Field Values

_BII_DISCARD_MESSAGE

static final int _BII_DISCARD_MESSAGE
See Q.763 3.41 Broadband/narrowband interworking indicator : discard message

See Also:
Constant Field Values

_BII_RELEASE_CALL

static final int _BII_RELEASE_CALL
See Q.763 3.41 Broadband/narrowband interworking indicator : release call

See Also:
Constant Field Values

_BII_DISCARD_PARAMETER

static final int _BII_DISCARD_PARAMETER
See Q.763 3.41 Broadband/narrowband interworking indicator : discard parameter

See Also:
Constant Field Values
Method Detail

isTransitAtIntermediateExchangeIndicator

boolean isTransitAtIntermediateExchangeIndicator()

setTransitAtIntermediateExchangeIndicator

void setTransitAtIntermediateExchangeIndicator(boolean transitAtIntermediateExchangeIndicator)

isReleaseCallindicator

boolean isReleaseCallindicator()

setReleaseCallindicator

void setReleaseCallindicator(boolean releaseCallindicator)

isSendNotificationIndicator

boolean isSendNotificationIndicator()

setSendNotificationIndicator

void setSendNotificationIndicator(boolean sendNotificationIndicator)

isDiscardMessageIndicator

boolean isDiscardMessageIndicator()

setDiscardMessageIndicator

void setDiscardMessageIndicator(boolean discardMessageIndicator)

isDiscardParameterIndicator

boolean isDiscardParameterIndicator()

setDiscardParameterIndicator

void setDiscardParameterIndicator(boolean discardParameterIndicator)

getPassOnNotPossibleIndicator

int getPassOnNotPossibleIndicator()

setPassOnNotPossibleIndicator

void setPassOnNotPossibleIndicator(int passOnNotPossibleIndicator2)

getBandInterworkingIndicator

int getBandInterworkingIndicator()

setBandInterworkingIndicator

void setBandInterworkingIndicator(int bandInterworkingIndicator)

isSecondOctetPresenet

boolean isSecondOctetPresenet()

setSecondOctetPresenet

void setSecondOctetPresenet(boolean secondOctetPresenet)

getRaw

byte[] getRaw()

setRaw

void setRaw(byte[] raw)

isUseAsRaw

boolean isUseAsRaw()

setUseAsRaw

void setUseAsRaw(boolean useAsRaw)


Copyright © 2010. All Rights Reserved.