org.mobicents.protocols.ss7.sccp.parameter
Class GT0100
java.lang.Object
org.mobicents.protocols.ss7.sccp.parameter.GlobalTitle
org.mobicents.protocols.ss7.sccp.parameter.GT0100
public class GT0100
- extends GlobalTitle
- Author:
- Oleg Kulikov
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
GT0100
public GT0100()
- Creates a new instance of GT0100
GT0100
public GT0100(int translationType,
NumberingPlan numberingPlan,
NatureOfAddress natureOfAddress,
java.lang.String digits)
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()
getNumberingPlan
public NumberingPlan getNumberingPlan()
getNatureOfAddress
public NatureOfAddress getNatureOfAddress()
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
toString
public java.lang.String toString()
- Overrides:
toString in class GlobalTitle
Copyright © 2010. All Rights Reserved.