net.opengis.wfs._2_1
Class TransactionSummaryType

java.lang.Object
  extended by net.opengis.wfs._2_1.TransactionSummaryType

public class TransactionSummaryType
extends Object

Classe Java pour TransactionSummaryType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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="totalReplaced" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="totalDeleted" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger totalDeleted
           
protected  BigInteger totalInserted
           
protected  BigInteger totalReplaced
           
protected  BigInteger totalUpdated
           
 
Constructor Summary
TransactionSummaryType()
           
 
Method Summary
 BigInteger getTotalDeleted()
          Obtient la valeur de la propriété totalDeleted.
 BigInteger getTotalInserted()
          Obtient la valeur de la propriété totalInserted.
 BigInteger getTotalReplaced()
          Obtient la valeur de la propriété totalReplaced.
 BigInteger getTotalUpdated()
          Obtient la valeur de la propriété totalUpdated.
 boolean isSetTotalDeleted()
           
 boolean isSetTotalInserted()
           
 boolean isSetTotalReplaced()
           
 boolean isSetTotalUpdated()
           
 void setTotalDeleted(BigInteger value)
          Définit la valeur de la propriété totalDeleted.
 void setTotalInserted(BigInteger value)
          Définit la valeur de la propriété totalInserted.
 void setTotalReplaced(BigInteger value)
          Définit la valeur de la propriété totalReplaced.
 void setTotalUpdated(BigInteger value)
          Définit la valeur de la propriété totalUpdated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalInserted

protected BigInteger totalInserted

totalUpdated

protected BigInteger totalUpdated

totalReplaced

protected BigInteger totalReplaced

totalDeleted

protected BigInteger totalDeleted
Constructor Detail

TransactionSummaryType

public TransactionSummaryType()
Method Detail

getTotalInserted

public BigInteger getTotalInserted()
Obtient la valeur de la propriété totalInserted.

Returns:
possible object is BigInteger

setTotalInserted

public void setTotalInserted(BigInteger value)
Définit la valeur de la propriété totalInserted.

Parameters:
value - allowed object is BigInteger

isSetTotalInserted

public boolean isSetTotalInserted()

getTotalUpdated

public BigInteger getTotalUpdated()
Obtient la valeur de la propriété totalUpdated.

Returns:
possible object is BigInteger

setTotalUpdated

public void setTotalUpdated(BigInteger value)
Définit la valeur de la propriété totalUpdated.

Parameters:
value - allowed object is BigInteger

isSetTotalUpdated

public boolean isSetTotalUpdated()

getTotalReplaced

public BigInteger getTotalReplaced()
Obtient la valeur de la propriété totalReplaced.

Returns:
possible object is BigInteger

setTotalReplaced

public void setTotalReplaced(BigInteger value)
Définit la valeur de la propriété totalReplaced.

Parameters:
value - allowed object is BigInteger

isSetTotalReplaced

public boolean isSetTotalReplaced()

getTotalDeleted

public BigInteger getTotalDeleted()
Obtient la valeur de la propriété totalDeleted.

Returns:
possible object is BigInteger

setTotalDeleted

public void setTotalDeleted(BigInteger value)
Définit la valeur de la propriété totalDeleted.

Parameters:
value - allowed object is BigInteger

isSetTotalDeleted

public boolean isSetTotalDeleted()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.