org.walluck.oscar.channel.aolim
Class MPMsgSection

java.lang.Object
  extended byorg.walluck.oscar.channel.aolim.MPMsgSection

public class MPMsgSection
extends java.lang.Object

Multi-part message section.

Since:
1.0
Version:
1.0
Author:
David Walluck

Constructor Summary
MPMsgSection()
           
 
Method Summary
 int getCharset()
          Get the value of charset.
 int getCharSubset()
          Get the value of charSubset.
 java.lang.String getData()
          Get the value of data.
 int getDataLen()
          Get the value of dataLen.
 void setCharset(int charset)
          Set the value of charset.
 void setCharSubset(int charSubset)
          Set the value of charsubset.
 void setData(java.lang.String data)
          Set the value of data.
 void setDataLen(int dataLen)
          Set the value of dataLen.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPMsgSection

public MPMsgSection()
Method Detail

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.

getData

public java.lang.String getData()
Get the value of data.

Returns:
value of data.

setData

public void setData(java.lang.String data)
Set the value of data.

Parameters:
data - Value to assign to data.

getDataLen

public int getDataLen()
Get the value of dataLen.

Returns:
value of dataLen.

setDataLen

public void setDataLen(int dataLen)
Set the value of dataLen.

Parameters:
dataLen - Value to assign to dataLen.