org.mobicents.protocols.ss7.sccp.parameter
Class GT0001

java.lang.Object
  extended by org.mobicents.protocols.ss7.sccp.parameter.GlobalTitle
      extended by org.mobicents.protocols.ss7.sccp.parameter.GT0001

public class GT0001
extends GlobalTitle

Author:
kulikov

Constructor Summary
GT0001()
           
GT0001(NatureOfAddress nai, java.lang.String digits)
           
 
Method Summary
 void decode(java.io.InputStream in)
           
 void encode(java.io.OutputStream out)
           
 boolean equals(java.lang.Object other)
           
 java.lang.String getDigits()
          Address string.
 GlobalTitleIndicator getIndicator()
          Defines fields included into the global title.
 NatureOfAddress getNoA()
           
 int hashCode()
           
 
Methods inherited from class org.mobicents.protocols.ss7.sccp.parameter.GlobalTitle
getInstance, getInstance, getInstance, getInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GT0001

public GT0001()

GT0001

public GT0001(NatureOfAddress nai,
              java.lang.String digits)
Method Detail

decode

public void decode(java.io.InputStream in)
            throws java.io.IOException
Throws:
java.io.IOException

encode

public void encode(java.io.OutputStream out)
            throws java.io.IOException
Throws:
java.io.IOException

getNoA

public NatureOfAddress getNoA()

getDigits

public java.lang.String getDigits()
Description copied from class: GlobalTitle
Address string.

Specified by:
getDigits in class GlobalTitle
Returns:

getIndicator

public GlobalTitleIndicator getIndicator()
Description copied from class: GlobalTitle
Defines fields included into the global title.

Specified by:
getIndicator in class GlobalTitle
Returns:

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.