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

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

public interface CauseIndicators
extends ISUPParameter

Start time:12:11:30 2009-07-23
Project: mobicents-isup-stack

Author:
Bartosz Baranowski

Field Summary
static int _CODING_STANDARD_IOS_IEC
          See Q.850
static int _CODING_STANDARD_ITUT
          See Q.850
static int _CODING_STANDARD_NATIONAL
          See Q.850
static int _CODING_STANDARD_SPECIFIC
          See Q.850
static int _LOCATION_INTERNATIONAL_NETWORK
          See Q.850
static int _LOCATION_NETWORK_BEYOND_IP
          See Q.850 network beyond interworking point (BI)
static int _LOCATION_PRIVATE_NSLU
          See Q.850 private network serving the local user (LPN)
static int _LOCATION_PRIVATE_NSRU
          See Q.850 private network serving the remote user (RPN)
static int _LOCATION_PUBLIC_NSLU
          See Q.850 public network serving the local user (LN)
static int _LOCATION_PUBLIC_NSRU
          See Q.850 public network serving the remote user (RLN)
static int _LOCATION_TRANSIT_NETWORK
          See Q.850 transit network (TN)
static int _LOCATION_USER
          See Q.850
static int _PARAMETER_CODE
           
 
Fields inherited from interface org.mobicents.protocols.ss7.isup.ISUPComponent
_PROTOCOL_VERSION
 
Method Summary
 int getCauseValue()
           
 int getCodingStandard()
           
 byte[] getDiagnostics()
           
 int getLocation()
           
 void setCauseValue(int causeValue)
           
 void setCodingStandard(int codingStandard)
           
 void setDiagnostics(byte[] diagnostics)
           
 void setLocation(int location)
           
 
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

_CODING_STANDARD_ITUT

static final int _CODING_STANDARD_ITUT
See Q.850

See Also:
Constant Field Values

_CODING_STANDARD_IOS_IEC

static final int _CODING_STANDARD_IOS_IEC
See Q.850

See Also:
Constant Field Values

_CODING_STANDARD_NATIONAL

static final int _CODING_STANDARD_NATIONAL
See Q.850

See Also:
Constant Field Values

_CODING_STANDARD_SPECIFIC

static final int _CODING_STANDARD_SPECIFIC
See Q.850

See Also:
Constant Field Values

_LOCATION_USER

static final int _LOCATION_USER
See Q.850

See Also:
Constant Field Values

_LOCATION_PRIVATE_NSLU

static final int _LOCATION_PRIVATE_NSLU
See Q.850 private network serving the local user (LPN)

See Also:
Constant Field Values

_LOCATION_PUBLIC_NSLU

static final int _LOCATION_PUBLIC_NSLU
See Q.850 public network serving the local user (LN)

See Also:
Constant Field Values

_LOCATION_TRANSIT_NETWORK

static final int _LOCATION_TRANSIT_NETWORK
See Q.850 transit network (TN)

See Also:
Constant Field Values

_LOCATION_PRIVATE_NSRU

static final int _LOCATION_PRIVATE_NSRU
See Q.850 private network serving the remote user (RPN)

See Also:
Constant Field Values

_LOCATION_PUBLIC_NSRU

static final int _LOCATION_PUBLIC_NSRU
See Q.850 public network serving the remote user (RLN)

See Also:
Constant Field Values

_LOCATION_INTERNATIONAL_NETWORK

static final int _LOCATION_INTERNATIONAL_NETWORK
See Q.850

See Also:
Constant Field Values

_LOCATION_NETWORK_BEYOND_IP

static final int _LOCATION_NETWORK_BEYOND_IP
See Q.850 network beyond interworking point (BI)

See Also:
Constant Field Values
Method Detail

getCodingStandard

int getCodingStandard()

setCodingStandard

void setCodingStandard(int codingStandard)

getLocation

int getLocation()

setLocation

void setLocation(int location)

getCauseValue

int getCauseValue()

setCauseValue

void setCauseValue(int causeValue)

getDiagnostics

byte[] getDiagnostics()

setDiagnostics

void setDiagnostics(byte[] diagnostics)


Copyright © 2010. All Rights Reserved.