org.walluck.oscar.channel.aolim
Class AOLIM

java.lang.Object
  extended by org.walluck.oscar.channel.Channel
      extended by org.walluck.oscar.channel.aolim.AOLIM

public class AOLIM
extends Channel

Most common ICBM type (instant messages).

Since:
1.0
Version:
1.0
Author:
David Walluck

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.
 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.
 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(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(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

AOLIM

public AOLIM()
Creates a new incoming instant message (channel 1).

Method Detail

getDestSN

public String getDestSN()
Get the value of destSN.

Returns:
value of destSN.

setDestSN

public void setDestSN(String destSN)
Set the value of destSN.

Parameters:
destSN - Value to assign to destSN.

getMsg

public String getMsg()
Get the value of msg.

Returns:
value of msg.

setMsg

public void setMsg(String msg)
Set the value of msg.

Parameters:
msg - Value to assign to msg.

getMsgLen

public int getMsgLen()
Get the value of msgLen.

Returns:
value of msgLen.

setMsgLen

public void setMsgLen(int msgLen)
Set the value of msgLen.

Parameters:
msgLen - Value to assign to msgLen.

getFlags

public int getFlags()
Get the value of flags.

Returns:
value of flags.

setFlags

public void setFlags(int flags)
Set the value of flags.

Parameters:
flags - Value to assign to flags.

getMPMsg

public MPMsg getMPMsg()
Get the value of mpmsg.

Returns:
value of mpmsg.

setMPMsg

public void setMPMsg(MPMsg mpmsg)
Set the value of mpmsg.

Parameters:
mpmsg - Value to assign to mpmsg.

getIconStamp

public long getIconStamp()
Get the value of iconStamp.

Returns:
value of iconStamp.

setIconStamp

public void setIconStamp(long iconStamp)
Set the value of iconStamp.

Parameters:
iconStamp - Value to assign to iconStamp.

getIconLen

public int getIconLen()
Get the value of iconLen.

Returns:
value of iconLen.

setIconLen

public void setIconLen(int iconLen)
Set the value of iconLen.

Parameters:
iconLen - Value to assign to iconLen.

getIconSum

public int getIconSum()
Get the value of iconSum.

Returns:
value of iconSum.

setIconSum

public void setIconSum(int iconSum)
Set the value of iconSum.

Parameters:
iconSum - Value to assign to iconSum.

getExtData

public byte[] getExtData()
Get the value of extData.

Returns:
value of extData.

setExtData

public void setExtData(byte[] extData)
Set the value of extData.

Parameters:
extData - Value to assign to extData.

getExtDataLen

public int getExtDataLen()
Get the value of extDataLen.

Returns:
value of extDataLen.

setExtDataLen

public void setExtDataLen(int extDataLen)
Set the value of extDataLen.

Parameters:
extDataLen - Value to assign to extDataLen.

getFeatures

public byte[] getFeatures()
Get the value of features.

Returns:
value of features.

setFeatures

public void setFeatures(byte[] features)
Set the value of features.

Parameters:
features - Value to assign to features.

getCharset

public int getCharset()
Get the value of charset.

Returns:
value of charset.

setCharset

public void setCharset(int charset)
Set the value of charset.

Parameters:
charset - Value to assign to charset.

getCharSubset

public int getCharSubset()
Get the value of charsubset.

Returns:
value of charsubset.

setCharSubset

public void setCharSubset(int charSubset)
Set the value of charsubset.

Parameters:
charSubset - Value to assign to charsubset.