
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>
| Modifier and Type | Field and Description |
|---|---|
protected StringOrRefType |
description |
protected ReferenceType |
descriptionReference |
protected String |
id |
protected CodeWithAuthorityType |
identifier |
protected List<MetaDataPropertyType> |
metaDataProperty |
protected List<CodeType> |
name |
| Constructor and Description |
|---|
AbstractGMLType() |
| Modifier and Type | Method and Description |
|---|---|
StringOrRefType |
getDescription()
Gets the value of the description property.
|
ReferenceType |
getDescriptionReference()
Gets the value of the descriptionReference property.
|
String |
getId()
Gets the value of the id property.
|
CodeWithAuthorityType |
getIdentifier()
Gets the value of the identifier property.
|
List<MetaDataPropertyType> |
getMetaDataProperty()
Gets the value of the metaDataProperty property.
|
List<CodeType> |
getName()
Gets the value of the name property.
|
void |
setDescription(StringOrRefType value)
Sets the value of the description property.
|
void |
setDescriptionReference(ReferenceType value)
Sets the value of the descriptionReference property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdentifier(CodeWithAuthorityType value)
Sets the value of the identifier property.
|
protected List<MetaDataPropertyType> metaDataProperty
protected StringOrRefType description
protected ReferenceType descriptionReference
protected CodeWithAuthorityType identifier
protected String id
public List<MetaDataPropertyType> 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
MetaDataPropertyType
public StringOrRefType getDescription()
StringOrRefTypepublic void setDescription(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic ReferenceType getDescriptionReference()
ReferenceTypepublic void setDescriptionReference(ReferenceType value)
value - allowed object is
ReferenceTypepublic CodeWithAuthorityType getIdentifier()
CodeWithAuthorityTypepublic void setIdentifier(CodeWithAuthorityType value)
value - allowed object is
CodeWithAuthorityTypepublic List<CodeType> 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
CodeType
Copyright © 2014–2018 B3Partners B.V.. All rights reserved.