public interface TransactionSummaryType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TransactionSummaryType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getTotalDeleted()
Gets the "totalDeleted" element
|
BigInteger |
getTotalInserted()
Gets the "totalInserted" element
|
BigInteger |
getTotalReplaced()
Gets the "totalReplaced" element
|
BigInteger |
getTotalUpdated()
Gets the "totalUpdated" element
|
boolean |
isSetTotalDeleted()
True if has "totalDeleted" element
|
boolean |
isSetTotalInserted()
True if has "totalInserted" element
|
boolean |
isSetTotalReplaced()
True if has "totalReplaced" element
|
boolean |
isSetTotalUpdated()
True if has "totalUpdated" element
|
void |
setTotalDeleted(BigInteger totalDeleted)
Sets the "totalDeleted" element
|
void |
setTotalInserted(BigInteger totalInserted)
Sets the "totalInserted" element
|
void |
setTotalReplaced(BigInteger totalReplaced)
Sets the "totalReplaced" element
|
void |
setTotalUpdated(BigInteger totalUpdated)
Sets the "totalUpdated" element
|
void |
unsetTotalDeleted()
Unsets the "totalDeleted" element
|
void |
unsetTotalInserted()
Unsets the "totalInserted" element
|
void |
unsetTotalReplaced()
Unsets the "totalReplaced" element
|
void |
unsetTotalUpdated()
Unsets the "totalUpdated" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetTotalDeleted()
Gets (as xml) the "totalDeleted" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetTotalInserted()
Gets (as xml) the "totalInserted" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetTotalReplaced()
Gets (as xml) the "totalReplaced" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetTotalUpdated()
Gets (as xml) the "totalUpdated" element
|
void |
xsetTotalDeleted(org.apache.xmlbeans.XmlNonNegativeInteger totalDeleted)
Sets (as xml) the "totalDeleted" element
|
void |
xsetTotalInserted(org.apache.xmlbeans.XmlNonNegativeInteger totalInserted)
Sets (as xml) the "totalInserted" element
|
void |
xsetTotalReplaced(org.apache.xmlbeans.XmlNonNegativeInteger totalReplaced)
Sets (as xml) the "totalReplaced" element
|
void |
xsetTotalUpdated(org.apache.xmlbeans.XmlNonNegativeInteger totalUpdated)
Sets (as xml) the "totalUpdated" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextBigInteger getTotalInserted()
org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalInserted()
boolean isSetTotalInserted()
void setTotalInserted(BigInteger totalInserted)
void xsetTotalInserted(org.apache.xmlbeans.XmlNonNegativeInteger totalInserted)
void unsetTotalInserted()
BigInteger getTotalUpdated()
org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalUpdated()
boolean isSetTotalUpdated()
void setTotalUpdated(BigInteger totalUpdated)
void xsetTotalUpdated(org.apache.xmlbeans.XmlNonNegativeInteger totalUpdated)
void unsetTotalUpdated()
BigInteger getTotalReplaced()
org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalReplaced()
boolean isSetTotalReplaced()
void setTotalReplaced(BigInteger totalReplaced)
void xsetTotalReplaced(org.apache.xmlbeans.XmlNonNegativeInteger totalReplaced)
void unsetTotalReplaced()
BigInteger getTotalDeleted()
org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalDeleted()
boolean isSetTotalDeleted()
void setTotalDeleted(BigInteger totalDeleted)
void xsetTotalDeleted(org.apache.xmlbeans.XmlNonNegativeInteger totalDeleted)
void unsetTotalDeleted()
Copyright © 2016 52north.org. All rights reserved.