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

All Superinterfaces:
SccpMessage, UnitData

public interface XUnitData
extends UnitData

Extended Unitdata (XUDT)

Author:
baranowb, kulikov

Method Summary
 HopCounter getHopCounter()
          Gets the hop countor parameter.
 Importance getImportance()
          Gets the current value of the parameter
 Segmentation getSegmentation()
          Gets the segmetation parameter.
 void setImportance(Importance p)
          Modifies importance parameter.
 void setSegmentation(Segmentation p)
          Modify segmentation parameter.
 
Methods inherited from interface org.mobicents.protocols.ss7.sccp.message.UnitData
getData, setData
 
Methods inherited from interface org.mobicents.protocols.ss7.sccp.message.SccpMessage
getCalledPartyAddress, getCallingPartyAddress, getProtocolClass, getType
 

Method Detail

getHopCounter

HopCounter getHopCounter()
Gets the hop countor parameter.

Returns:
parameter.

setImportance

void setImportance(Importance p)
Modifies importance parameter.

Parameters:
p - the new value of the parameter.

getImportance

Importance getImportance()
Gets the current value of the parameter

Returns:
the parameter object

setSegmentation

void setSegmentation(Segmentation p)
Modify segmentation parameter.

Parameters:
p - new value of the parameter.

getSegmentation

Segmentation getSegmentation()
Gets the segmetation parameter.

Returns:
parameter


Copyright © 2010. All Rights Reserved.