public class OperationResult extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="exception" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="data-set" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="affected-rows" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
affectedRows |
protected String |
dataSet |
protected String |
exception |
protected boolean |
success |
| Constructor and Description |
|---|
OperationResult() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAffectedRows()
Gets the value of the affectedRows property.
|
String |
getDataSet()
Gets the value of the dataSet property.
|
String |
getException()
Gets the value of the exception property.
|
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setAffectedRows(Integer value)
Sets the value of the affectedRows property.
|
void |
setDataSet(String value)
Sets the value of the dataSet property.
|
void |
setException(String value)
Sets the value of the exception property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
protected boolean success
protected String exception
protected String dataSet
protected Integer affectedRows
public boolean isSuccess()
public void setSuccess(boolean value)
public String getException()
Stringpublic void setException(String value)
value - allowed object is
Stringpublic String getDataSet()
Stringpublic void setDataSet(String value)
value - allowed object is
Stringpublic Integer getAffectedRows()
IntegerCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.