
public class FeatureCollectionT10NLType extends AbstractGMLType
Java class for FeatureCollectionT10NLType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeatureCollectionT10NLType">
<complexContent>
<extension base="{http://www.opengis.net/gml/3.2}AbstractGMLType">
<sequence>
<element name="FeatureMember" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
featureMember |
description, descriptionReference, id, identifier, metaDataProperty, name| Constructor and Description |
|---|
FeatureCollectionT10NLType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFeatureMember()
Gets the value of the featureMember property.
|
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifierpublic List<Object> getFeatureMember()
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 featureMember property.
For example, to add a new item, do as follows:
getFeatureMember().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.