public class FeatureTypeType extends Object
Java class for FeatureTypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureTypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element ref="{http://www.opengis.net/wfs}Title" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}Abstract" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}Keywords" minOccurs="0"/>
<element ref="{http://www.opengis.net/wfs}SRS"/>
<element name="Operations" type="{http://www.opengis.net/wfs}OperationsType" minOccurs="0"/>
<element name="LatLongBoundingBox" type="{http://www.opengis.net/wfs}LatLongBoundingBoxType" maxOccurs="unbounded" minOccurs="0"/>
<element name="MetadataURL" type="{http://www.opengis.net/wfs}MetadataURLType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
_abstract |
protected String |
keywords |
protected List<LatLongBoundingBoxType> |
latLongBoundingBox |
protected List<MetadataURLType> |
metadataURL |
protected QName |
name |
protected OperationsType |
operations |
protected String |
srs |
protected String |
title |
| Constructor and Description |
|---|
FeatureTypeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Gets the value of the abstract property.
|
String |
getKeywords()
Gets the value of the keywords property.
|
List<LatLongBoundingBoxType> |
getLatLongBoundingBox()
Gets the value of the latLongBoundingBox property.
|
List<MetadataURLType> |
getMetadataURL()
Gets the value of the metadataURL property.
|
QName |
getName()
Gets the value of the name property.
|
OperationsType |
getOperations()
Gets the value of the operations property.
|
String |
getSRS()
Gets the value of the srs property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setAbstract(String value)
Sets the value of the abstract property.
|
void |
setKeywords(String value)
Sets the value of the keywords property.
|
void |
setName(QName value)
Sets the value of the name property.
|
void |
setOperations(OperationsType value)
Sets the value of the operations property.
|
void |
setSRS(String value)
Sets the value of the srs property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected QName name
protected String title
protected String _abstract
protected String keywords
protected String srs
protected OperationsType operations
protected List<LatLongBoundingBoxType> latLongBoundingBox
protected List<MetadataURLType> metadataURL
public QName getName()
QNamepublic void setName(QName value)
value - allowed object is
QNamepublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getAbstract()
Stringpublic void setAbstract(String value)
value - allowed object is
Stringpublic String getKeywords()
Stringpublic void setKeywords(String value)
value - allowed object is
Stringpublic String getSRS()
Stringpublic void setSRS(String value)
value - allowed object is
Stringpublic OperationsType getOperations()
OperationsTypepublic void setOperations(OperationsType value)
value - allowed object is
OperationsTypepublic List<LatLongBoundingBoxType> getLatLongBoundingBox()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the latLongBoundingBox property.
For example, to add a new item, do as follows:
getLatLongBoundingBox().add(newItem);
Objects of the following type(s) are allowed in the list
LatLongBoundingBoxType
public List<MetadataURLType> getMetadataURL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the metadataURL property.
For example, to add a new item, do as follows:
getMetadataURL().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataURLType
This work is licensed under a Creative Commons Attribution 4.0 International License.