Class 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 Detail

      • IdCapabilitiesType

        public IdCapabilitiesType()
        Default no-arg constructor
      • IdCapabilitiesType

        public IdCapabilitiesType​(List<Object> eidOrFID)
        Fully-initialising value constructor
    • 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 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