public class AS2Attachment
extends java.lang.Object
| Constructor and Description |
|---|
AS2Attachment() |
| Modifier and Type | Method and Description |
|---|---|
AS2AttachmentContent |
getContent() |
java.lang.String |
getMediaType() |
java.lang.String |
getType() |
void |
setContent(AS2AttachmentContent content) |
void |
setMediaType(java.lang.String mediaType) |
void |
setType(java.lang.String type) |
public java.lang.String getType()
public void setType(java.lang.String type)
type - Typepublic java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType - Mimetypepublic AS2AttachmentContent getContent()
public void setContent(AS2AttachmentContent content)
content - Content