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

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

public class UnbindNEResponse
extends java.lang.Object
implements javax.resource.cci.Record

This is the default Java Bean Implementation for the UnbindResponse class. This is record to be used for sending the response after closing the connection between SI and SMSC.

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME.
 
Constructor Summary
UnbindNEResponse()
          The default Constructor for the UnbindNEResponse.
 
Method Summary
 java.lang.Object clone()
           
 int getFunctionID()
          Gets the function id.
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 boolean isUnbindSucceeded()
          Checks if unbind is succeeded.
 void setFunctionID(int functionID)
          Sets the function id.
 void setRecordName(java.lang.String name)
           
 void setRecordShortDescription(java.lang.String desc)
           
 void setUnbindSucceeded(boolean unbindSucceeded)
          Sets the unbind succeeded.
 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

UnbindNEResponse

public UnbindNEResponse()
The default Constructor for the UnbindNEResponse.

Method Detail

setFunctionID

public void setFunctionID(int functionID)
Sets the function id.

Parameters:
functionID - the functionID to set

getFunctionID

public int getFunctionID()
Gets the function id.

Returns:
the functionID

setUnbindSucceeded

public void setUnbindSucceeded(boolean unbindSucceeded)
Sets the unbind succeeded.

Parameters:
unbindSucceeded - the new unbind succeeded

isUnbindSucceeded

public boolean isUnbindSucceeded()
Checks if unbind is succeeded.

Returns:
true, if unbind is succeeded

getRecordName

public java.lang.String getRecordName()
Specified by:
getRecordName in interface javax.resource.cci.Record

setRecordName

public void setRecordName(java.lang.String name)
Specified by:
setRecordName in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(java.lang.String desc)
Specified by:
setRecordShortDescription in interface javax.resource.cci.Record

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

clone

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

toString

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

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


Copyright © 2006 IBM Corp. All Rights Reserved.