public class UpdateResult extends Object
Java class for UpdateResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numChanges" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numChanges |
| Constructor and Description |
|---|
UpdateResult() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumChanges()
Gets the value of the numChanges property.
|
void |
setNumChanges(Integer value)
Sets the value of the numChanges property.
|
protected Integer numChanges
Copyright © 2018. All Rights Reserved.