net.opengis.cat.csw.x202
Interface TransactionSummaryType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TransactionSummaryTypeImpl

public interface TransactionSummaryType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getTotalInserted

BigInteger getTotalInserted()
Gets the "totalInserted" element


xgetTotalInserted

org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalInserted()
Gets (as xml) the "totalInserted" element


isSetTotalInserted

boolean isSetTotalInserted()
True if has "totalInserted" element


setTotalInserted

void setTotalInserted(BigInteger totalInserted)
Sets the "totalInserted" element


xsetTotalInserted

void xsetTotalInserted(org.apache.xmlbeans.XmlNonNegativeInteger totalInserted)
Sets (as xml) the "totalInserted" element


unsetTotalInserted

void unsetTotalInserted()
Unsets the "totalInserted" element


getTotalUpdated

BigInteger getTotalUpdated()
Gets the "totalUpdated" element


xgetTotalUpdated

org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalUpdated()
Gets (as xml) the "totalUpdated" element


isSetTotalUpdated

boolean isSetTotalUpdated()
True if has "totalUpdated" element


setTotalUpdated

void setTotalUpdated(BigInteger totalUpdated)
Sets the "totalUpdated" element


xsetTotalUpdated

void xsetTotalUpdated(org.apache.xmlbeans.XmlNonNegativeInteger totalUpdated)
Sets (as xml) the "totalUpdated" element


unsetTotalUpdated

void unsetTotalUpdated()
Unsets the "totalUpdated" element


getTotalDeleted

BigInteger getTotalDeleted()
Gets the "totalDeleted" element


xgetTotalDeleted

org.apache.xmlbeans.XmlNonNegativeInteger xgetTotalDeleted()
Gets (as xml) the "totalDeleted" element


isSetTotalDeleted

boolean isSetTotalDeleted()
True if has "totalDeleted" element


setTotalDeleted

void setTotalDeleted(BigInteger totalDeleted)
Sets the "totalDeleted" element


xsetTotalDeleted

void xsetTotalDeleted(org.apache.xmlbeans.XmlNonNegativeInteger totalDeleted)
Sets (as xml) the "totalDeleted" element


unsetTotalDeleted

void unsetTotalDeleted()
Unsets the "totalDeleted" element


getRequestId

String getRequestId()
Gets the "requestId" attribute


xgetRequestId

org.apache.xmlbeans.XmlAnyURI xgetRequestId()
Gets (as xml) the "requestId" attribute


isSetRequestId

boolean isSetRequestId()
True if has "requestId" attribute


setRequestId

void setRequestId(String requestId)
Sets the "requestId" attribute


xsetRequestId

void xsetRequestId(org.apache.xmlbeans.XmlAnyURI requestId)
Sets (as xml) the "requestId" attribute


unsetRequestId

void unsetRequestId()
Unsets the "requestId" attribute



Copyright © 2004-2012 52north.org. All Rights Reserved.