|
||||||||||
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.SendMessageRequest
public class SendMessageRequest
This is the default Java Bean Implementation for the SendMessageRequest class. This is the main record to be used for sending short messages from SI to SMSC.
Field Summary | |
---|---|
static java.lang.String |
REC_NAME
Comment for REC_NAME . |
Constructor Summary | |
---|---|
SendMessageRequest()
The default Constructor for the Submit_SM Record. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.net.URI[] |
getAddresses()
Gets the addresses. |
java.lang.String |
getBillingCode()
Gets the billing code. |
java.lang.String |
getDefaultMessageID()
Gets the default message id. |
java.lang.String |
getDestinationNpi()
Gets the destination npi. |
java.lang.String |
getDestinationTon()
Gets the destination ton. |
java.lang.String |
getEncoding()
Gets the encoding. |
java.lang.String |
getEsmClass()
Gets the esm class. |
int |
getFunctionID()
Gets the function id. |
int |
getMaxMessageSize()
Gets the max message size. |
int |
getMaxTargetSize()
Gets the max target size. |
java.lang.String |
getMessage()
Gets the message. |
int |
getNumberOfSegments()
Gets the number of segments. |
java.lang.String |
getOperationName()
Gets the operation name. |
java.lang.String |
getPriorityFlag()
Gets the priority flag. |
java.lang.String |
getProtocolId()
Gets the protocol id. |
java.lang.String |
getRecordName()
|
java.lang.String |
getRecordShortDescription()
|
java.lang.String |
getReplaceIfPresentFlag()
Gets the replace if present flag. |
int |
getSarRefNum()
Gets the SarRefNum. |
int |
getSegmentNumber()
Gets the segment number. |
java.lang.String |
getSenderName()
Gets the sender name. |
java.lang.String |
getServiceType()
Gets the service type. |
java.lang.String |
getServiceTypeUsage()
Gets the service type usage. |
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. |
boolean |
isChargeForFirstSegmentOnly()
Checks if is charge for first segment only. |
boolean |
isConfirmDelivery()
Checks if is confirm delivery. |
void |
setAddresses(java.net.URI[] addresses)
Sets the addresses. |
void |
setBillingCode(java.lang.String billingCode)
Sets the billing code. |
void |
setChargeForFirstSegmentOnly(boolean chargeForFirstSegmentOnly)
Sets the charge for first segment only. |
void |
setConfirmDelivery(boolean confirmDelivery)
Sets the confirm delivery. |
void |
setDefaultMessageID(java.lang.String defaultMessageID)
Sets the default message id. |
void |
setDestinationNpi(java.lang.String destinationNpi)
Sets the destination npi. |
void |
setDestinationTon(java.lang.String destinationTon)
Sets the destination ton. |
void |
setEncoding(java.lang.String encoding)
Sets the encoding. |
void |
setEsmClass(java.lang.String esmClass)
Sets the esm class. |
void |
setFunctionID(int functionID)
Sets the function id. |
void |
setMaxMessageSize(int maxMessageSize)
Sets the max message size. |
void |
setMaxTargetSize(int maxTargetSize)
Sets the max target size. |
void |
setMessage(java.lang.String message)
Sets the message. |
void |
setNumberOfSegments(int numberOfSegments)
Sets the number of segments. |
void |
setOperationName(java.lang.String operationName)
Sets the operation name. |
void |
setPriorityFlag(java.lang.String priorityFlag)
Sets the priority flag. |
void |
setProtocolId(java.lang.String protocolId)
Sets the protocol id. |
void |
setRecordName(java.lang.String recordName)
|
void |
setRecordShortDescription(java.lang.String _shortDesc)
|
void |
setReplaceIfPresentFlag(java.lang.String replaceIfPresentFlag)
Sets the replace if present flag. |
void |
setSarRefNum(int sarRefNum)
Sets the SarRefNum. |
void |
setSegmentNumber(int segmentNumber)
Sets the segment number. |
void |
setSenderName(java.lang.String senderName)
Sets the sender name. |
void |
setServiceType(java.lang.String serviceType)
Sets the service type. |
void |
setServiceTypeUsage(java.lang.String serviceTypeUsage)
Sets the service type usage. |
void |
setSourceAddress(java.lang.String sourceAddress)
Sets the source address. |
void |
setSourceAddressNpi(java.lang.String sourceAddressNpi)
Sets the source 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 SendMessageRequest()
Method Detail |
---|
public int getSarRefNum()
public void setSarRefNum(int sarRefNum)
encoding
- the SarRefNumpublic java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- the new encodingpublic int getMaxMessageSize()
public void setMaxMessageSize(int maxMessageSize)
maxMessageSize
- the new max message sizepublic int getMaxTargetSize()
public void setMaxTargetSize(int maxTargetSize)
maxTargetSize
- the new max target sizepublic boolean isConfirmDelivery()
public void setConfirmDelivery(boolean confirmDelivery)
confirmDelivery
- the new confirm deliverypublic java.lang.String getSourceAddressTon()
public void setSourceAddressTon(java.lang.String sourceAddressTon)
sourceAddressTon
- the new source tonpublic java.lang.String getSourceAddressNpi()
public void setSourceAddressNpi(java.lang.String sourceAddressNpi)
sourceNpi
- the new source npipublic java.lang.String getDestinationTon()
public void setDestinationTon(java.lang.String destinationTon)
destinationTon
- the new destination tonpublic java.lang.String getDestinationNpi()
public void setDestinationNpi(java.lang.String destinationNpi)
destinationNpi
- the new destination npipublic java.lang.String getEsmClass()
public void setEsmClass(java.lang.String esmClass)
esmClass
- the new esm classpublic java.lang.String getProtocolId()
public void setProtocolId(java.lang.String protocolId)
protocolId
- the new protocol idpublic java.lang.String getPriorityFlag()
public void setPriorityFlag(java.lang.String priorityFlag)
priorityFlag
- the new priority flagpublic java.lang.String getReplaceIfPresentFlag()
public void setReplaceIfPresentFlag(java.lang.String replaceIfPresentFlag)
replaceIfPresentFlag
- the new replace if present flagpublic 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.net.URI[] getAddresses()
public void setAddresses(java.net.URI[] addresses)
addresses
- the new addressespublic java.lang.String getSenderName()
public void setSenderName(java.lang.String senderName)
senderName
- the new sender namepublic java.lang.String getMessage()
public void setMessage(java.lang.String message)
message
- the new messagepublic int getSegmentNumber()
public void setSegmentNumber(int segmentNumber)
segmentNumber
- the new segment numberpublic int getNumberOfSegments()
public void setNumberOfSegments(int numberOfSegments)
numberOfSegments
- the new number of segmentspublic void setFunctionID(int functionID)
functionID
- the functionID to setpublic int getFunctionID()
public java.lang.String getServiceType()
public void setServiceType(java.lang.String serviceType)
serviceType
- the new service typepublic java.lang.String getBillingCode()
public void setBillingCode(java.lang.String billingCode)
billingCode
- the new billing codepublic java.lang.String getServiceTypeUsage()
public void setServiceTypeUsage(java.lang.String serviceTypeUsage)
serviceTypeUsage
- the new service type usagepublic boolean isChargeForFirstSegmentOnly()
public void setChargeForFirstSegmentOnly(boolean chargeForFirstSegmentOnly)
chargeForFirstSegmentOnly
- the new charge for first segment onlypublic 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 setSourceAddress(java.lang.String sourceAddress)
sourceAddress
- the sourceAddress to setpublic java.lang.String getSourceAddress()
public void setOperationName(java.lang.String operationName)
operationName
- the operationName to setpublic java.lang.String getOperationName()
public void setDefaultMessageID(java.lang.String defaultMessageID)
defaultMessageID
- the new default message idpublic java.lang.String getDefaultMessageID()
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 |