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 ReferenceType |
descriptionReference |
protected String |
id |
protected CodeWithAuthorityType |
identifier |
protected List<CodeType> |
name |
| Constructor and Description |
|---|
AbstractGMLType() |
| Modifier and Type | Method and Description |
|---|---|
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<CodeType> |
getName()
Gets the value of the name 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.
|
String |
toString()
Generates a String representation of the contents of this type.
|
AbstractGMLType |
withDescriptionReference(ReferenceType value) |
AbstractGMLType |
withId(String value) |
AbstractGMLType |
withIdentifier(CodeWithAuthorityType value) |
AbstractGMLType |
withName(CodeType... values) |
AbstractGMLType |
withName(Collection<CodeType> values) |
protected ReferenceType descriptionReference
protected CodeWithAuthorityType identifier
protected String id
public 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
public void setId(String value)
value - allowed object is
Stringpublic AbstractGMLType withDescriptionReference(ReferenceType value)
public AbstractGMLType withIdentifier(CodeWithAuthorityType value)
public AbstractGMLType withName(CodeType... values)
public AbstractGMLType withName(Collection<CodeType> values)
public AbstractGMLType withId(String value)
Copyright © 2018 Entur AS. All rights reserved.