|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.channel.Channel
org.walluck.oscar.channel.aolim.AOLIM
Most common ICBM type (instant messages).
Constructor Summary | |
AOLIM()
Creates a new incoming instant message (channel 1). |
Method Summary | |
int |
getCharset()
Get the value of charset. |
int |
getCharSubset()
Get the value of charsubset. |
java.lang.String |
getDestSN()
Get the value of destSN. |
byte[] |
getExtData()
Get the value of extData. |
int |
getExtDataLen()
Get the value of extDataLen. |
byte[] |
getFeatures()
Get the value of features. |
int |
getFlags()
Get the value of flags. |
int |
getIconLen()
Get the value of iconLen. |
long |
getIconStamp()
Get the value of iconStamp. |
int |
getIconSum()
Get the value of iconSum. |
MPMsg |
getMPMsg()
Get the value of mpmsg. |
java.lang.String |
getMsg()
Get the value of msg. |
int |
getMsgLen()
Get the value of msgLen. |
void |
setCharset(int charset)
Set the value of charset. |
void |
setCharSubset(int charSubset)
Set the value of charsubset. |
void |
setDestSN(java.lang.String destSN)
Set the value of destSN. |
void |
setExtData(byte[] extData)
Set the value of extData. |
void |
setExtDataLen(int extDataLen)
Set the value of extDataLen. |
void |
setFeatures(byte[] features)
Set the value of features. |
void |
setFlags(int flags)
Set the value of flags. |
void |
setIconLen(int iconLen)
Set the value of iconLen. |
void |
setIconStamp(long iconStamp)
Set the value of iconStamp. |
void |
setIconSum(int iconSum)
Set the value of iconSum. |
void |
setMPMsg(MPMsg mpmsg)
Set the value of mpmsg. |
void |
setMsg(java.lang.String msg)
Set the value of msg. |
void |
setMsgLen(int msgLen)
Set the value of msgLen. |
Methods inherited from class org.walluck.oscar.channel.Channel |
getChannel, setChannel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AOLIM()
Method Detail |
public java.lang.String getDestSN()
public void setDestSN(java.lang.String destSN)
destSN
- Value to assign to destSN.public java.lang.String getMsg()
public void setMsg(java.lang.String msg)
msg
- Value to assign to msg.public int getMsgLen()
public void setMsgLen(int msgLen)
msgLen
- Value to assign to msgLen.public int getFlags()
public void setFlags(int flags)
flags
- Value to assign to flags.public MPMsg getMPMsg()
public void setMPMsg(MPMsg mpmsg)
mpmsg
- Value to assign to mpmsg.public long getIconStamp()
public void setIconStamp(long iconStamp)
iconStamp
- Value to assign to iconStamp.public int getIconLen()
public void setIconLen(int iconLen)
iconLen
- Value to assign to iconLen.public int getIconSum()
public void setIconSum(int iconSum)
iconSum
- Value to assign to iconSum.public byte[] getExtData()
public void setExtData(byte[] extData)
extData
- Value to assign to extData.public int getExtDataLen()
public void setExtDataLen(int extDataLen)
extDataLen
- Value to assign to extDataLen.public byte[] getFeatures()
public void setFeatures(byte[] features)
features
- Value to assign to features.public int getCharset()
public void setCharset(int charset)
charset
- Value to assign to charset.public int getCharSubset()
public void setCharSubset(int charSubset)
charSubset
- Value to assign to charsubset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |