|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.wfs._2_1.SimpleFeatureCollectionType
public class SimpleFeatureCollectionType
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 |
|---|
protected EnvelopePropertyType boundedBy
protected List<MemberPropertyType> member
| Constructor Detail |
|---|
public SimpleFeatureCollectionType()
| Method Detail |
|---|
public EnvelopePropertyType getBoundedBy()
EnvelopePropertyTypepublic void setBoundedBy(EnvelopePropertyType value)
value - allowed object is
EnvelopePropertyTypepublic boolean isSetBoundedBy()
public List<MemberPropertyType> getMember()
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
public boolean isSetMember()
public void unsetMember()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||