Package nl.b3p.csw.jaxb.filter
Class FeatureIdType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.AbstractIdType
-
- nl.b3p.csw.jaxb.filter.FeatureIdType
-
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 Summary
Constructors Constructor Description FeatureIdType()Default no-arg constructorFeatureIdType(String fid)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFid()Gets the value of the fid property.voidsetFid(String value)Sets the value of the fid property.
-