Class AbstractGMLType

java.lang.Object
nl.b3p.topnl.top250nl.AbstractGMLType
Direct Known Subclasses:
AbstractFeatureType, AbstractGeometryType, FeatureCollectionT250NLType

public abstract class AbstractGMLType extends Object
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>
 
  • Field Details

  • Constructor Details

    • AbstractGMLType

      public AbstractGMLType()
  • Method Details

    • getMetaDataProperty

      public List<MetaDataPropertyType> getMetaDataProperty()
      Gets the value of the metaDataProperty 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 metaDataProperty property.

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

          getMetaDataProperty().add(newItem);
       

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

    • getDescription

      public StringOrRefType getDescription()
      Gets the value of the description property.
      Returns:
      possible object is StringOrRefType
    • setDescription

      public void setDescription(StringOrRefType value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is StringOrRefType
    • 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 CodeWithAuthorityType getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is CodeWithAuthorityType
    • setIdentifier

      public void setIdentifier(CodeWithAuthorityType value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is CodeWithAuthorityType
    • getName

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

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

          getName().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