|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void addBodyPart(IBodyPartType vBodyPart)
throws java.lang.IndexOutOfBoundsException
vBodyPart -java.lang.IndexOutOfBoundsExceptionvoid clearBodyPart()
IBodyPartType getBodyPart(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getBodyPart()
int getBodyPartCount()
IBodyPartType removeBodyPart(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsException
void setBodyPart(int index,
IBodyPartType vBodyPart)
throws java.lang.IndexOutOfBoundsException
index -vBodyPart -java.lang.IndexOutOfBoundsExceptionvoid setBodyPart(java.util.List bodyPartList)
bodyPartList - the Vector to copy.
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||