public class TransactionSummaryType extends Object implements Serializable
| Constructor and Description |
|---|
TransactionSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTotalDeleted()
Method deleteTotalDeleted
|
void |
deleteTotalInserted()
Method deleteTotalInserted
|
void |
deleteTotalUpdated()
Method deleteTotalUpdated
|
int |
getTotalDeleted()
Returns the value of field 'totalDeleted'.
|
int |
getTotalInserted()
Returns the value of field 'totalInserted'.
|
int |
getTotalUpdated()
Returns the value of field 'totalUpdated'.
|
boolean |
hasTotalDeleted()
Method hasTotalDeleted
|
boolean |
hasTotalInserted()
Method hasTotalInserted
|
boolean |
hasTotalUpdated()
Method hasTotalUpdated
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setTotalDeleted(int totalDeleted)
Sets the value of field 'totalDeleted'.
|
void |
setTotalInserted(int totalInserted)
Sets the value of field 'totalInserted'.
|
void |
setTotalUpdated(int totalUpdated)
Sets the value of field 'totalUpdated'.
|
static TransactionSummaryType |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteTotalDeleted()
public void deleteTotalInserted()
public void deleteTotalUpdated()
public int getTotalDeleted()
public int getTotalInserted()
public int getTotalUpdated()
public boolean hasTotalDeleted()
public boolean hasTotalInserted()
public boolean hasTotalUpdated()
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 setTotalDeleted(int totalDeleted)
totalDeleted - the value of field 'totalDeleted'.public void setTotalInserted(int totalInserted)
totalInserted - the value of field 'totalInserted'.public void setTotalUpdated(int totalUpdated)
totalUpdated - the value of field 'totalUpdated'.public static TransactionSummaryType 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.