public class IdCapabilitiesType extends Object
Java class for Id_CapabilitiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Id_CapabilitiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/ogc}EID"/>
<element ref="{http://www.opengis.net/ogc}FID"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IdCapabilitiesType()
Default no-arg constructor
|
IdCapabilitiesType(List<Object> eidOrFID)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getEIDOrFID()
Gets the value of the eidOrFID property.
|
public List<Object> getEIDOrFID()
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 eidOrFID property.
For example, to add a new item, do as follows:
getEIDOrFID().add(newItem);
Objects of the following type(s) are allowed in the list
EID
FID
Copyright © 2022 B3Partners B.V.. All rights reserved.