org.mobicents.protocols.ss7.indicator
Class AddressIndicator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressIndicator
public AddressIndicator(boolean pcPresent,
boolean ssnPresent,
RoutingIndicator rti,
GlobalTitleIndicator gti)
AddressIndicator
public AddressIndicator(byte v)
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.