com.ibm.mds.adpt.sms.base.records
Class BindToNERequest

java.lang.Object
  extended by com.ibm.mds.adpt.sms.base.records.BindToNERequest
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.resource.cci.Record

public class BindToNERequest
extends java.lang.Object
implements javax.resource.cci.Record, java.io.Serializable

This is the default Java Bean Implementation for the BindToNERequest class. This is the record to be used for establishing a connection between SI and SMSC

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME
 
Constructor Summary
BindToNERequest()
          The default Constructor for the BindToNERequest Record
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getBindType()
          Gets the Bind Type
 int getFunctionID()
          Gets the Function ID
 java.lang.String getHostName()
          Gets the Host Name of the SMSC
 java.lang.String getMessageType()
          Gets the Message Type
 java.lang.String getPassword()
          Gets the Password
 java.lang.String getPortNumber()
          Gets the Port Number of the SMSC
 java.lang.String getRecordName()
          Gets the Record Name
 java.lang.String getRecordShortDescription()
          Gets the Short Description of the Record
 java.lang.String getSystemID()
          Gets the System ID
 java.lang.String getSystemType()
          Gets the System Type
 void setBindType(java.lang.String bindType)
          Sets the Bind Type
 void setFunctionID(int functionID)
          Sets the Function ID
 void setHostName(java.lang.String hostName)
          Sets the Host Name of the SMSC
 void setMessageType(java.lang.String messageType)
          Sets the Message Type
 void setPassword(java.lang.String password)
          Sets the Password
 void setPortNumber(java.lang.String portNumber)
          Sets the Port Number of the SMSC
 void setRecordName(java.lang.String recordName)
          Sets the Record Name
 void setRecordShortDescription(java.lang.String _shortDesc)
          Sets the Short Description for the Record
 void setSystemID(java.lang.String systemID)
          Sets the System ID
 void setSystemType(java.lang.String systemType)
          Sets the System Type
 java.lang.String toString()
          Override toString method.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
equals, hashCode
 

Field Detail

REC_NAME

public static final java.lang.String REC_NAME
Comment for REC_NAME

See Also:
Constant Field Values
Constructor Detail

BindToNERequest

public BindToNERequest()
The default Constructor for the BindToNERequest Record

Method Detail

getFunctionID

public int getFunctionID()
Gets the Function ID


setFunctionID

public void setFunctionID(int functionID)
Sets the Function ID

Parameters:
Function - ID to be set

getHostName

public java.lang.String getHostName()
Gets the Host Name of the SMSC


setHostName

public void setHostName(java.lang.String hostName)
Sets the Host Name of the SMSC

Parameters:
Host - Name to be set

getPortNumber

public java.lang.String getPortNumber()
Gets the Port Number of the SMSC


setPortNumber

public void setPortNumber(java.lang.String portNumber)
Sets the Port Number of the SMSC

Parameters:
Port - Number to be set

getSystemID

public java.lang.String getSystemID()
Gets the System ID


setSystemID

public void setSystemID(java.lang.String systemID)
Sets the System ID

Parameters:
System - ID to be set

getPassword

public java.lang.String getPassword()
Gets the Password


setPassword

public void setPassword(java.lang.String password)
Sets the Password

Parameters:
Password - to be set

getBindType

public java.lang.String getBindType()
Gets the Bind Type


setBindType

public void setBindType(java.lang.String bindType)
Sets the Bind Type

Parameters:
Bind - Type to be set

getSystemType

public java.lang.String getSystemType()
Gets the System Type


setSystemType

public void setSystemType(java.lang.String systemType)
Sets the System Type

Parameters:
System - Type to be set

getMessageType

public java.lang.String getMessageType()
Gets the Message Type


setMessageType

public void setMessageType(java.lang.String messageType)
Sets the Message Type

Parameters:
Message - Type to be set

getRecordName

public java.lang.String getRecordName()
Gets the Record Name

Specified by:
getRecordName in interface javax.resource.cci.Record

setRecordName

public void setRecordName(java.lang.String recordName)
Sets the Record Name

Specified by:
setRecordName in interface javax.resource.cci.Record
Parameters:
Record - Name to be set

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Gets the Short Description of the Record

Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(java.lang.String _shortDesc)
Sets the Short Description for the Record

Specified by:
setRecordShortDescription in interface javax.resource.cci.Record
Parameters:
Short - Description to be set

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String representation of this class.

clone

public java.lang.Object clone()
Specified by:
clone in interface javax.resource.cci.Record
Overrides:
clone in class java.lang.Object


Copyright © 2006 IBM Corp. All Rights Reserved.