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

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

public interface CallingPartyCategory
extends ISUPParameter

Start time:11:56:46 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static byte _CATEGORY_OL_ENGLISH
          See Q.763 3.11 operator, language English
static byte _CATEGORY_OL_FRENCH
          See Q.763 3.11 operator, language French
static byte _CATEGORY_OL_GERMAN
          See Q.763 3.11 operator, language German
static byte _CATEGORY_OL_RUSSIAN
          See Q.763 3.11 operator, language Russian
static byte _CATEGORY_OL_SPANISH
          See Q.763 3.11 operator, language Spanish
static byte _CATEGORY_UNKNOWN
          See Q.763 3.11
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 byte getCallingPartyCategory()
           
 void setCallingPartyCategory(byte callingPartyCategory)
           
 
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

_CATEGORY_UNKNOWN

static final byte _CATEGORY_UNKNOWN
See Q.763 3.11

See Also:
Constant Field Values

_CATEGORY_OL_FRENCH

static final byte _CATEGORY_OL_FRENCH
See Q.763 3.11 operator, language French

See Also:
Constant Field Values

_CATEGORY_OL_ENGLISH

static final byte _CATEGORY_OL_ENGLISH
See Q.763 3.11 operator, language English

See Also:
Constant Field Values

_CATEGORY_OL_GERMAN

static final byte _CATEGORY_OL_GERMAN
See Q.763 3.11 operator, language German

See Also:
Constant Field Values

_CATEGORY_OL_RUSSIAN

static final byte _CATEGORY_OL_RUSSIAN
See Q.763 3.11 operator, language Russian

See Also:
Constant Field Values

_CATEGORY_OL_SPANISH

static final byte _CATEGORY_OL_SPANISH
See Q.763 3.11 operator, language Spanish

See Also:
Constant Field Values
Method Detail

getCallingPartyCategory

byte getCallingPartyCategory()

setCallingPartyCategory

void setCallingPartyCategory(byte callingPartyCategory)


Copyright © 2010. All Rights Reserved.