Package nl.b3p.csw.jaxb.filter
Class IdCapabilitiesType
- java.lang.Object
-
- nl.b3p.csw.jaxb.filter.IdCapabilitiesType
-
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 Summary
Constructors Constructor Description IdCapabilitiesType()Default no-arg constructorIdCapabilitiesType(List<Object> eidOrFID)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getEIDOrFID()Gets the value of the eidOrFID property.
-
-
-
Method Detail
-
getEIDOrFID
public List<Object> getEIDOrFID()
Gets the value of the eidOrFID 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
setmethod 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
EIDFID
-
-