public class CreateTable 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="create-or-replace" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
createOrReplace |
protected String |
name |
| Constructor and Description |
|---|
CreateTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Boolean |
isCreateOrReplace()
Gets the value of the createOrReplace property.
|
void |
setCreateOrReplace(Boolean value)
Sets the value of the createOrReplace property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isCreateOrReplace()
BooleanCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.