org.mobicents.protocols.ss7.isup.message.parameter
public interface InformationIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
_CIRI_INCLUDED
See Q.763 3.28 Charge information response indicator : charge information
included
|
static boolean |
_CIRI_NOT_INCLUDED
See Q.763 3.28 Charge information response indicator : charge information
not included
|
static int |
_CPARI_ADDRESS_INCLUDED
See Q.763 3.28 Calling party address response indicator : calling party
address included
|
static int |
_CPARI_ADDRESS_NOT_AVAILABLE
See Q.763 3.28 Calling party address response indicator : calling party
address not available
|
static int |
_CPARI_ADDRESS_NOT_INCLUDED
See Q.763 3.28 Calling party address response indicator : calling party
address not included
|
static boolean |
_CPCRI_CATEOGRY_INCLUDED
See Q.763 3.28 Calling party's category response indicator : calling
party's category not included
|
static boolean |
_CPCRI_CATEOGRY_NOT_INCLUDED
See Q.763 3.28 Calling party's category response indicator : calling
party's category not included
|
static boolean |
_HPI_NOT_PROVIDED
See Q.763 3.28 Hold provided indicator : hold not provided
|
static boolean |
_HPI_PROVIDED
See Q.763 3.28 Hold provided indicator : hold provided
|
static int |
_PARAMETER_CODE |
static boolean |
_SII_SOLICITED
See Q.763 3.28 Solicited information indicator : solicited
|
static boolean |
_SII_UNSOLICITED
See Q.763 3.28 Solicited information indicator : unsolicited
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCallingPartyAddressResponseIndicator() |
int |
getReserved() |
boolean |
isCallingPartysCategoryResponseIndicator() |
boolean |
isChargeInformationResponseIndicator() |
boolean |
isHoldProvidedIndicator() |
boolean |
isSolicitedInformationIndicator() |
void |
setCallingPartyAddressResponseIndicator(int callingPartyAddressResponseIndicator) |
void |
setCallingPartysCategoryResponseIndicator(boolean callingPartysCategoryResponseIndicator) |
void |
setChargeInformationResponseIndicator(boolean chargeInformationResponseIndicator) |
void |
setHoldProvidedIndicator(boolean holdProvidedIndicator) |
void |
setReserved(int reserved) |
void |
setSolicitedInformationIndicator(boolean solicitedInformationIndicator) |
getCodestatic final int _PARAMETER_CODE
static final int _CPARI_ADDRESS_NOT_INCLUDED
static final int _CPARI_ADDRESS_INCLUDED
static final int _CPARI_ADDRESS_NOT_AVAILABLE
static final boolean _HPI_NOT_PROVIDED
static final boolean _HPI_PROVIDED
static final boolean _CIRI_NOT_INCLUDED
static final boolean _CIRI_INCLUDED
static final boolean _SII_SOLICITED
static final boolean _SII_UNSOLICITED
static final boolean _CPCRI_CATEOGRY_NOT_INCLUDED
static final boolean _CPCRI_CATEOGRY_INCLUDED
int getCallingPartyAddressResponseIndicator()
void setCallingPartyAddressResponseIndicator(int callingPartyAddressResponseIndicator)
boolean isHoldProvidedIndicator()
void setHoldProvidedIndicator(boolean holdProvidedIndicator)
boolean isCallingPartysCategoryResponseIndicator()
void setCallingPartysCategoryResponseIndicator(boolean callingPartysCategoryResponseIndicator)
boolean isChargeInformationResponseIndicator()
void setChargeInformationResponseIndicator(boolean chargeInformationResponseIndicator)
boolean isSolicitedInformationIndicator()
void setSolicitedInformationIndicator(boolean solicitedInformationIndicator)
int getReserved()
void setReserved(int reserved)
Copyright © 2011. All Rights Reserved.