Class AbstractGMLType
- Direct Known Subclasses:
AbstractFeatureType
,AbstractGeometryType
,FeatureCollectionTop100Type
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 Summary
Modifier and TypeFieldDescriptionprotected StringOrRefType
protected ReferenceType
protected String
protected CodeWithAuthorityType
protected List<MetaDataPropertyType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the descriptionReference property.getId()
Gets the value of the id property.Gets the value of the identifier property.Gets the value of the metaDataProperty property.getName()
Gets the value of the name property.void
setDescription
(StringOrRefType value) Sets the value of the description property.void
Sets the value of the descriptionReference property.void
Sets the value of the id property.void
Sets the value of the identifier property.
-
Field Details
-
metaDataProperty
-
description
-
descriptionReference
-
identifier
-
name
-
id
-
-
Constructor Details
-
AbstractGMLType
public AbstractGMLType()
-
-
Method Details
-
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
Gets the value of the description property.- Returns:
- possible object is
StringOrRefType
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isStringOrRefType
-
getDescriptionReference
Gets the value of the descriptionReference property.- Returns:
- possible object is
ReferenceType
-
setDescriptionReference
Sets the value of the descriptionReference property.- Parameters:
value
- allowed object isReferenceType
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
CodeWithAuthorityType
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value
- allowed object isCodeWithAuthorityType
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-