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

oracle.bpel.services.notification.payload
Interface IArrayOfResponseType

All Known Implementing Classes:
ArrayOfResponseType

public interface IArrayOfResponseType

Interface IArrayOfResponseType.


Method Summary
 void addResponse(int index, IResponseType vResponse)
          Method addResponse
 void addResponse(IResponseType vResponse)
          Method addResponse
 void clearResponse()
          Method clearResponse
 java.util.List getResponse()
          Method getResponse
 IResponseType getResponse(int index)
          Method getResponse
 int getResponseCount()
          Method getResponseCount
 IResponseType removeResponse(int index)
          Method removeResponse
 void setResponse(int index, IResponseType vResponse)
          Method setResponse
 void setResponse(java.util.List responseList)
          Method setResponseSets the value of 'response' by copying the given ArrayList.
 

Method Detail

addResponse

void addResponse(IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method addResponse

Parameters:
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

addResponse

void addResponse(int index,
                 IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method addResponse

Parameters:
index -
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

clearResponse

void clearResponse()
Method clearResponse


getResponse

IResponseType getResponse(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getResponse

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getResponse

java.util.List getResponse()
Method getResponse


getResponseCount

int getResponseCount()
Method getResponseCount


removeResponse

IResponseType removeResponse(int index)
                             throws java.lang.IndexOutOfBoundsException
Method removeResponse

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setResponse

void setResponse(int index,
                 IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method setResponse

Parameters:
index -
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

setResponse

void setResponse(java.util.List responseList)
Method setResponseSets the value of 'response' by copying the given ArrayList.

Parameters:
responseList - the Vector to copy.

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

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