public class ICQSMSMessage extends Object
| Constructor and Description |
|---|
ICQSMSMessage()
Creates a new ICQ SMS message.
|
ICQSMSMessage(String s)
Creates a new ICQ SMS message from an ICQ SMS message (XML) string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCodepage()
Get the value of codepage.
|
String |
getDestination()
Get the value of destination.
|
String |
getSendersName()
Get the value of sendersName.
|
String |
getSendersUIN()
Get the value of sendersUIN.
|
String |
getText()
Get the value of text.
|
long |
getTime()
Get the value of time.
|
void |
setCodepage(String codepage)
Set the value of codepage.
|
void |
setDestination(String destination)
Set the value of destination.
|
void |
setSendersName(String sendersName)
Set the value of sendersName.
|
void |
setSendersUIN(String sendersUIN)
Set the value of sendersUIN.
|
void |
setText(String text)
Set the value of text.
|
void |
setWantDeliveryReceipt(boolean wantDeliveryReceipt)
Set the value of wantDeliveryReceipt.
|
String |
toString()
Return the String (XML) representation of the ICQ SMS message.
|
boolean |
wantDeliveryReceipt()
Get the value of wantDeliveryReceipt.
|
public ICQSMSMessage()
public ICQSMSMessage(String s)
s - the ICQ SMS message (XML) stringpublic String getDestination()
public void setDestination(String destination)
destination - Value to assign to destination.public String getText()
public void setText(String text)
text - Value to assign to text.public String getCodepage()
public void setCodepage(String codepage)
codepage - Value to assign to codepage.public String getSendersUIN()
public void setSendersUIN(String sendersUIN)
sendersUIN - Value to assign to sendersUIN.public String getSendersName()
public void setSendersName(String sendersName)
sendersName - Value to assign to sendersName.public boolean wantDeliveryReceipt()
public void setWantDeliveryReceipt(boolean wantDeliveryReceipt)
wantDeliveryReceipt - Value to assign to wantDeliveryReceipt.public long getTime()