|
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 | ||||||||
java.lang.Object
com.collaxa.cube.xml.BaseFacade
oracle.bpel.services.notification.payload.ArrayOfResponseType
public class ArrayOfResponseType
Class ArrayOfResponseType.
| 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 |
|---|
public ArrayOfResponseType()
public ArrayOfResponseType(org.w3c.dom.Element domElement)
| Method Detail |
|---|
public java.lang.String __getFacadeName()
__getFacadeName in interface org.collaxa.xml.IBaseFacade__getFacadeName in class com.collaxa.cube.xml.BaseFacade
public void addResponse(IResponseType vResponse)
throws java.lang.IndexOutOfBoundsException
addResponse in interface IArrayOfResponseTypevResponse -java.lang.IndexOutOfBoundsException
public void addResponse(int index,
IResponseType vResponse)
throws java.lang.IndexOutOfBoundsException
addResponse in interface IArrayOfResponseTypeindex -vResponse -java.lang.IndexOutOfBoundsExceptionpublic void clearResponse()
clearResponse in interface IArrayOfResponseType
public IResponseType getResponse(int index)
throws java.lang.IndexOutOfBoundsException
getResponse in interface IArrayOfResponseTypeindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getResponse()
getResponse in interface IArrayOfResponseTypepublic int getResponseCount()
getResponseCount in interface IArrayOfResponseType
public IResponseType removeResponse(int index)
throws java.lang.IndexOutOfBoundsException
removeResponse in interface IArrayOfResponseTypeindex -java.lang.IndexOutOfBoundsException
public void setResponse(int index,
IResponseType vResponse)
throws java.lang.IndexOutOfBoundsException
setResponse in interface IArrayOfResponseTypeindex -vResponse -java.lang.IndexOutOfBoundsExceptionpublic void setResponse(java.util.List responseList)
setResponse in interface IArrayOfResponseTyperesponseList - 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 | ||||||||