IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sibx.smobo
Interface AttachmentType


public interface AttachmentType

A representation of the model object 'Attachment Type'.

The following features are supported:


Field Summary
static java.lang.String $sccsid
           
static java.lang.String COPYRIGHT
           
 
Method Summary
 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
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
See Also:
Constant Field Values
Method Detail

getContentID

java.lang.String getContentID()
Returns the value of the 'Content ID' attribute.

Returns:
the value of the 'Content ID' attribute.
See Also:
setContentID(String)

setContentID

void setContentID(java.lang.String value)
Sets the value of the 'Content ID' attribute.

Parameters:
value - the new value of the 'Content ID' attribute.
See Also:
getContentID()

getContentType

java.lang.String getContentType()
Returns the value of the 'Content Type' attribute.

Returns:
the value of the 'Content Type' attribute.
See Also:
setContentType(String)

setContentType

void setContentType(java.lang.String value)
Sets the value of the 'Content Type' attribute.

Parameters:
value - the new value of the 'Content Type' attribute.
See Also:
getContentType()

getData

byte[] getData()
Returns the value of the 'Data' attribute.

Returns:
the value of the 'Data' attribute.
See Also:
setData(byte[])

setData

void setData(byte[] value)
Sets the value of the 'Data' attribute.

Parameters:
value - the new value of the 'Data' attribute.
See Also:
getData()

getBodyPath

java.lang.String getBodyPath()
Returns the value of the 'Body Path' attribute.

Returns:
the value of the 'Body Path' attribute.
See Also:
setBodyPath(String)

setBodyPath

void setBodyPath(java.lang.String value)
Sets the value of the 'Body Path' attribute.

Parameters:
value - the new value of the 'Body Path' attribute.
See Also:
getBodyPath()

IBM WebSphere Application ServerTM
Release 7