|
||||||||||
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.MOMessageRequest
public class MOMessageRequest
This is the default Java Bean Implementation for the MOMessageRequest class. This is the record to be used while handling MOMessges. JCA Adapter needs to use this record for propagating MOMessages and its Meta data to SI. The MOMessage might be of type short message delivery confirmation or a plain MO message.
Field Summary | |
---|---|
static java.lang.String |
DELIVERY_CONFIRMATION
The Constant DELIVERY_CONFIRMATION. |
static java.lang.String |
DELIVERY_CONFIRMATION_ACK
The Constant DELIVERY_CONFIRMATION_ACK. |
static java.lang.String |
MOBILE_ORIGINATED
The Constant MOBILE_ORIGINATED. |
static java.lang.String |
REC_NAME
Comment for REC_NAME . |
Constructor Summary | |
---|---|
MOMessageRequest()
The default Constructor for the Submit_SM Record. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
getCommandStatus()
Gets the command status. |
java.lang.String |
getDestinationAddress()
Gets the destination address. |
java.lang.String |
getDestinationAddressNpi()
Gets the destination address npi. |
java.lang.String |
getDestinationAddressTon()
Gets the destination address ton. |
java.lang.String |
getEncodingScheme()
Gets the encoding scheme. |
int |
getFunctionID()
Gets the Function ID. |
int |
getMessageLength()
Gets the message length. |
java.lang.String |
getMessageState()
Gets the message state. |
java.lang.String |
getMessageStatus()
Gets the message status. |
java.lang.String |
getMessageType()
Gets the message type. |
java.lang.String |
getMoMessage()
Gets the mo message. |
java.lang.String |
getNetworkErrorCode()
Gets the network error code. |
java.lang.String |
getPriorityFlag()
Gets the priority flag. |
java.lang.String |
getProtocolID()
Gets the protocol id. |
java.lang.String |
getReceivedMessageID()
Gets the received message id. |
java.lang.String |
getRecordName()
|
java.lang.String |
getRecordShortDescription()
|
java.lang.String |
getRegisteredDelivery()
Gets the registered delivery. |
java.lang.String |
getServiceType()
Gets the service type. |
java.lang.String |
getShortDesc()
Gets the short desc. |
java.lang.String |
getSourceAddress()
Gets the source address. |
java.lang.String |
getSourceAddressNpi()
Gets the source address npi. |
java.lang.String |
getSourceAddressTon()
Gets the source address ton. |
void |
setCommandStatus(int commandStatus)
Sets the command status. |
void |
setDestinationAddress(java.lang.String destinationAddress)
Sets the destination address. |
void |
setDestinationAddressNpi(java.lang.String destinationAddressNpi)
Sets the destination address npi. |
void |
setDestinationAddressTon(java.lang.String destinationAddressTon)
Sets the destination address ton. |
void |
setEncodingScheme(java.lang.String encodingScheme)
Sets the encoding scheme. |
void |
setFunctionID(int functionID)
Sets the Function ID. |
void |
setMessageLength(int messageLength)
Sets the message length. |
void |
setMessageState(java.lang.String messageState)
Sets the message state. |
void |
setMessageStatus(java.lang.String messageStatus)
Sets the message status. |
void |
setMessageType(java.lang.String messageType)
Sets the message type. |
void |
setMoMessage(java.lang.String moMessage)
Sets the mo message. |
void |
setNetworkErrorCode(java.lang.String networkErrorCode)
Sets the network error code. |
void |
setPriorityFlag(java.lang.String priorityFlag)
Sets the priority flag. |
void |
setProtocolID(java.lang.String protocolID)
Sets the protocol id. |
void |
setReceivedMessageID(java.lang.String receivedMessageID)
Sets the received message id. |
void |
setRecordName(java.lang.String recordName)
|
void |
setRecordShortDescription(java.lang.String _shortDesc)
|
void |
setRegisteredDelivery(java.lang.String registeredDelivery)
Sets the registered delivery. |
void |
setServiceType(java.lang.String serviceType)
Sets the service type. |
void |
setShortDesc(java.lang.String shortDesc)
Sets the short desc. |
void |
setSourceAddress(java.lang.String 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
.
public static final java.lang.String DELIVERY_CONFIRMATION
public static final java.lang.String MOBILE_ORIGINATED
public static final java.lang.String DELIVERY_CONFIRMATION_ACK
Constructor Detail |
---|
public MOMessageRequest()
Method Detail |
---|
public java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc
- the new short descpublic int getFunctionID()
public void setFunctionID(int functionID)
functionID
- the function idpublic java.lang.String getSourceAddress()
public void setSourceAddress(java.lang.String sourceAddress)
sourceAddress
- the new source addresspublic java.lang.String getDestinationAddress()
public void setDestinationAddress(java.lang.String destinationAddress)
destinationAddress
- the new destination addresspublic java.lang.String getMessageType()
public void setMessageType(java.lang.String messageType)
messageType
- the new message typepublic java.lang.String getMoMessage()
public void setMoMessage(java.lang.String moMessage)
moMessage
- the new mo messagepublic java.lang.String getMessageState()
public void setMessageState(java.lang.String messageState)
messageState
- the new message statepublic void setReceivedMessageID(java.lang.String receivedMessageID)
receivedMessageID
- the new received message idpublic java.lang.String getReceivedMessageID()
public java.lang.String getNetworkErrorCode()
public void setNetworkErrorCode(java.lang.String networkErrorCode)
networkErrorCode
- the new network error codepublic 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 setMessageStatus(java.lang.String messageStatus)
messageStatus
- the messageStatus to setpublic java.lang.String getMessageStatus()
public void setServiceType(java.lang.String serviceType)
serviceType
- the new service typepublic java.lang.String getServiceType()
public void setProtocolID(java.lang.String protocolID)
protocolID
- the new protocol idpublic java.lang.String getProtocolID()
public void setPriorityFlag(java.lang.String priorityFlag)
priorityFlag
- the new priority flagpublic java.lang.String getPriorityFlag()
public void setRegisteredDelivery(java.lang.String registeredDelivery)
registeredDelivery
- the new registered deliverypublic java.lang.String getRegisteredDelivery()
public void setEncodingScheme(java.lang.String encodingScheme)
encodingScheme
- the new encoding schemepublic java.lang.String getEncodingScheme()
public void setMessageLength(int messageLength)
messageLength
- the message lengthpublic int getMessageLength()
public void setSourceAddressTon(java.lang.String sourceAddressTon)
sourceAddressTon
- the new source address tonpublic java.lang.String getSourceAddressTon()
public void setSourceAddressNpi(java.lang.String sourceAddressNpi)
sourceAddressNpi
- the new source address npipublic java.lang.String getSourceAddressNpi()
public void setDestinationAddressTon(java.lang.String destinationAddressTon)
destinationAddressTon
- the new destination address tonpublic java.lang.String getDestinationAddressTon()
public void setDestinationAddressNpi(java.lang.String destinationAddressNpi)
destinationAddressNpi
- the new destination address npipublic java.lang.String getDestinationAddressNpi()
public void setCommandStatus(int commandStatus)
commandStatus
- the new command statuspublic int getCommandStatus()
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 |