|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.elegantj.net.message.POP3MessagePart
The POP3MessagePart provides the class for the individual parts of the .eml file, like body, attachments.
| Constructor Summary | |
POP3MessagePart()
Constructs the POP3MessagePart |
|
| Method Summary | |
java.lang.String |
getAttachmentFileName()
Returns the value of AttachmentFileName |
java.lang.String |
getContentDisposition()
Returns the value of content disposition |
java.lang.String |
getContentLength()
Returns the value of content length |
java.lang.String |
getContentTransferEncoding()
Returns the value of ContentTransferEncoding |
java.lang.String |
getContentType()
Returns the value of ContentType |
java.util.Vector |
getLineBytesVector()
Returns the line bytes vector for this POP3MessagePart This vector contains the line by line bytes array |
boolean |
isAttachment()
Returns the value of the IsAttachment |
boolean |
isBody()
Returns the value of the IsBody |
void |
setAttachment(boolean isAttachment)
Sets the value of the IsAttachment |
void |
setAttachmentFileName(java.lang.String attachmentFileName)
Sets the value of the AttachmentFileName |
void |
setBody(boolean isBody)
Sets the value of IsBody |
void |
setContentDisposition(java.lang.String contentDisposition)
Sets the value of the ContentDisposition |
void |
setContentLength(java.lang.String contentLength)
Sets the value of ContentLength |
void |
setContentTransferEncoding(java.lang.String contentTransferEncoding)
Sets the value of ContentTransferEncoding |
void |
setContentType(java.lang.String contentType)
Sets the value of the ContentType |
java.util.Vector |
setLineBytesVector(java.util.Vector lineBytesVector)
Returns the line bytes vector for this POP3MessagePart This vector contains the line by line bytes array |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public POP3MessagePart()
| Method Detail |
public void setContentType(java.lang.String contentType)
contentType - the value of the ContentTypepublic java.lang.String getContentType()
public void setContentTransferEncoding(java.lang.String contentTransferEncoding)
contentTransferEncoding - The value of ContentTransferEncodingpublic java.lang.String getContentTransferEncoding()
public void setContentDisposition(java.lang.String contentDisposition)
public java.lang.String getContentDisposition()
public void setContentLength(java.lang.String contentLength)
contentLength - The value of ContentLengthpublic java.lang.String getContentLength()
public void setAttachment(boolean isAttachment)
isAttachment - The value of IsAttachmentpublic boolean isAttachment()
public void setAttachmentFileName(java.lang.String attachmentFileName)
attachmentFileName - The value of AttachmentFileNamepublic java.lang.String getAttachmentFileName()
public void setBody(boolean isBody)
isBody - The value of IsBodypublic boolean isBody()
public java.util.Vector setLineBytesVector(java.util.Vector lineBytesVector)
public java.util.Vector getLineBytesVector()
|
ElegantJCharts Java API Specification v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||