public class ArrayOfResponseType extends com.collaxa.cube.xml.BaseFacade implements java.io.Serializable, IArrayOfResponseType
| Constructor and Description |
|---|
ArrayOfResponseType() |
ArrayOfResponseType(org.w3c.dom.Element domElement) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
_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, toXMLpublic ArrayOfResponseType()
public ArrayOfResponseType(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
__getFacadeName in interface org.collaxa.xml.IBaseFacade__getFacadeName in class com.collaxa.cube.xml.BaseFacadepublic void addResponse(IResponseType vResponse) throws java.lang.IndexOutOfBoundsException
addResponse in interface IArrayOfResponseTypevResponse - java.lang.IndexOutOfBoundsExceptionpublic void addResponse(int index,
IResponseType vResponse)
throws java.lang.IndexOutOfBoundsException
addResponse in interface IArrayOfResponseTypeindex - vResponse - java.lang.IndexOutOfBoundsExceptionpublic void clearResponse()
clearResponse in interface IArrayOfResponseTypepublic 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 IArrayOfResponseTypepublic IResponseType removeResponse(int index) throws java.lang.IndexOutOfBoundsException
removeResponse in interface IArrayOfResponseTypeindex - java.lang.IndexOutOfBoundsExceptionpublic 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.