Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


oracle.bpel.services.notification.payload
Interface IContentType

All Known Implementing Classes:
ContentType

public interface IContentType

Interface IContentType.


Method Summary
 java.lang.Object getContentBody()
          Returns the value of field 'content'.
 java.lang.String getMimeType()
          Returns the value of field 'mimeType'.
 void setContentBody(java.lang.Object content)
          Sets the value of field 'content'.
 void setMimeType(java.lang.String mimeType)
          Sets the value of field 'mimeType'.

 

Method Detail

getContentBody

java.lang.Object getContentBody()
Returns the value of field 'content'. The field 'content' has the following description:
Returns:
the value of field 'content'.

getMimeType

java.lang.String getMimeType()
Returns the value of field 'mimeType'. The field 'mimeType' has the following description:
Returns:
the value of field 'mimeType'.

setContentBody

void setContentBody(java.lang.Object content)
Sets the value of field 'content'. The field 'content' has the following description:
Parameters:
content - the value of field 'content'.

setMimeType

void setMimeType(java.lang.String mimeType)
Sets the value of field 'mimeType'. The field 'mimeType' has the following description:
Parameters:
mimeType - the value of field 'mimeType'.

Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.6.3)
E25378-06


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.