org.mobicents.protocols.ss7.sccp.ud
Interface XUnitData

All Superinterfaces:
UDBase

public interface XUnitData
extends UDBase

Author:
baranowb, kulikov

Field Summary
static byte _MT
          Msg Type for XUDT is 17, binary 0001 0001
static int HOP_COUNT_HIGH_
           
static int HOP_COUNT_LOW_
           
static int HOP_COUNT_NOT_SET
           
 
Method Summary
 byte getHopCounter()
           
 Importance getImportance()
           
 Segmentation getSegmentation()
           
 void setHopCounter(byte hopCounter)
           
 void setImportance(Importance importance)
           
 void setSegmentation(Segmentation segmentation)
           
 
Methods inherited from interface org.mobicents.protocols.ss7.sccp.ud.UDBase
decode, encode, getCalledParty, getCallingParty, getData, getpClass, setCalledParty, setCallingParty, setData, setpClass
 

Field Detail

_MT

static final byte _MT
Msg Type for XUDT is 17, binary 0001 0001

See Also:
Constant Field Values

HOP_COUNT_NOT_SET

static final int HOP_COUNT_NOT_SET
See Also:
Constant Field Values

HOP_COUNT_LOW_

static final int HOP_COUNT_LOW_
See Also:
Constant Field Values

HOP_COUNT_HIGH_

static final int HOP_COUNT_HIGH_
See Also:
Constant Field Values
Method Detail

getHopCounter

byte getHopCounter()

setHopCounter

void setHopCounter(byte hopCounter)

getSegmentation

Segmentation getSegmentation()

setSegmentation

void setSegmentation(Segmentation segmentation)

getImportance

Importance getImportance()

setImportance

void setImportance(Importance importance)


Copyright © 2010. All Rights Reserved.