net.opengis.wfs._2_1
Class SimpleFeatureCollectionType

java.lang.Object
  extended by net.opengis.wfs._2_1.SimpleFeatureCollectionType
Direct Known Subclasses:
FeatureCollectionType

public class SimpleFeatureCollectionType
extends Object

Classe Java pour SimpleFeatureCollectionType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="SimpleFeatureCollectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.opengis.net/wfs/2.1}boundedBy" minOccurs="0"/>
         <element ref="{http://www.opengis.net/wfs/2.1}member" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnvelopePropertyType boundedBy
           
protected  List<MemberPropertyType> member
           
 
Constructor Summary
SimpleFeatureCollectionType()
           
 
Method Summary
 EnvelopePropertyType getBoundedBy()
          Obtient la valeur de la propriété boundedBy.
 List<MemberPropertyType> getMember()
          Gets the value of the member property.
 boolean isSetBoundedBy()
           
 boolean isSetMember()
           
 void setBoundedBy(EnvelopePropertyType value)
          Définit la valeur de la propriété boundedBy.
 void unsetMember()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boundedBy

protected EnvelopePropertyType boundedBy

member

protected List<MemberPropertyType> member
Constructor Detail

SimpleFeatureCollectionType

public SimpleFeatureCollectionType()
Method Detail

getBoundedBy

public EnvelopePropertyType getBoundedBy()
Obtient la valeur de la propriété boundedBy.

Returns:
possible object is EnvelopePropertyType

setBoundedBy

public void setBoundedBy(EnvelopePropertyType value)
Définit la valeur de la propriété boundedBy.

Parameters:
value - allowed object is EnvelopePropertyType

isSetBoundedBy

public boolean isSetBoundedBy()

getMember

public List<MemberPropertyType> getMember()
Gets the value of the member 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 member property.

For example, to add a new item, do as follows:

    getMember().add(newItem);
 

Objects of the following type(s) are allowed in the list MemberPropertyType


isSetMember

public boolean isSetMember()

unsetMember

public void unsetMember()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.