|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQSMSMessage
public class ICQSMSMessage
ICQ allows you to send mesages to SMS phones.
Constructor Summary | |
---|---|
ICQSMSMessage()
Creates a new ICQ SMS message. |
|
ICQSMSMessage(String s)
Creates a new ICQ SMS message from an ICQ SMS message (XML) string. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ICQSMSMessage()
public ICQSMSMessage(String s)
s
- the ICQ SMS message (XML) stringMethod Detail |
---|
public 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()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |