org.mobicents.protocols.ss7.sccp.message
public interface XUnitData extends SccpMessage
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
HopCounter |
getHopCounter()
Gets the hop countor parameter.
|
Importance |
getImportance()
Gets the current value of the parameter
|
ProtocolClass |
getProtocolClass() |
Segmentation |
getSegmentation()
Gets the segmetation parameter.
|
void |
setData(byte[] data) |
void |
setImportance(Importance p)
Modifies importance parameter.
|
void |
setSegmentation(Segmentation p)
Modify segmentation parameter.
|
getCalledPartyAddress, getCallingPartyAddress, getType, setCalledPartyAddress, setCallingPartyAddressstatic final int MESSAGE_TYPE
HopCounter getHopCounter()
void setImportance(Importance p)
p - the new value of the parameter.Importance getImportance()
void setSegmentation(Segmentation p)
p - new value of the parameter.Segmentation getSegmentation()
byte[] getData()
void setData(byte[] data)
ProtocolClass getProtocolClass()
Copyright © 2012. All Rights Reserved.