Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.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

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

getMimeType

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

setContentBody

public 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

public 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 BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.