public class TransactionResponseType extends Object implements Serializable
| Constructor and Description |
|---|
TransactionResponseType() |
| Modifier and Type | Method and Description |
|---|---|
InsertResults |
getInsertResults()
Returns the value of field 'insertResults'.
|
TransactionResults |
getTransactionResults()
Returns the value of field 'transactionResults'.
|
TransactionSummary |
getTransactionSummary()
Returns the value of field 'transactionSummary'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setInsertResults(InsertResults insertResults)
Sets the value of field 'insertResults'.
|
void |
setTransactionResults(TransactionResults transactionResults)
Sets the value of field 'transactionResults'.
|
void |
setTransactionSummary(TransactionSummary transactionSummary)
Sets the value of field 'transactionSummary'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static TransactionResponseType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public InsertResults getInsertResults()
public TransactionResults getTransactionResults()
public TransactionSummary getTransactionSummary()
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 void setInsertResults(InsertResults insertResults)
insertResults - the value of field 'insertResults'.public void setTransactionResults(TransactionResults transactionResults)
transactionResults - the value of field
'transactionResults'.public void setTransactionSummary(TransactionSummary transactionSummary)
transactionSummary - the value of field
'transactionSummary'.public void setVersion(String version)
version - the value of field 'version'.public static TransactionResponseType 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 © 2020 B3Partners B.V.. All rights reserved.