public abstract class AbstractFeatureType extends Object implements Named, Visitable
Java class for AbstractFeatureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFeatureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/gml}description" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}name" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}boundedBy" minOccurs="0"/>
</sequence>
<attribute name="fid" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BoundingShapeType |
boundedBy |
protected String |
description |
protected String |
fid |
protected String |
name |
| Constructor and Description |
|---|
AbstractFeatureType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
BoundingShapeType |
getBoundedBy()
Gets the value of the boundedBy property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getFid()
Gets the value of the fid property.
|
QName |
getJAXBElementName() |
String |
getName()
Gets the value of the name property.
|
boolean |
isSetBoundedBy() |
boolean |
isSetDescription() |
boolean |
isSetFid() |
boolean |
isSetName() |
void |
setBoundedBy(BoundingShapeType value)
Sets the value of the boundedBy property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFid(String value)
Sets the value of the fid property.
|
void |
setJAXBElementName(QName name) |
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected String name
protected BoundingShapeType boundedBy
protected String fid
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public BoundingShapeType getBoundedBy()
BoundingShapeTypepublic void setBoundedBy(BoundingShapeType value)
value - allowed object is
BoundingShapeTypepublic boolean isSetBoundedBy()
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.