public class FeatureTypeListType extends Object
Java class for FeatureTypeListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureTypeListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Operations" type="{http://www.opengis.net/wfs}OperationsType" minOccurs="0"/>
<element name="FeatureType" type="{http://www.opengis.net/wfs}FeatureTypeType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureTypeType> |
featureType |
protected OperationsType |
operations |
| Constructor and Description |
|---|
FeatureTypeListType() |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureTypeType> |
getFeatureType()
Gets the value of the featureType property.
|
OperationsType |
getOperations()
Gets the value of the operations property.
|
void |
setOperations(OperationsType value)
Sets the value of the operations property.
|
protected OperationsType operations
protected List<FeatureTypeType> featureType
public OperationsType getOperations()
OperationsTypepublic void setOperations(OperationsType value)
value - allowed object is
OperationsTypepublic List<FeatureTypeType> getFeatureType()
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 featureType property.
For example, to add a new item, do as follows:
getFeatureType().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureTypeType
This work is licensed under a Creative Commons Attribution 4.0 International License.