public class FeatureIdType extends AbstractIdType
Java class for FeatureIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureIdType">
<complexContent>
<extension base="{http://www.opengis.net/ogc}AbstractIdType">
<attribute name="fid" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FeatureIdType()
Default no-arg constructor
|
FeatureIdType(String fid)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFid()
Gets the value of the fid property.
|
void |
setFid(String value)
Sets the value of the fid property.
|
Copyright © 2018 B3Partners B.V.. All rights reserved.