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

The AI is the first field within Calling Party Address (CgPA) and Called Party Address (CdPA) and is one octet in length. Its function is to indicate which information elements are present so that the address can be interpreted in other words, it indicates the type of addressing information that is to be found in the address field so the receiving node knows how to interpret that data.

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 © 2011. All Rights Reserved.