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

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

public class GT0011
extends GlobalTitle

Author:
kulikov

Constructor Summary
GT0011()
           
GT0011(int tt, NumberingPlan np, 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.
 NumberingPlan getNp()
           
 int getTranslationType()
           
 int hashCode()
           
 
Methods inherited from class org.mobicents.protocols.ss7.sccp.parameter.GlobalTitle
getInstance, getInstance, getInstance, getInstance, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GT0011

public GT0011()

GT0011

public GT0011(int tt,
              NumberingPlan np,
              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

getTranslationType

public int getTranslationType()

getNp

public NumberingPlan getNp()

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