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

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

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

This is the default Java Bean Implementation for the SMPP 3.4 SubmitSM class. This is the main record to be used for submitting a short message to an ESMC.

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME.
 
Constructor Summary
QueryStatusResponse()
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getErrorCode()
          Gets the error_code.
 java.lang.String getFinalState()
          Gets the final_state.
 java.lang.String getMessageID()
          Gets the message id.
 java.lang.String getMessageStatus()
          Gets the message status.
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 void setErrorCode(java.lang.String errorCode)
          Sets the error_code.
 void setFinalState(java.lang.String finalState)
          Sets the final_state.
 void setMessageID(java.lang.String _messageID)
          Sets the message id.
 void setMessageStatus(java.lang.String messageStatus)
          Sets the message status.
 void setRecordName(java.lang.String arg0)
           
 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

QueryStatusResponse

public QueryStatusResponse()
Method Detail

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

getMessageStatus

public java.lang.String getMessageStatus()
Gets the message status.

Returns:
the message status

setMessageStatus

public void setMessageStatus(java.lang.String messageStatus)
Sets the message status.

Parameters:
messageStatus - the new message status

getFinalState

public java.lang.String getFinalState()
Gets the final_state.

Returns:
the final_state

setFinalState

public void setFinalState(java.lang.String finalState)
Sets the final_state.

Parameters:
final_state - the new final_state

getErrorCode

public java.lang.String getErrorCode()
Gets the error_code.

Returns:
the error_code

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Sets the error_code.

Parameters:
error_code - the new error_code

getRecordName

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

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

setRecordName

public void setRecordName(java.lang.String arg0)
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

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.