public class DictionaryType extends DefinitionType
Java class for DictionaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DictionaryType">
<complexContent>
<extension base="{http://www.opengis.net/gml}DefinitionType">
<sequence maxOccurs="unbounded" minOccurs="0">
<choice>
<element ref="{http://www.opengis.net/gml}dictionaryEntry"/>
<element ref="{http://www.opengis.net/gml}indirectEntry"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
dictionaryEntryOrIndirectEntry |
description, id, metaDataProperty, name| Constructor and Description |
|---|
DictionaryType()
Default no-arg constructor
|
DictionaryType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id,
List<JAXBElement<?>> dictionaryEntryOrIndirectEntry)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getDictionaryEntryOrIndirectEntry()
Gets the value of the dictionaryEntryOrIndirectEntry property.
|
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdprotected List<JAXBElement<?>> dictionaryEntryOrIndirectEntry
public DictionaryType()
public DictionaryType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, List<JAXBElement<?>> dictionaryEntryOrIndirectEntry)
public List<JAXBElement<?>> getDictionaryEntryOrIndirectEntry()
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 dictionaryEntryOrIndirectEntry property.
For example, to add a new item, do as follows:
getDictionaryEntryOrIndirectEntry().add(newItem);
Objects of the following type(s) are allowed in the list
DictionaryEntry
DefinitionMember
IndirectEntry
Copyright © 2021 B3Partners B.V.. All rights reserved.