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