Class FeatureIdType


  • public class FeatureIdType
    extends AbstractIdType

    Java class for FeatureIdType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="FeatureIdType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}AbstractIdType">
           <attribute name="fid" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • FeatureIdType

        public FeatureIdType()
        Default no-arg constructor
      • FeatureIdType

        public FeatureIdType​(String fid)
        Fully-initialising value constructor
    • Method Detail

      • getFid

        public String getFid()
        Gets the value of the fid property.
        Returns:
        possible object is String
      • setFid

        public void setFid​(String value)
        Sets the value of the fid property.
        Parameters:
        value - allowed object is String