public class DefinitionType extends AbstractGMLType
Java class for DefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefinitionType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AbstractGMLType">
<sequence>
<element ref="{http://www.opengis.net/gml}metaDataProperty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}description" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}name" maxOccurs="unbounded"/>
</sequence>
<attribute ref="{http://www.opengis.net/gml}id use="required""/>
</restriction>
</complexContent>
</complexType>
description, id, metaDataProperty, name| Constructor and Description |
|---|
DefinitionType()
Default no-arg constructor
|
DefinitionType(List<MetaDataProperty> metaDataProperty,
Description description,
List<Name> name,
String id)
Fully-initialising value constructor
|
getDescription, getId, getMetaDataProperty, getName, setDescription, setIdpublic DefinitionType()
public DefinitionType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id)
Copyright © 2021 B3Partners B.V.. All rights reserved.