public class Spatial extends Object implements Serializable
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">
<attribute name="createIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="enableIndex" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
createIndex |
protected Boolean |
enableIndex |
| Constructor and Description |
|---|
Spatial() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCreateIndex()
Gets the value of the createIndex property.
|
boolean |
isEnableIndex()
Gets the value of the enableIndex property.
|
boolean |
isSetCreateIndex() |
boolean |
isSetEnableIndex() |
void |
setCreateIndex(boolean value)
Sets the value of the createIndex property.
|
void |
setEnableIndex(boolean value)
Sets the value of the enableIndex property.
|
void |
unsetCreateIndex() |
void |
unsetEnableIndex() |
public boolean isCreateIndex()
Booleanpublic void setCreateIndex(boolean value)
value - allowed object is
Booleanpublic boolean isSetCreateIndex()
public void unsetCreateIndex()
public boolean isEnableIndex()
Booleanpublic void setEnableIndex(boolean value)
value - allowed object is
Booleanpublic boolean isSetEnableIndex()
public void unsetEnableIndex()
Copyright © 2016. All rights reserved.