org.mobicents.protocols.ss7.isup.message.parameter
public interface InformationRequestIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
_INDICATOR_NOT_REQUESTED
Flag that indicates that information is not requested
|
static boolean |
_INDICATOR_REQUESTED
Flag that indicates that information is requested
|
static int |
_PARAMETER_CODE |
| Modifier and Type | Method and Description |
|---|---|
int |
getReserved() |
boolean |
isCallingPartAddressRequestIndicator() |
boolean |
isCallingpartysCategoryRequestIndicator() |
boolean |
isChargeInformationRequestIndicator() |
boolean |
isHoldingIndicator() |
boolean |
isMaliciousCallIdentificationRequestIndicator() |
void |
setCallingPartAddressRequestIndicator(boolean callingPartAddressRequestIndicator) |
void |
setCallingpartysCategoryRequestIndicator(boolean callingpartysCategoryRequestIndicator) |
void |
setChargeInformationRequestIndicator(boolean chargeInformationRequestIndicator) |
void |
setHoldingIndicator(boolean holdingIndicator) |
void |
setMaliciousCallIdentificationRequestIndicator(boolean maliciousCallIdentificationRequestIndicator) |
void |
setReserved(int reserved) |
getCodestatic final int _PARAMETER_CODE
static final boolean _INDICATOR_REQUESTED
static final boolean _INDICATOR_NOT_REQUESTED
boolean isCallingPartAddressRequestIndicator()
void setCallingPartAddressRequestIndicator(boolean callingPartAddressRequestIndicator)
boolean isHoldingIndicator()
void setHoldingIndicator(boolean holdingIndicator)
boolean isCallingpartysCategoryRequestIndicator()
void setCallingpartysCategoryRequestIndicator(boolean callingpartysCategoryRequestIndicator)
boolean isChargeInformationRequestIndicator()
void setChargeInformationRequestIndicator(boolean chargeInformationRequestIndicator)
boolean isMaliciousCallIdentificationRequestIndicator()
void setMaliciousCallIdentificationRequestIndicator(boolean maliciousCallIdentificationRequestIndicator)
int getReserved()
void setReserved(int reserved)
Copyright © 2011. All Rights Reserved.