Class FeatureCollectionT250NLType

java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
nl.b3p.topnl.top250nl.FeatureCollectionT250NLType

public class FeatureCollectionT250NLType extends AbstractGMLType
Java class for FeatureCollectionT250NLType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FeatureCollectionT250NLType">
   <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 Details

    • featureMember

      protected List<Object> featureMember
  • Constructor Details

    • FeatureCollectionT250NLType

      public FeatureCollectionT250NLType()
  • Method Details

    • getFeatureMember

      public List<Object> 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