Class GmlObjectIdType


  • public class GmlObjectIdType
    extends AbstractIdType

    Java class for GmlObjectIdType complex type.

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

     <complexType name="GmlObjectIdType">
       <complexContent>
         <extension base="{http://www.opengis.net/ogc}AbstractIdType">
           <attribute ref="{http://www.opengis.net/gml}id use="required""/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GmlObjectIdType

        public GmlObjectIdType()
        Default no-arg constructor
      • GmlObjectIdType

        public GmlObjectIdType​(String id)
        Fully-initialising value constructor
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

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