public class Delete 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="from" 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 |
from |
protected String |
where |
| Constructor and Description |
|---|
Delete() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFrom()
Gets the value of the from property.
|
String |
getWhere()
Gets the value of the where property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setWhere(String value)
Sets the value of the where property.
|
public String getFrom()
Stringpublic void setFrom(String value)
value - allowed object is
Stringpublic String getWhere()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.