org.mobicents.slee.resources.smpp.pdu
Class ErrorAddressImpl

java.lang.Object
  extended by org.mobicents.slee.resources.smpp.pdu.AddressImpl
      extended by org.mobicents.slee.resources.smpp.pdu.ErrorAddressImpl
All Implemented Interfaces:
Address, ErrorAddress

public class ErrorAddressImpl
extends AddressImpl
implements ErrorAddress

Author:
amit bhayani

Field Summary
 
Fields inherited from class org.mobicents.slee.resources.smpp.pdu.AddressImpl
protoAddress
 
Fields inherited from interface net.java.slee.resources.smpp.pdu.Address
NPI_DATA, NPI_ERMES, NPI_INTERNET, NPI_ISDN, NPI_LAND_MOBILE, NPI_NATIONAL, NPI_PRIAVTE, NPI_TELEX, NPI_UNKNOWN, NPI_WAP, TON_ABBREVIATED, TON_ALPHANUMERIC, TON_INTERNATIONAL, TON_NATIONAL, TON_NETWORK_SPECIFIC, TON_SUBSCRIBER_NUMBER, TON_UNKNOWN
 
Constructor Summary
ErrorAddressImpl(org.mobicents.protocols.smpp.ErrorAddress protoErrorAddress)
           
ErrorAddressImpl(int ton, int npi, java.lang.String address, int error)
           
 
Method Summary
 int getError()
           
 void setError(int error)
           
 
Methods inherited from class org.mobicents.slee.resources.smpp.pdu.AddressImpl
equals, getAddress, getAddressNpi, getAddressTon, getProtoAddress, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.java.slee.resources.smpp.pdu.Address
getAddress, getAddressNpi, getAddressTon
 

Constructor Detail

ErrorAddressImpl

public ErrorAddressImpl(org.mobicents.protocols.smpp.ErrorAddress protoErrorAddress)

ErrorAddressImpl

public ErrorAddressImpl(int ton,
                        int npi,
                        java.lang.String address,
                        int error)
Method Detail

getError

public int getError()
Specified by:
getError in interface ErrorAddress

setError

public void setError(int error)
Specified by:
setError in interface ErrorAddress


Copyright © 2011. All Rights Reserved.