public class TransactionType extends BaseRequestType implements Serializable
| Constructor and Description |
|---|
TransactionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
Method addTransactionTypeChoice
|
void |
addTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice)
Method addTransactionTypeChoice
|
void |
clearTransactionTypeChoice()
Method clearTransactionTypeChoice
|
Enumeration |
enumerateTransactionTypeChoice()
Method enumerateTransactionTypeChoice
|
String |
getLockId()
Returns the value of field 'lockId'.
|
AllSomeType |
getReleaseAction()
Returns the value of field 'releaseAction'.
|
TransactionTypeChoice[] |
getTransactionTypeChoice()
Method getTransactionTypeChoice
|
TransactionTypeChoice |
getTransactionTypeChoice(int index)
Method getTransactionTypeChoice
|
int |
getTransactionTypeChoiceCount()
Method getTransactionTypeChoiceCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice)
Method removeTransactionTypeChoice
|
void |
setLockId(String lockId)
Sets the value of field 'lockId'.
|
void |
setReleaseAction(AllSomeType releaseAction)
Sets the value of field 'releaseAction'.
|
void |
setTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
Method setTransactionTypeChoice
|
void |
setTransactionTypeChoice(TransactionTypeChoice[] transactionTypeChoiceArray)
Method setTransactionTypeChoice
|
static BaseRequestType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
getHandle, getService, getVersion, setHandle, setService, setVersionpublic void addTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice) throws IndexOutOfBoundsException
vTransactionTypeChoice - IndexOutOfBoundsExceptionpublic void addTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
throws IndexOutOfBoundsException
index - vTransactionTypeChoice - IndexOutOfBoundsExceptionpublic void clearTransactionTypeChoice()
public Enumeration enumerateTransactionTypeChoice()
public String getLockId()
public AllSomeType getReleaseAction()
public TransactionTypeChoice getTransactionTypeChoice(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic TransactionTypeChoice[] getTransactionTypeChoice()
public int getTransactionTypeChoiceCount()
public boolean isValid()
isValid in class BaseRequestTypepublic 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 removeTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice)
vTransactionTypeChoice - public void setLockId(String lockId)
lockId - the value of field 'lockId'.public void setReleaseAction(AllSomeType releaseAction)
releaseAction - the value of field 'releaseAction'.public void setTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
throws IndexOutOfBoundsException
index - vTransactionTypeChoice - IndexOutOfBoundsExceptionpublic void setTransactionTypeChoice(TransactionTypeChoice[] transactionTypeChoiceArray)
transactionTypeChoiceArray - public static BaseRequestType 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
validate in class BaseRequestTypeorg.exolab.castor.xml.ValidationExceptionCopyright © 2022 B3Partners B.V.. All rights reserved.