public class Insert 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="into" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="values" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
into |
protected String |
values |
| Constructor and Description |
|---|
Insert() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInto()
Gets the value of the into property.
|
String |
getValues()
Gets the value of the values property.
|
void |
setInto(String value)
Sets the value of the into property.
|
void |
setValues(String value)
Sets the value of the values property.
|
public String getInto()
Stringpublic void setInto(String value)
value - allowed object is
Stringpublic String getValues()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.