|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.TransactionSummaryType
public class TransactionSummaryType
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 |
|---|
protected BigInteger totalInserted
protected BigInteger totalUpdated
protected BigInteger totalReplaced
protected BigInteger totalDeleted
| Constructor Detail |
|---|
public TransactionSummaryType()
| Method Detail |
|---|
public BigInteger getTotalInserted()
BigIntegerpublic void setTotalInserted(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalInserted()
public BigInteger getTotalUpdated()
BigIntegerpublic void setTotalUpdated(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalUpdated()
public BigInteger getTotalReplaced()
BigIntegerpublic void setTotalReplaced(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalReplaced()
public BigInteger getTotalDeleted()
BigIntegerpublic void setTotalDeleted(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetTotalDeleted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||