Package uk.org.siri.siri13
Class NaturalLanguagePlaceNameStructure
- java.lang.Object
-
- uk.org.siri.siri13.NaturalLanguagePlaceNameStructure
-
- All Implemented Interfaces:
Serializable
public class NaturalLanguagePlaceNameStructure extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NaturalLanguagePlaceNameStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.StringgetValue()A name that requires at least one character of text and forbids certain reserved characters.voidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
A name that requires at least one character of text and forbids certain reserved characters.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
-