|
||||||||||
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.QueryStatusRequest
public class QueryStatusRequest
This is the default Java Bean Implementation for the QueryStatusRequest class. This is the record to be used for initiating a request to for querying the message status for already sent short message.
Field Summary | |
---|---|
static java.lang.String |
REC_NAME
Comment for REC_NAME . |
Constructor Summary | |
---|---|
QueryStatusRequest()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getFunctionID()
Gets the function id. |
java.lang.String |
getMessageID()
Gets the message id. |
java.lang.String |
getRecordName()
|
java.lang.String |
getRecordShortDescription()
|
java.net.URI |
getSourceAddress()
Gets the source address. |
java.lang.String |
getSourceAddressNpi()
Gets the source address npi. |
java.lang.String |
getSourceAddressTon()
Gets the source address ton. |
void |
setFunctionID(int functionID)
Sets the function id. |
void |
setMessageID(java.lang.String _messageID)
Sets the message id. |
void |
setRecordName(java.lang.String recordName)
|
void |
setRecordShortDescription(java.lang.String _shortDesc)
|
void |
setSourceAddress(java.net.URI sourceAddress)
Sets the source address. |
void |
setSourceAddressNpi(java.lang.String sourceAddressNpi)
Sets the source address npi. |
void |
setSourceAddressTon(java.lang.String sourceAddressTon)
Sets the source address ton. |
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 QueryStatusRequest()
Method Detail |
---|
public void setFunctionID(int functionID)
functionID
- the functionID to setpublic int getFunctionID()
public void setMessageID(java.lang.String _messageID)
_messageID
- the _message idpublic java.lang.String getMessageID()
public java.net.URI getSourceAddress()
public void setSourceAddress(java.net.URI sourceAddress)
sourceAddress
- the new source addresspublic java.lang.String getSourceAddressTon()
public void setSourceAddressTon(java.lang.String sourceAddressTon)
sourceAddressTon
- the new source address tonpublic java.lang.String getSourceAddressNpi()
public void setSourceAddressNpi(java.lang.String sourceAddressNpi)
sourceAddressNpi
- the new source address npipublic 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.String getRecordShortDescription()
getRecordShortDescription
in interface javax.resource.cci.Record
public void setRecordShortDescription(java.lang.String _shortDesc)
setRecordShortDescription
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 |