|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionSummaryType
An XML TransactionSummaryType(@http://www.opengis.net/cat/csw/2.0.2). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TransactionSummaryType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
String |
getRequestId()
Gets the "requestId" attribute |
BigInteger |
getTotalDeleted()
Gets the "totalDeleted" element |
BigInteger |
getTotalInserted()
Gets the "totalInserted" element |
BigInteger |
getTotalUpdated()
Gets the "totalUpdated" element |
boolean |
isSetRequestId()
True if has "requestId" attribute |
boolean |
isSetTotalDeleted()
True if has "totalDeleted" element |
boolean |
isSetTotalInserted()
True if has "totalInserted" element |
boolean |
isSetTotalUpdated()
True if has "totalUpdated" element |
void |
setRequestId(String requestId)
Sets the "requestId" attribute |
void |
setTotalDeleted(BigInteger totalDeleted)
Sets the "totalDeleted" element |
void |
setTotalInserted(BigInteger totalInserted)
Sets the "totalInserted" element |
void |
setTotalUpdated(BigInteger totalUpdated)
Sets the "totalUpdated" element |
void |
unsetRequestId()
Unsets the "requestId" attribute |
void |
unsetTotalDeleted()
Unsets the "totalDeleted" element |
void |
unsetTotalInserted()
Unsets the "totalInserted" element |
void |
unsetTotalUpdated()
Unsets the "totalUpdated" element |
org.apache.xmlbeans.XmlAnyURI |
xgetRequestId()
Gets (as xml) the "requestId" attribute |
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 |
xgetTotalUpdated()
Gets (as xml) the "totalUpdated" element |
void |
xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "requestId" attribute |
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 |
xsetTotalUpdated(org.apache.xmlbeans.XmlNonNegativeInteger totalUpdated)
Sets (as xml) the "totalUpdated" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
BigInteger 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 getTotalDeleted()
org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalDeleted()
boolean isSetTotalDeleted()
void setTotalDeleted(BigInteger totalDeleted)
void xsetTotalDeleted(org.apache.xmlbeans.XmlNonNegativeInteger totalDeleted)
void unsetTotalDeleted()
String getRequestId()
org.apache.xmlbeans.XmlAnyURI xgetRequestId()
boolean isSetRequestId()
void setRequestId(String requestId)
void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
void unsetRequestId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |