public class MPMsgSection extends Object
Constructor and Description |
---|
MPMsgSection() |
Modifier and Type | Method and Description |
---|---|
int |
getCharset()
Get the value of charset.
|
int |
getCharSubset()
Get the value of charSubset.
|
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(String data)
Set the value of data.
|
void |
setDataLen(int dataLen)
Set the value of dataLen.
|
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 String getData()
public void setData(String data)
data
- Value to assign to data.public int getDataLen()
public void setDataLen(int dataLen)
dataLen
- Value to assign to dataLen.