org.mobicents.protocols.ss7.sccp.parameter
Interface SccpAddress
public interface SccpAddress
- Author:
- baranowb
encode
byte[] encode()
throws java.io.IOException
- Throws:
java.io.IOException
decode
void decode(byte[] buffer)
throws java.io.IOException
- Throws:
java.io.IOException
getPointCodeIndicator
int getPointCodeIndicator()
setPointCodeIndicator
void setPointCodeIndicator(int pointCodeIndicator)
getSsnIndicator
int getSsnIndicator()
setSsnIndicator
void setSsnIndicator(int ssnIndicator)
getGlobalTitleIndicator
int getGlobalTitleIndicator()
setGlobalTitleIndicator
void setGlobalTitleIndicator(int globalTitleIndicator)
getRoutingIndicator
int getRoutingIndicator()
setRoutingIndicator
void setRoutingIndicator(int routingIndicator)
getSignalingPointCode
int getSignalingPointCode()
setSignalingPointCode
void setSignalingPointCode(int signalingPointCode)
getSsn
int getSsn()
setSsn
void setSsn(int ssn)
getGlobalTitle
GlobalTitle getGlobalTitle()
setGlobalTitle
void setGlobalTitle(GlobalTitle globalTitle)
Copyright © 2010. All Rights Reserved.