org.mobicents.protocols.ss7.isup.message.parameter
public interface InstructionIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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) |
getCodestatic final int _PARAMETER_CODE
static final boolean _TI_TRANSIT_INTEPRETATION
static final boolean _TI_ETE_INTEPRETATION
static final boolean _RCI_DO_NOT_RELEASE
static final boolean _RCI_RELEASE
static final boolean _DMI_DO_NOT_DISCARD
static final boolean _DMI_DISCARD
static final boolean _DPI_DO_NOT_DISCARD
static final boolean _DPI_INDICATOR_DISCARD
static final int _PONPI_RELEASE_CALL
static final int _PONPI_DISCARD_MESSAGE
static final int _PONPI_DISCARD_PARAMETER
static final int _BII_PASS_ON
static final int _BII_DISCARD_MESSAGE
static final int _BII_RELEASE_CALL
static final int _BII_DISCARD_PARAMETER
boolean isTransitAtIntermediateExchangeIndicator()
void setTransitAtIntermediateExchangeIndicator(boolean transitAtIntermediateExchangeIndicator)
boolean isReleaseCallindicator()
void setReleaseCallindicator(boolean releaseCallindicator)
boolean isSendNotificationIndicator()
void setSendNotificationIndicator(boolean sendNotificationIndicator)
boolean isDiscardMessageIndicator()
void setDiscardMessageIndicator(boolean discardMessageIndicator)
boolean isDiscardParameterIndicator()
void setDiscardParameterIndicator(boolean discardParameterIndicator)
int getPassOnNotPossibleIndicator()
void setPassOnNotPossibleIndicator(int passOnNotPossibleIndicator2)
int getBandInterworkingIndicator()
void setBandInterworkingIndicator(int bandInterworkingIndicator)
boolean isSecondOctetPresenet()
void setSecondOctetPresenet(boolean secondOctetPresenet)
byte[] getRaw()
void setRaw(byte[] raw)
boolean isUseAsRaw()
void setUseAsRaw(boolean useAsRaw)
Copyright © 2011. All Rights Reserved.