public interface AttachmentType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBodyPath()
Returns the value of the 'Body Path' attribute
|
java.lang.String |
getContentID()
Returns the value of the 'Content ID' attribute
|
java.lang.String |
getContentType()
Returns the value of the 'Content Type' attribute
|
byte[] |
getData()
Returns the value of the 'Data' attribute
|
void |
setBodyPath(java.lang.String value)
Sets the value of the '
Body Path ' attribute |
void |
setContentID(java.lang.String value)
Sets the value of the '
Content ID ' attribute |
void |
setContentType(java.lang.String value)
Sets the value of the '
Content Type ' attribute |
void |
setData(byte[] value)
Sets the value of the '
Data ' attribute |
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.lang.String getContentID()
setContentID(String)
void setContentID(java.lang.String value)
Content ID
' attribute.
value
- the new value of the 'Content ID' attribute.getContentID()
java.lang.String getContentType()
setContentType(String)
void setContentType(java.lang.String value)
Content Type
' attribute.
value
- the new value of the 'Content Type' attribute.getContentType()
byte[] getData()
setData(byte[])
void setData(byte[] value)
Data
' attribute.
value
- the new value of the 'Data' attribute.getData()
java.lang.String getBodyPath()
setBodyPath(String)
void setBodyPath(java.lang.String value)
Body Path
' attribute.
value
- the new value of the 'Body Path' attribute.getBodyPath()