|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.channel.aolim.MPMsgSection
Multi-part message section.
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 |
public MPMsgSection()
Method Detail |
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.public java.lang.String getData()
public void setData(java.lang.String data)
data
- Value to assign to data.public int getDataLen()
public void setDataLen(int dataLen)
dataLen
- Value to assign to dataLen.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |