Package uk.org.siri.siri14
Class NaturalLanguageStringStructure
- java.lang.Object
-
- uk.org.siri.siri14.NaturalLanguageStringStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefaultedTextStructure
public class NaturalLanguageStringStructure extends Object implements Serializable
Tyoe for a string in a specified languageJava class for NaturalLanguageStringStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NaturalLanguageStringStructure"> <simpleContent> <extension base="<http://www.siri.org.uk/siri>PopulatedStringType"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/> </extension> </simpleContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NaturalLanguageStringStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.StringgetValue()A restriction of W3C XML Schema's string that requires at least one character of text.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 restriction of W3C XML Schema's string that requires at least one character of text.- 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
-
-