org.mobicents.protocols.ss7.isup.message.parameter
Interface InformationRequestIndicators
- All Superinterfaces:
- ISUPComponent, ISUPParameter, java.io.Serializable
public interface InformationRequestIndicators
- extends ISUPParameter
Start time:13:17:28 2009-07-23
Project: mobicents-isup-stack
- Author:
- Bartosz Baranowski
| Methods inherited from interface org.mobicents.protocols.ss7.isup.message.parameter.ISUPParameter |
getCode |
_PARAMETER_CODE
static final int _PARAMETER_CODE
- See Also:
- Constant Field Values
_INDICATOR_REQUESTED
static final boolean _INDICATOR_REQUESTED
- Flag that indicates that information is requested
- See Also:
- Constant Field Values
_INDICATOR_NOT_REQUESTED
static final boolean _INDICATOR_NOT_REQUESTED
- Flag that indicates that information is not requested
- See Also:
- Constant Field Values
isCallingPartAddressRequestIndicator
boolean isCallingPartAddressRequestIndicator()
setCallingPartAddressRequestIndicator
void setCallingPartAddressRequestIndicator(boolean callingPartAddressRequestIndicator)
isHoldingIndicator
boolean isHoldingIndicator()
setHoldingIndicator
void setHoldingIndicator(boolean holdingIndicator)
isCallingpartysCategoryRequestIndicator
boolean isCallingpartysCategoryRequestIndicator()
setCallingpartysCategoryRequestIndicator
void setCallingpartysCategoryRequestIndicator(boolean callingpartysCategoryRequestIndicator)
isChargeInformationRequestIndicator
boolean isChargeInformationRequestIndicator()
setChargeInformationRequestIndicator
void setChargeInformationRequestIndicator(boolean chargeInformationRequestIndicator)
isMaliciousCallIdentificationRequestIndicator
boolean isMaliciousCallIdentificationRequestIndicator()
setMaliciousCallIdentificationRequestIndicator
void setMaliciousCallIdentificationRequestIndicator(boolean maliciousCallIdentificationRequestIndicator)
getReserved
int getReserved()
setReserved
void setReserved(int reserved)
Copyright © 2010. All Rights Reserved.