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

Field Summary
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
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 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)
           
 
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

_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
Method Detail

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.