Class AbstractGMLType

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AbstractGeometryType

    public abstract class AbstractGMLType
    extends Object
    implements Serializable

    Java class for AbstractGMLType complex type.

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

     <complexType name="AbstractGMLType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.opengis.net/gml/3.2}StandardObjectProperties"/>
           </sequence>
           <attribute ref="{http://www.opengis.net/gml/3.2}id use="required""/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AbstractGMLType

        public AbstractGMLType()
    • Method Detail

      • getDescriptionReference

        public ReferenceType getDescriptionReference()
        Gets the value of the descriptionReference property.
        Returns:
        possible object is ReferenceType
      • setDescriptionReference

        public void setDescriptionReference​(ReferenceType value)
        Sets the value of the descriptionReference property.
        Parameters:
        value - allowed object is ReferenceType
      • getIdentifier

        public Identifier getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is Identifier
      • setIdentifier

        public void setIdentifier​(Identifier value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is Identifier
      • getNames

        public List<CodeType> getNames()
        Gets the value of the names 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 names property.

        For example, to add a new item, do as follows:

            getNames().add(newItem);
         

        Objects of the following type(s) are allowed in the list CodeType

      • 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