java.lang.Object
fi.kvanttisofta.sms.SmsMsgOutgoing
- public class SmsMsgOutgoing
- extends java.lang.Object
SMS_MSG_ENCODING_7BIT
public final int SMS_MSG_ENCODING_7BIT
- See Also:
- Constant Field Values
smscAddressLength
private int smscAddressLength
smscAddressType
private int smscAddressType
smscAddress
private java.lang.String smscAddress
smsSubmitCode
private int smsSubmitCode
tpMsgRef
private int tpMsgRef
recipientAddressLength
private int recipientAddressLength
recipientAddressType
private int recipientAddressType
recipientAddress
private java.lang.String recipientAddress
recipientAddressEnc
private java.lang.String recipientAddressEnc
tpPid
private int tpPid
tpDcs
private int tpDcs
tpValidity
private int tpValidity
tpUdl
private int tpUdl
tpUd
private java.lang.String tpUd
msg
private java.lang.String msg
SmsMsgOutgoing
public SmsMsgOutgoing(java.lang.String recipientAddress,
java.lang.String msg)
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object
- Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method
never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string
concatenation with this object. If the result is
null, string concatenation will instead
use "null".
The default implementation returns
getClass().getName() + "@" +
Integer.toHexString(hashCode()).
setTarget
public void setTarget(java.lang.String number)
setMessage
public void setMessage(java.lang.String msg)
main
public static void main(java.lang.String[] args)