public class FeatureIdType extends Object implements Named, Visitable
Java class for FeatureIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureIdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fid" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FeatureIdType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
String |
getFid()
Gets the value of the fid property.
|
QName |
getJAXBElementName() |
boolean |
isSetFid() |
void |
setFid(String value)
Sets the value of the fid property.
|
void |
setJAXBElementName(QName name) |
protected String fid
public String getFid()
Stringpublic void setFid(String value)
value - allowed object is
Stringpublic boolean isSetFid()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.