|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.mds.adpt.sms.base.records.QueryStatusResponse
public class QueryStatusResponse
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.
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 |
---|
public static final java.lang.String REC_NAME
REC_NAME
.
Constructor Detail |
---|
public QueryStatusResponse()
Method Detail |
---|
public void setMessageID(java.lang.String _messageID)
_messageID
- the _message idpublic java.lang.String getMessageID()
public java.lang.String getMessageStatus()
public void setMessageStatus(java.lang.String messageStatus)
messageStatus
- the new message statuspublic java.lang.String getFinalState()
public void setFinalState(java.lang.String finalState)
final_state
- the new final_statepublic java.lang.String getErrorCode()
public void setErrorCode(java.lang.String errorCode)
error_code
- the new error_codepublic java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public java.lang.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String _shortDesc)
setRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordName(java.lang.String arg0)
setRecordName
in interface javax.resource.cci.Record
public java.lang.Object clone()
clone
in interface javax.resource.cci.Record
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |