|
||||||||||
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.SendMessageResponse
public class SendMessageResponse
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.
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 |
---|
public static final java.lang.String REC_NAME
REC_NAME
.
Constructor Detail |
---|
public SendMessageResponse()
Method Detail |
---|
public java.lang.String getRecordName()
getRecordName
in interface javax.resource.cci.Record
public void setRecordName(java.lang.String recordName)
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 getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String _shortDesc)
setRecordShortDescription
in interface javax.resource.cci.Record
public void setMessageID(java.lang.String _messageID)
_messageID
- the _message idpublic java.lang.String getMessageID()
public void setFunctionID(int functionID)
functionID
- the functionID to setpublic int getFunctionID()
public int getMessageStatus()
public void setMessageStatus(int messageStatus)
messageStatus
- the messageStatus to setpublic void setFailedDestinationAddresses(java.lang.String[] failedDestinationAddresses)
failedDestinationAddresses
- the failedDestinationAddresses to setpublic java.lang.String[] getFailedDestinationAddresses()
public void setFailedMessageCount(int failedMessageCount)
failedMessageCount
- the failedMessageCount to setpublic int getFailedMessageCount()
public void setCommandStatus(int commandStatus)
commandStatus
- the commandStatus to setpublic int getCommandStatus()
public void setNetworkID(java.lang.String networkID)
networkID
- the networkID to setpublic java.lang.String getNetworkID()
public void setElementID(java.lang.String elementID)
elementID
- the elementID to setpublic java.lang.String getElementID()
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 |