Skip navigation links

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


oracle.bpel.services.notification.payload
Class ArrayOfResponseType

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

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

public class ArrayOfResponseType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IArrayOfResponseType

Class ArrayOfResponseType.

See Also:
Serialized Form

Field Summary

 

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

 

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

 

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

 

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

ArrayOfResponseType

public ArrayOfResponseType()

ArrayOfResponseType

public ArrayOfResponseType(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

addResponse

public void addResponse(IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method addResponse
Specified by:
addResponse in interface IArrayOfResponseType
Parameters:
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

addResponse

public void addResponse(int index,
                        IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method addResponse
Specified by:
addResponse in interface IArrayOfResponseType
Parameters:
index -
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

clearResponse

public void clearResponse()
Method clearResponse
Specified by:
clearResponse in interface IArrayOfResponseType

getResponse

public IResponseType getResponse(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getResponse
Specified by:
getResponse in interface IArrayOfResponseType
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getResponse

public java.util.List getResponse()
Method getResponse
Specified by:
getResponse in interface IArrayOfResponseType

getResponseCount

public int getResponseCount()
Method getResponseCount
Specified by:
getResponseCount in interface IArrayOfResponseType

removeResponse

public IResponseType removeResponse(int index)
                             throws java.lang.IndexOutOfBoundsException
Method removeResponse
Specified by:
removeResponse in interface IArrayOfResponseType
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setResponse

public void setResponse(int index,
                        IResponseType vResponse)
                 throws java.lang.IndexOutOfBoundsException
Method setResponse
Specified by:
setResponse in interface IArrayOfResponseType
Parameters:
index -
vResponse -
Throws:
java.lang.IndexOutOfBoundsException

setResponse

public void setResponse(java.util.List responseList)
Method setResponseSets the value of 'response' by copying the given ArrayList.
Specified by:
setResponse in interface IArrayOfResponseType
Parameters:
responseList - 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.6.3)
E10660-10


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