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}StandardObjectProperties"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Description |
description |
protected String |
id |
protected List<MetaDataProperty> |
metaDataProperty |
protected List<Name> |
name |
| Constructor and Description |
|---|
AbstractGMLType()
Default no-arg constructor
|
AbstractGMLType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Description |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<MetaDataProperty> |
getMetaDataProperty()
Gets the value of the metaDataProperty property.
|
List<Name> |
getName()
Multiple names may be provided.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected List<MetaDataProperty> metaDataProperty
protected Description description
protected String id
public AbstractGMLType()
public AbstractGMLType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id)
public List<MetaDataProperty> getMetaDataProperty()
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
MetaDataProperty
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic List<Name> getName()
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
Name
Copyright © 2018 B3Partners B.V.. All rights reserved.