Skip navigation links

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


oracle.bpel.services.notification.payload
Class MultiPartType

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by oracle.bpel.services.notification.payload.MultiPartType

All Implemented Interfaces:
java.io.Serializable, IMultiPartType, org.collaxa.xml.IBaseFacade, org.collaxa.xml.IFacade

public class MultiPartType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IMultiPartType

Class MultiPartType.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.collaxa.cube.xml.BaseFacade
serialVersionUID

 

Constructor Summary
MultiPartType()
           
MultiPartType(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
 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.

 

Methods inherited from class com.collaxa.cube.xml.BaseFacade
_setChildElementValue, addChildElement, addChildElement, clearChildElements, containsChildElement, getAttributeValue, getChildElement, getChildElement, getChildElements, getChildElementValue, getChildElementValue, getElementName, getNamespaceUri, getQName, getRootElement, getSimpleContent, isRootElement, isRootElement, numberOfChildElements, parseQName, removeChildElement, removeChildElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setChildElement, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setRootElement, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, toDOM, toString, toXML, toXML

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

MultiPartType

public MultiPartType()

MultiPartType

public MultiPartType(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Specified by:
__getFacadeName in interface org.collaxa.xml.IBaseFacade
Overrides:
__getFacadeName in class com.collaxa.cube.xml.BaseFacade

addBodyPart

public void addBodyPart(IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method addBodyPart
Specified by:
addBodyPart in interface IMultiPartType
Parameters:
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

clearBodyPart

public void clearBodyPart()
Method clearBodyPart
Specified by:
clearBodyPart in interface IMultiPartType

getBodyPart

public IBodyPartType getBodyPart(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getBodyPart
Specified by:
getBodyPart in interface IMultiPartType
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getBodyPart

public java.util.List getBodyPart()
Method getBodyPart
Specified by:
getBodyPart in interface IMultiPartType

getBodyPartCount

public int getBodyPartCount()
Method getBodyPartCount
Specified by:
getBodyPartCount in interface IMultiPartType

removeBodyPart

public IBodyPartType removeBodyPart(int index)
                             throws java.lang.IndexOutOfBoundsException
Method removeBodyPart
Specified by:
removeBodyPart in interface IMultiPartType
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

public void setBodyPart(int index,
                        IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method setBodyPart
Specified by:
setBodyPart in interface IMultiPartType
Parameters:
index -
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

public void setBodyPart(java.util.List bodyPartList)
Method setBodyPartSets the value of 'bodyPart' by copying the given ArrayList.
Specified by:
setBodyPart in interface IMultiPartType
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)
E10660-03


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