org.mobicents.protocols.ss7.indicator
Class AddressIndicator

java.lang.Object
  extended by org.mobicents.protocols.ss7.indicator.AddressIndicator

public class AddressIndicator
extends java.lang.Object

Author:
kulikov

Constructor Summary
AddressIndicator(boolean pcPresent, boolean ssnPresent, RoutingIndicator rti, GlobalTitleIndicator gti)
           
AddressIndicator(byte v)
           
 
Method Summary
 GlobalTitleIndicator getGlobalTitleIndicator()
           
 RoutingIndicator getRoutingIndicator()
           
 byte getValue()
           
 boolean pcPresent()
           
 boolean ssnPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressIndicator

public AddressIndicator(boolean pcPresent,
                        boolean ssnPresent,
                        RoutingIndicator rti,
                        GlobalTitleIndicator gti)

AddressIndicator

public AddressIndicator(byte v)
Method Detail

getGlobalTitleIndicator

public GlobalTitleIndicator getGlobalTitleIndicator()

pcPresent

public boolean pcPresent()

ssnPresent

public boolean ssnPresent()

getRoutingIndicator

public RoutingIndicator getRoutingIndicator()

getValue

public byte getValue()


Copyright © 2010. All Rights Reserved.