public class TransactionResultsType extends Object implements Serializable
| Constructor and Description |
|---|
TransactionResultsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(Action vAction)
Method addAction
|
void |
addAction(int index,
Action vAction)
Method addAction
|
void |
clearAction()
Method clearAction
|
Enumeration |
enumerateAction()
Method enumerateAction
|
Action[] |
getAction()
Method getAction
|
Action |
getAction(int index)
Method getAction
|
int |
getActionCount()
Method getActionCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeAction(Action vAction)
Method removeAction
|
void |
setAction(Action[] actionArray)
Method setAction
|
void |
setAction(int index,
Action vAction)
Method setAction
|
static TransactionResultsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addAction(Action vAction) throws IndexOutOfBoundsException
vAction - IndexOutOfBoundsExceptionpublic void addAction(int index,
Action vAction)
throws IndexOutOfBoundsException
index - vAction - IndexOutOfBoundsExceptionpublic void clearAction()
public Enumeration enumerateAction()
public Action getAction(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Action[] getAction()
public int getActionCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeAction(Action vAction)
vAction - public void setAction(int index,
Action vAction)
throws IndexOutOfBoundsException
index - vAction - IndexOutOfBoundsExceptionpublic void setAction(Action[] actionArray)
actionArray - public static TransactionResultsType unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.