public class TransactionSummaryType extends Object
Java class for TransactionSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="totalInserted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="totalUpdated" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
<element name="totalDeleted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
</sequence>
<attribute name="requestId" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestId |
protected BigInteger |
totalDeleted |
protected BigInteger |
totalInserted |
protected BigInteger |
totalUpdated |
| Constructor and Description |
|---|
TransactionSummaryType()
Default no-arg constructor
|
TransactionSummaryType(BigInteger totalInserted,
BigInteger totalUpdated,
BigInteger totalDeleted,
String requestId)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Gets the value of the requestId property.
|
BigInteger |
getTotalDeleted()
Gets the value of the totalDeleted property.
|
BigInteger |
getTotalInserted()
Gets the value of the totalInserted property.
|
BigInteger |
getTotalUpdated()
Gets the value of the totalUpdated property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setTotalDeleted(BigInteger value)
Sets the value of the totalDeleted property.
|
void |
setTotalInserted(BigInteger value)
Sets the value of the totalInserted property.
|
void |
setTotalUpdated(BigInteger value)
Sets the value of the totalUpdated property.
|
protected BigInteger totalInserted
protected BigInteger totalUpdated
protected BigInteger totalDeleted
protected String requestId
public TransactionSummaryType()
public TransactionSummaryType(BigInteger totalInserted, BigInteger totalUpdated, BigInteger totalDeleted, String requestId)
public BigInteger getTotalInserted()
BigIntegerpublic void setTotalInserted(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalUpdated()
BigIntegerpublic void setTotalUpdated(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTotalDeleted()
BigIntegerpublic void setTotalDeleted(BigInteger value)
value - allowed object is
BigIntegerpublic String getRequestId()
StringCopyright © 2022 B3Partners B.V.. All rights reserved.