org.apache.axis2.transport.sms.smpp
Class SMPPTransportOutDetails

java.lang.Object
  extended by org.apache.axis2.transport.sms.smpp.SMPPTransportOutDetails

public class SMPPTransportOutDetails
extends java.lang.Object

Holds the SMPP implimantations transport out details


Method Summary
 int getEnquireLinkTimer()
           
 java.lang.String getHost()
           
static SMPPTransportOutDetails getInstence()
          Get the referrence to the Singleton instence of the SMPP Transport Out details at the first request it will create a empty object
 java.lang.String getPassword()
           
 java.lang.String getPhoneNumber()
           
 int getPort()
           
 java.lang.String getSystemId()
           
 java.lang.String getSystemType()
           
 int getTransactionTimer()
           
 void setEnquireLinkTimer(int enquireLinkTimer)
           
 void setHost(java.lang.String host)
           
 void setPassword(java.lang.String password)
           
 void setPhoneNumber(java.lang.String phoneNumber)
           
 void setPort(int port)
           
 void setSystemId(java.lang.String systemId)
           
 void setSystemType(java.lang.String systemType)
           
 void setTransactionTimer(int transactionTimer)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstence

public static SMPPTransportOutDetails getInstence()
Get the referrence to the Singleton instence of the SMPP Transport Out details at the first request it will create a empty object

Returns:
SMPPTransportOutDetails instence

getTransactionTimer

public int getTransactionTimer()

setTransactionTimer

public void setTransactionTimer(int transactionTimer)

getEnquireLinkTimer

public int getEnquireLinkTimer()

setEnquireLinkTimer

public void setEnquireLinkTimer(int enquireLinkTimer)

getPort

public int getPort()

setPort

public void setPort(int port)

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPassword

public java.lang.String getPassword()

setPassword

public void setPassword(java.lang.String password)

getSystemId

public java.lang.String getSystemId()

setSystemId

public void setSystemId(java.lang.String systemId)

getSystemType

public java.lang.String getSystemType()

setSystemType

public void setSystemType(java.lang.String systemType)

getPhoneNumber

public java.lang.String getPhoneNumber()

setPhoneNumber

public void setPhoneNumber(java.lang.String phoneNumber)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.