public class Update 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="table" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="set" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="where" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
set |
protected String |
table |
protected String |
where |
| Constructor and Description |
|---|
Update() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSet()
Gets the value of the set property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getWhere()
Gets the value of the where property.
|
void |
setSet(String value)
Sets the value of the set property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setWhere(String value)
Sets the value of the where property.
|
public String getTable()
Stringpublic void setTable(String value)
value - allowed object is
Stringpublic String getSet()
Stringpublic void setSet(String value)
value - allowed object is
Stringpublic String getWhere()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.