Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


oracle.bpel.services.notification.payload
Interface IMultiPartType

All Known Implementing Classes:
MultiPartType

public interface IMultiPartType

Interface IMultiPartType.


Method Summary
 void addBodyPart(IBodyPartType vBodyPart)
          Method addBodyPart
 void clearBodyPart()
          Method clearBodyPart
 java.util.List getBodyPart()
          Method getBodyPart
 IBodyPartType getBodyPart(int index)
          Method getBodyPart
 int getBodyPartCount()
          Method getBodyPartCount
 IBodyPartType removeBodyPart(int index)
          Method removeBodyPart
 void setBodyPart(int index, IBodyPartType vBodyPart)
          Method setBodyPart
 void setBodyPart(java.util.List bodyPartList)
          Method setBodyPartSets the value of 'bodyPart' by copying the given ArrayList.

 

Method Detail

addBodyPart

void addBodyPart(IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method addBodyPart
Parameters:
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

clearBodyPart

void clearBodyPart()
Method clearBodyPart

getBodyPart

IBodyPartType getBodyPart(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getBodyPart
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getBodyPart

java.util.List getBodyPart()
Method getBodyPart

getBodyPartCount

int getBodyPartCount()
Method getBodyPartCount

removeBodyPart

IBodyPartType removeBodyPart(int index)
                             throws java.lang.IndexOutOfBoundsException
Method removeBodyPart
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

void setBodyPart(int index,
                 IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method setBodyPart
Parameters:
index -
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

void setBodyPart(java.util.List bodyPartList)
Method setBodyPartSets the value of 'bodyPart' by copying the given ArrayList.
Parameters:
bodyPartList - the Vector to copy.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.5.0)
E10660-05


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