public class NaturalLanguagePlaceNameStructure extends Object
Java class for NaturalLanguagePlaceNameStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NaturalLanguagePlaceNameStructure">
<simpleContent>
<extension base="<http://www.siri.org.uk/siri>PopulatedPlaceNameType">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected String |
value |
| Constructor and Description |
|---|
NaturalLanguagePlaceNameStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLang()
Gets the value of the lang property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
NaturalLanguagePlaceNameStructure |
withLang(String value) |
NaturalLanguagePlaceNameStructure |
withValue(String value) |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic NaturalLanguagePlaceNameStructure withValue(String value)
public NaturalLanguagePlaceNameStructure withLang(String value)
Copyright © 2018 Entur AS. All rights reserved.