com.ibm.websphere.sibx.smobo

Interface AttachmentType


  1. public interface AttachmentType
A representation of the model object 'Attachment Type'.

The following features are supported:


Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBodyPath()
Returns the value of the 'Body Path' attribute
  1. java.lang.String
getContentID()
Returns the value of the 'Content ID' attribute
  1. java.lang.String
getContentType()
Returns the value of the 'Content Type' attribute
  1. byte[]
getData()
Returns the value of the 'Data' attribute
  1. void
setBodyPath(java.lang.String value)
Sets the value of the ' Body Path' attribute
  1. void
setContentID(java.lang.String value)
Sets the value of the ' Content ID' attribute
  1. void
setContentType(java.lang.String value)
Sets the value of the ' Content Type' attribute
  1. void
setData(byte[] value)
Sets the value of the ' Data' attribute

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. static final java.lang.String $sccsid
See Also:

Method Detail

getContentID

  1. java.lang.String getContentID()
Returns the value of the 'Content ID' attribute.
Returns:
the value of the 'Content ID' attribute.
See Also:

setContentID

  1. 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:

getContentType

  1. java.lang.String getContentType( )
Returns the value of the 'Content Type' attribute.
Returns:
the value of the 'Content Type' attribute.
See Also:

setContentType

  1. 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:

getData

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

setData

  1. void setData(byte[] value)
Sets the value of the ' Data' attribute.
Parameters:
value - the new value of the 'Data' attribute.
See Also:

getBodyPath

  1. java.lang.String getBodyPath()
Returns the value of the 'Body Path' attribute.
Returns:
the value of the 'Body Path' attribute.
See Also:

setBodyPath

  1. 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: