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

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

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

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.

See Also:
Serialized Form

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

REC_NAME

public static final java.lang.String REC_NAME
Comment for REC_NAME.

See Also:
Constant Field Values
Constructor Detail

QueryStatusRequest

public QueryStatusRequest()
Method Detail

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

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

getSourceAddress

public java.net.URI getSourceAddress()
Gets the source address.

Returns:
the source address

setSourceAddress

public void setSourceAddress(java.net.URI sourceAddress)
Sets the source address.

Parameters:
sourceAddress - the new source address

getSourceAddressTon

public java.lang.String getSourceAddressTon()
Gets the source address ton.

Returns:
the source address ton

setSourceAddressTon

public void setSourceAddressTon(java.lang.String sourceAddressTon)
Sets the source address ton.

Parameters:
sourceAddressTon - the new source address ton

getSourceAddressNpi

public java.lang.String getSourceAddressNpi()
Gets the source address npi.

Returns:
the source address npi

setSourceAddressNpi

public void setSourceAddressNpi(java.lang.String sourceAddressNpi)
Sets the source address npi.

Parameters:
sourceAddressNpi - the new source address npi

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

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

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.