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

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

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

This is the default Java Bean Implementation for the SendMessageResponse class. This is the record to be used for propagating synchronous responses corresponding to short messages sent.

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME.
 
Constructor Summary
SendMessageResponse()
          The default Constructor for the SendMessageResponse.
 
Method Summary
 java.lang.Object clone()
           
 int getCommandStatus()
          Gets the command status.
 java.lang.String getElementID()
          Gets the element id.
 java.lang.String[] getFailedDestinationAddresses()
          Gets the failed destination addresses.
 int getFailedMessageCount()
          Gets the failed message count.
 int getFunctionID()
          Gets the function id.
 java.lang.String getMessageID()
          Gets the message id.
 int getMessageStatus()
          Gets the message status.
 java.lang.String getNetworkID()
          Gets the network id.
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 void setCommandStatus(int commandStatus)
          Sets the command status.
 void setElementID(java.lang.String elementID)
          Sets the element id.
 void setFailedDestinationAddresses(java.lang.String[] failedDestinationAddresses)
          Sets the failed destination addresses.
 void setFailedMessageCount(int failedMessageCount)
          Sets the failed message count.
 void setFunctionID(int functionID)
          Sets the function id.
 void setMessageID(java.lang.String _messageID)
          Sets the message id.
 void setMessageStatus(int messageStatus)
          Sets the message status.
 void setNetworkID(java.lang.String networkID)
          Sets the network id.
 void setRecordName(java.lang.String recordName)
           
 void setRecordShortDescription(java.lang.String _shortDesc)
           
 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

SendMessageResponse

public SendMessageResponse()
The default Constructor for the SendMessageResponse.

Method Detail

getRecordName

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

setRecordName

public void setRecordName(java.lang.String recordName)
Specified by:
setRecordName 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

getRecordShortDescription

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

setRecordShortDescription

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

setMessageID

public void setMessageID(java.lang.String _messageID)
Sets the message id.

Parameters:
_messageID - the _message id

getMessageID

public java.lang.String getMessageID()
Gets the message id.

Returns:
the messageID

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

getMessageStatus

public int getMessageStatus()
Gets the message status.

Returns:
the messageStatus

setMessageStatus

public void setMessageStatus(int messageStatus)
Sets the message status.

Parameters:
messageStatus - the messageStatus to set

setFailedDestinationAddresses

public void setFailedDestinationAddresses(java.lang.String[] failedDestinationAddresses)
Sets the failed destination addresses.

Parameters:
failedDestinationAddresses - the failedDestinationAddresses to set

getFailedDestinationAddresses

public java.lang.String[] getFailedDestinationAddresses()
Gets the failed destination addresses.

Returns:
the failedDestinationAddresses

setFailedMessageCount

public void setFailedMessageCount(int failedMessageCount)
Sets the failed message count.

Parameters:
failedMessageCount - the failedMessageCount to set

getFailedMessageCount

public int getFailedMessageCount()
Gets the failed message count.

Returns:
the failedMessageCount

setCommandStatus

public void setCommandStatus(int commandStatus)
Sets the command status.

Parameters:
commandStatus - the commandStatus to set

getCommandStatus

public int getCommandStatus()
Gets the command status.

Returns:
the commandStatus

setNetworkID

public void setNetworkID(java.lang.String networkID)
Sets the network id.

Parameters:
networkID - the networkID to set

getNetworkID

public java.lang.String getNetworkID()
Gets the network id.

Returns:
the networkID

setElementID

public void setElementID(java.lang.String elementID)
Sets the element id.

Parameters:
elementID - the elementID to set

getElementID

public java.lang.String getElementID()
Gets the element id.

Returns:
the elementID

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.