SMSLib 3.5.3

org.smslib.smpp
Class BindAttributes

java.lang.Object
  extended by org.smslib.smpp.BindAttributes

public class BindAttributes
extends java.lang.Object

SMPP Bind Attributes.

Author:
Bassam Al-Sarori

Nested Class Summary
static class BindAttributes.BindType
           
 
Constructor Summary
BindAttributes(java.lang.String systemId, java.lang.String password, java.lang.String systemType, BindAttributes.BindType bindType)
           
BindAttributes(java.lang.String systemId, java.lang.String password, java.lang.String systemType, BindAttributes.BindType bindType, Address bindAddress)
           
 
Method Summary
 Address getBindAddress()
           
 BindAttributes.BindType getBindType()
           
 java.lang.String getPassword()
           
 java.lang.String getSystemId()
           
 java.lang.String getSystemType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindAttributes

public BindAttributes(java.lang.String systemId,
                      java.lang.String password,
                      java.lang.String systemType,
                      BindAttributes.BindType bindType)

BindAttributes

public BindAttributes(java.lang.String systemId,
                      java.lang.String password,
                      java.lang.String systemType,
                      BindAttributes.BindType bindType,
                      Address bindAddress)
Method Detail

getSystemId

public java.lang.String getSystemId()

getPassword

public java.lang.String getPassword()

getSystemType

public java.lang.String getSystemType()

getBindType

public BindAttributes.BindType getBindType()

getBindAddress

public Address getBindAddress()

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org