Package nl.b3p.topnl.top10nl
Class FeatureCollectionT10NLType
java.lang.Object
nl.b3p.topnl.top10nl.AbstractGMLType
nl.b3p.topnl.top10nl.FeatureCollectionT10NLType
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>
-
Field Summary
Fields inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
description, descriptionReference, id, identifier, metaDataProperty, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the featureMember property.Methods inherited from class nl.b3p.topnl.top10nl.AbstractGMLType
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
featureMember
-
-
Constructor Details
-
FeatureCollectionT10NLType
public FeatureCollectionT10NLType()
-
-
Method Details
-
getFeatureMember
Gets the value of the featureMember property.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
-