org.mobicents.protocols.ss7.indicator
public class AddressIndicator extends java.lang.Object implements javolution.xml.XMLSerializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AI |
protected static javolution.xml.XMLFormat<AddressIndicator> |
XML |
| Constructor and Description |
|---|
AddressIndicator() |
AddressIndicator(boolean pcPresent,
boolean ssnPresent,
RoutingIndicator rti,
GlobalTitleIndicator gti) |
AddressIndicator(byte v) |
| Modifier and Type | Method and Description |
|---|---|
GlobalTitleIndicator |
getGlobalTitleIndicator() |
RoutingIndicator |
getRoutingIndicator() |
byte |
getValue() |
boolean |
pcPresent() |
boolean |
ssnPresent() |
public static final java.lang.String AI
protected static final javolution.xml.XMLFormat<AddressIndicator> XML
public AddressIndicator()
public AddressIndicator(boolean pcPresent,
boolean ssnPresent,
RoutingIndicator rti,
GlobalTitleIndicator gti)
public AddressIndicator(byte v)
public GlobalTitleIndicator getGlobalTitleIndicator()
public boolean pcPresent()
public boolean ssnPresent()
public RoutingIndicator getRoutingIndicator()
public byte getValue()
Copyright © 2011. All Rights Reserved.