org.mobicents.protocols.ss7.isup.message.parameter
Interface InformationIndicators

All Superinterfaces:
ISUPComponent, ISUPParameter, java.io.Serializable

public interface InformationIndicators
extends ISUPParameter

Start time:13:16:08 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

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

_CPARI_ADDRESS_NOT_INCLUDED

static final int _CPARI_ADDRESS_NOT_INCLUDED
See Q.763 3.28 Calling party address response indicator : calling party address not included

See Also:
Constant Field Values

_CPARI_ADDRESS_INCLUDED

static final int _CPARI_ADDRESS_INCLUDED
See Q.763 3.28 Calling party address response indicator : calling party address included

See Also:
Constant Field Values

_CPARI_ADDRESS_NOT_AVAILABLE

static final int _CPARI_ADDRESS_NOT_AVAILABLE
See Q.763 3.28 Calling party address response indicator : calling party address not available

See Also:
Constant Field Values

_HPI_NOT_PROVIDED

static final boolean _HPI_NOT_PROVIDED
See Q.763 3.28 Hold provided indicator : hold not provided

See Also:
Constant Field Values

_HPI_PROVIDED

static final boolean _HPI_PROVIDED
See Q.763 3.28 Hold provided indicator : hold provided

See Also:
Constant Field Values

_CIRI_NOT_INCLUDED

static final boolean _CIRI_NOT_INCLUDED
See Q.763 3.28 Charge information response indicator : charge information not included

See Also:
Constant Field Values

_CIRI_INCLUDED

static final boolean _CIRI_INCLUDED
See Q.763 3.28 Charge information response indicator : charge information included

See Also:
Constant Field Values

_SII_SOLICITED

static final boolean _SII_SOLICITED
See Q.763 3.28 Solicited information indicator : solicited

See Also:
Constant Field Values

_SII_UNSOLICITED

static final boolean _SII_UNSOLICITED
See Q.763 3.28 Solicited information indicator : unsolicited

See Also:
Constant Field Values

_CPCRI_CATEOGRY_NOT_INCLUDED

static final boolean _CPCRI_CATEOGRY_NOT_INCLUDED
See Q.763 3.28 Calling party's category response indicator : calling party's category not included

See Also:
Constant Field Values

_CPCRI_CATEOGRY_INCLUDED

static final boolean _CPCRI_CATEOGRY_INCLUDED
See Q.763 3.28 Calling party's category response indicator : calling party's category not included

See Also:
Constant Field Values
Method Detail

getCallingPartyAddressResponseIndicator

int getCallingPartyAddressResponseIndicator()

setCallingPartyAddressResponseIndicator

void setCallingPartyAddressResponseIndicator(int callingPartyAddressResponseIndicator)

isHoldProvidedIndicator

boolean isHoldProvidedIndicator()

setHoldProvidedIndicator

void setHoldProvidedIndicator(boolean holdProvidedIndicator)

isCallingPartysCategoryResponseIndicator

boolean isCallingPartysCategoryResponseIndicator()

setCallingPartysCategoryResponseIndicator

void setCallingPartysCategoryResponseIndicator(boolean callingPartysCategoryResponseIndicator)

isChargeInformationResponseIndicator

boolean isChargeInformationResponseIndicator()

setChargeInformationResponseIndicator

void setChargeInformationResponseIndicator(boolean chargeInformationResponseIndicator)

isSolicitedInformationIndicator

boolean isSolicitedInformationIndicator()

setSolicitedInformationIndicator

void setSolicitedInformationIndicator(boolean solicitedInformationIndicator)

getReserved

int getReserved()

setReserved

void setReserved(int reserved)


Copyright © 2010. All Rights Reserved.