public class TransactionType extends Object 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 |
getHandle()
Returns the value of field 'handle'.
|
String |
getLockId()
Returns the value of field 'lockId'.
|
AllSomeType |
getReleaseAction()
Returns the value of field 'releaseAction'.
|
String |
getService()
Returns the value of field 'service'.
|
TransactionTypeChoice[] |
getTransactionTypeChoice()
Method getTransactionTypeChoice
|
TransactionTypeChoice |
getTransactionTypeChoice(int index)
Method getTransactionTypeChoice
|
int |
getTransactionTypeChoiceCount()
Method getTransactionTypeChoiceCount
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice)
Method removeTransactionTypeChoice
|
void |
setHandle(String handle)
Sets the value of field 'handle'.
|
void |
setLockId(String lockId)
Sets the value of field 'lockId'.
|
void |
setReleaseAction(AllSomeType releaseAction)
Sets the value of field 'releaseAction'.
|
void |
setService(String service)
Sets the value of field 'service'.
|
void |
setTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
Method setTransactionTypeChoice
|
void |
setTransactionTypeChoice(TransactionTypeChoice[] transactionTypeChoiceArray)
Method setTransactionTypeChoice
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static TransactionType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public 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 getHandle()
public String getLockId()
public AllSomeType getReleaseAction()
public String getService()
public TransactionTypeChoice getTransactionTypeChoice(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic TransactionTypeChoice[] getTransactionTypeChoice()
public int getTransactionTypeChoiceCount()
public String getVersion()
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 removeTransactionTypeChoice(TransactionTypeChoice vTransactionTypeChoice)
vTransactionTypeChoice - public void setHandle(String handle)
handle - the value of field 'handle'.public void setLockId(String lockId)
lockId - the value of field 'lockId'.public void setReleaseAction(AllSomeType releaseAction)
releaseAction - the value of field 'releaseAction'.public void setService(String service)
service - the value of field 'service'.public void setTransactionTypeChoice(int index,
TransactionTypeChoice vTransactionTypeChoice)
throws IndexOutOfBoundsException
index - vTransactionTypeChoice - IndexOutOfBoundsExceptionpublic void setTransactionTypeChoice(TransactionTypeChoice[] transactionTypeChoiceArray)
transactionTypeChoiceArray - public void setVersion(String version)
version - the value of field 'version'.public static TransactionType 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.