public class OperationsType extends Object implements Serializable
| Constructor and Description |
|---|
OperationsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOperation(int index,
OperationType vOperation)
Method addOperation
|
void |
addOperation(OperationType vOperation)
Method addOperation
|
void |
clearOperation()
Method clearOperation
|
Enumeration |
enumerateOperation()
Method enumerateOperation
|
OperationType[] |
getOperation()
Method getOperation
|
OperationType |
getOperation(int index)
Method getOperation
|
int |
getOperationCount()
Method getOperationCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeOperation(OperationType vOperation)
Method removeOperation
|
void |
setOperation(int index,
OperationType vOperation)
Method setOperation
|
void |
setOperation(OperationType[] operationArray)
Method setOperation
|
static OperationsType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addOperation(OperationType vOperation) throws IndexOutOfBoundsException
vOperation - IndexOutOfBoundsExceptionpublic void addOperation(int index,
OperationType vOperation)
throws IndexOutOfBoundsException
index - vOperation - IndexOutOfBoundsExceptionpublic void clearOperation()
public Enumeration enumerateOperation()
public OperationType getOperation(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic OperationType[] getOperation()
public int getOperationCount()
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 removeOperation(OperationType vOperation)
vOperation - public void setOperation(int index,
OperationType vOperation)
throws IndexOutOfBoundsException
index - vOperation - IndexOutOfBoundsExceptionpublic void setOperation(OperationType[] operationArray)
operationArray - public static OperationsType 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 © 2021 B3Partners B.V.. All rights reserved.