public class FeatureType 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">
<sequence>
<element ref="{http://www.geojsf.org/geoserver}dataStore"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nativeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataStore |
dataStore |
protected String |
name |
protected String |
nativeName |
| Constructor and Description |
|---|
FeatureType() |
| Modifier and Type | Method and Description |
|---|---|
DataStore |
getDataStore()
Gets the value of the dataStore property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNativeName()
Gets the value of the nativeName property.
|
boolean |
isSetDataStore() |
boolean |
isSetName() |
boolean |
isSetNativeName() |
void |
setDataStore(DataStore value)
Sets the value of the dataStore property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNativeName(String value)
Sets the value of the nativeName property.
|
protected DataStore dataStore
protected String name
protected String nativeName
public DataStore getDataStore()
DataStorepublic void setDataStore(DataStore value)
value - allowed object is
DataStorepublic boolean isSetDataStore()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getNativeName()
Stringpublic void setNativeName(String value)
value - allowed object is
Stringpublic boolean isSetNativeName()
Copyright © 2016. All rights reserved.